Remove Pin To Start Context Menu
Delete:
Computer\HKEY_CLASSES_ROOT\exefile\shellex\ContextMenuHandlers\PintoStartScreen
Computer\HKEY_CLASSES_ROOT\exefile\shellex\ContextMenuHandlers\OpenGLShExt
Computer\HKEY_CLASSES_ROOT\lnkfile\shellex\ContextMenuHandlers\OpenGLShExt
Run:
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked" /v "{E595F05F-903F-4318-8B0A-7F633B520D2B}" /f
Search for all PintoStartScreen key in registry, change the REG_SZ (string) value to blank.
For Open-Shell, delete:
HKEY_CLASSES_ROOT\exefile\shellex\ContextMenuHandlers\StartMenuExt
HKEY_CLASSES_ROOT\lnkfile\shellex\ContextMenuHandlers\StartMenuExt
HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers\StartMenuExt
Comments
Post a Comment