Skip to content

Instantly share code, notes, and snippets.

@Decimation
Last active January 18, 2022 18:00
Show Gist options
  • Save Decimation/59002efd83d78786a1ee1cea5928892a to your computer and use it in GitHub Desktop.
Save Decimation/59002efd83d78786a1ee1cea5928892a to your computer and use it in GitHub Desktop.
Run Visual Studio Developer PowerShell in any PowerShell
& 'C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\Launch-VsDevShell.ps1'
#Import-Module 'C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\Microsoft.VisualStudio.DevShell.dll'
#Enter-VsDevShell -SkipAutomaticLocation -SetDefaultWindowTitle -InstallPath 'C:\Program Files\Microsoft Visual Studio\2022\Community\'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment