Skip to content

Instantly share code, notes, and snippets.

@rikka0w0
Created March 15, 2021 13:12
Show Gist options
  • Save rikka0w0/84d5ebef973556eac1ad3d479350fc42 to your computer and use it in GitHub Desktop.
Save rikka0w0/84d5ebef973556eac1ad3d479350fc42 to your computer and use it in GitHub Desktop.
Add an menu item for the legacy "System" control panel page in the context menu of ThisPC, run as TrustedInstaller, use NSudo
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\System]
"Icon"="imageres.dll,143"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\System\command]
@="explorer /same,shell:::{BB06C0E4-D293-4f75-8A90-CB05B6477EEE}"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Manage]
"Icon"="imageres.dll,313"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment