ScoopInstaller_Main/scripts/pwsh/uninstall-explorer-context.reg
Oussama Delassi 8f41760f3e
pwsh: add context menu (explorer, file) (#3411)
* pwsh: add context menu (explorer, file)

* pwsh: fix regedit script line ending

* pwsh: rename to powershell core, rewrite post_install script

* change regedit path from powershell7 to powershellcore as a name

Co-authored-by: Gitea <gitea@fake.local>
2022-03-21 13:32:36 +08:00

12 lines
868 B
Reg

Windows Registry Editor Version 5.00
[-HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\PowerShellCore$pwshArch]
[-HKEY_CURRENT_USER\Software\Classes\Drive\shell\PowerShellCore$pwshArch]
[-HKEY_CURRENT_USER\Software\Classes\DesktopBackground\Shell\PowerShellCore$pwshArch]
[-HKEY_CURRENT_USER\Software\Classes\Directory\shell\PowerShellCore$pwshArch]
[-HKEY_CURRENT_USER\Software\Classes\LibraryFolder\background\shell\PowerShellCore$pwshArch]
[-HKEY_CURRENT_USER\Software\Classes\Directory\ContextMenus\PowerShellCore$pwshArch\shell\openpwsh]
[-HKEY_CURRENT_USER\Software\Classes\Directory\ContextMenus\PowerShellCore$pwshArch\shell\openpwsh\command]
[-HKEY_CURRENT_USER\Software\Classes\Directory\ContextMenus\PowerShellCore$pwshArch\shell\runas]
[-HKEY_CURRENT_USER\Software\Classes\Directory\ContextMenus\PowerShellCore$pwshArch\shell\runas\command]