ezcli-win 0.1.1

Windows shell helper for developer workflows such as loading MSVC environments and switching projects
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\OpenAdminPS]
@="as Admin open PowerShell"
"Icon"="powershell.exe,0"

[HKEY_CLASSES_ROOT\Directory\shell\OpenAdminPS\command]
@="powershell.exe -windowstyle hidden -Command \"Start-Process powershell.exe -ArgumentList '-NoExit', '-Command', 'Set-Location -LiteralPath \\\"%V\\\"' -Verb RunAs\""

[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenAdminPS]
@="as Admin open PowerShell"
"Icon"="powershell.exe,0"

[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenAdminPS\command]
@="powershell.exe -windowstyle hidden -Command \"Start-Process powershell.exe -ArgumentList '-NoExit', '-Command', 'Set-Location -LiteralPath \\\"%V\\\"' -Verb RunAs\""