A lightweight, file-less utility to add Visual Studio Developer Shell or .NET SDK shortcuts to your Windows right-click menu.
- Intelligent Detection: Automatically finds Visual Studio installations on any drive using
vswhere.exe. - VS Code Friendly: Provides a standalone
.NET SDK Shelloption if you don't have the full Visual Studio IDE installed. - Visual Status: Shows at a glance if a menu item is installed (โ), missing (โ), or needs an update (โ).
- Zero Litter: No files are left on your system. All logic is stored in the Windows Registry.
- Native Management: Appears in Windows Settings > Apps for easy uninstallation or remote updating.
Important
This script must be run in Administrator mode because it performs system-wide registry tweaks.
-
Open an Elevated Terminal:
- Start menu Method:
- Right-click on the Start menu.
- Choose Windows PowerShell (Admin) (Windows 10) or Terminal (Admin) (Windows 11).
- Search Method:
- Press the Windows Key, type
PowerShell. - Press
Ctrl + Shift + Enterto launch as Administrator.
- Press the Windows Key, type
- Start menu Method:
-
Run the Command: Paste the following command and press Enter:
irm "https://raw.githubusercontent.com/ArtClark/DeveloperShellContextMenu/refs/heads/main/VsDevShellManager.ps1" | iexTo Update: Simply re-run the launch command above, or find the app in Windows Settings and click Modify.
To Uninstall: Use the script's internal menu (Option 4) or find "Developer Shell Context Menus (Art Clark)" in your Windows Installed Apps list and click Uninstall.
Get a copy of the source code, this can be done using GitHub UI (Code -> Download ZIP), or by cloning (downloading) the repo using git.
If git is installed, run the following commands under a PowerShell window to clone and move into project's directory:
git clone --depth 1 "https://github.com/ArtClark/DeveloperShellContextMenu.git"
cd DeveloperShellContextMenu