Posts

Showing posts with the label Windows Explorer

Restore Missing "New Folder"

  HKEY_CLASSES_ROOT\Folder   Change (Default) value to Folder   Credit: https://www.winhelponline.com/blog/restore-new-folder-entry-shellnew-windows-7/ 

Remove Koofr Context Menu

 Delete  Computer\HKEY_CLASSES_ROOT\*\shell\koofr   Computer\HKEY_CLASSES_ROOT\Directory\shell\koofr

Remove Share with Skype from Context Menu

Delete HKEY_CLASSES_ROOT\*\shell\ShareWithSkype  Credit: https://www.technipages.com/disable-share-with-skype-from-context-menu

Remove Edit with Paint 3D context menu in Windows 10

https://drive.google.com/file/d/1rpGpvUe40iHsmC06zbNvU6T2YKt4Ug6R/view?usp=sharing

Remove Syncplicity Context Menu

 Delete Computer\HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Syncplicity

Remove Git Context Menu

 Delete   Computer\HKEY_CLASSES_ROOT\Directory\Background\shell\git_gui Computer\HKEY_CLASSES_ROOT\Directory\Background\shell\git_shell Computer\HKEY_CLASSES_ROOT\LibraryFolder\background\shell\git_gui Computer\HKEY_CLASSES_ROOT\LibraryFolder\background\shell\git_shell Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\git_gui Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\git_shell   Credit:  https://superuser.com/questions/1347461/remove-item-from-context-menu-of-folder-empty-space https://stackoverflow.com/questions/47084443/how-to-remove-git-from-menu-context-in-documents

Remove Media Player context menu

  Remove "Add to Windows Media Player list" Context Menu     Remove "Play with Windows Media Player" Context Menu   Credit: https://www.tenforums.com/tutorials/83163-remove-add-windows-media-player-list-context-menu-windows-10-a.html https://www.tenforums.com/tutorials/83169-remove-play-windows-media-player-context-menu-windows-10-a.html

Remove Cast to Device context menu

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked If Blocked does not exist, create the key Inside the Blocked key, right-click on the right, select New and click String Value. Name the string {7AD84985-87B4-4a16-BE58-8B72A5B390F7} and press Enter Restart Computer   Credit: https://www.windowscentral.com/how-remove-cast-device-option-context-menu-windows-10

Remove Context Menu for files

HKEY_CLASSES_ROOT\SystemFileAssociations\[some extension or file type]\shell Delete each file type for program in context menu Credit: https://www.sevenforums.com/general-discussion/284984-how-remove-media-info-right-click-menu.html  If this does not work, HKEY_CLASSES_ROOT\*\shell\[some action / program name] On the right, create a new string value ProgrammaticAccessOnly Leave its value data empty. Another entry in registry: Computer\HKEY_CLASSES_ROOT\Directory\shell Credit: https://winaero.com/remove-share-with-skype-from-context-menu-in-windows-10/  

Remove Acrobat right-click context menu

 Run the Command Prompt (or PowerShell) as Administrator and enter these commands: cd /d C:\Program Files (x86)\Adobe\Acrobat DC\Acrobat Elements regsvr32.exe /u ContextMenuShim64.dll regsvr32.exe /u ContextMenu64.dll regsvr32.exe /u ContextMenu.dll

Remove Copy to Sync Vault context menu

Computer\HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\SyncComContextShlExt Computer\HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\SyncComContextShlExt Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shellex\ContextMenuHandlers\SyncComContextShlExt

Remove Google Drive Context Menu

Computer\HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\GDContextMenu

Remove Pin to Quick Access context menu

https://drive.google.com/file/d/1zwahHtFOy4uTa62sY-mCMdPV7rgOpxm-/view?usp=sharing

Remove 3D Objects from Navigation Pane

Delete these 2:  HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A} HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A} Deny Everyone after delete.

Remove your User Folder from Navigation Panel

Run regedit Go to HKEY_CLASSES_ROOT\CLSID\{59031a47-3f72-44a7-89c5-5595fe6b30ee}\ShellFolder Change Attributes to f094012d ( Change owenr/permission if needed) Delete PinToNameSpaceTree (if there)  Go to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Classes\CLSID\{59031a47-3f72-44a7-89c5-5595fe6b30ee}\ShellFolder Repeat step above