slyfox1186

Remove Context Menu - Copy as Path with & without quotes

Apr 21st, 2020 (edited)
1,273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 1.04 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. ; Created by SlyFox1186
  4. ; https://pastebin.com/u/slyfox1186
  5. ; https://stackoverflow.com/users/10572786/slyfox1186
  6.  
  7. ; This script will remove Add Copy as Path from the context menu
  8. ; Visit https://pastebin.com/ECgynawN to download [Add Copy as Path] registry script.
  9.  
  10. ; Save this script using notepad.exe or equivalent
  11. ; Name file Remove_copy_as_path.reg and then run the file as an administrator.
  12.  
  13. ; ALL FILE SYSTEM OBJECTS
  14. [-HKEY_CLASSES_ROOT\AllFilesystemObjects\shell\Copy Path No Quotes]
  15. [-HKEY_CLASSES_ROOT\AllFilesystemObjects\shell\Copy Path With Quotes]
  16.  
  17. ; DESKTOP BACKGROUND
  18. [-HKEY_CLASSES_ROOT\DesktopBackground\shell\Copy Path No Quotes]
  19. [-HKEY_CLASSES_ROOT\DesktopBackground\shell\Copy Path With Quotes]
  20.  
  21. ; DIRECTORY BACKGROUND
  22. [-HKEY_CLASSES_ROOT\Directory\Background\shell\Copy Path No Quotes]
  23. [-HKEY_CLASSES_ROOT\Directory\Background\shell\Copy Path With Quotes]
  24.  
  25. ; DRIVE
  26. [-HKEY_CLASSES_ROOT\Drive\shell\Copy Path No Quotes]
  27. [-HKEY_CLASSES_ROOT\Drive\shell\Copy Path With Quotes]
Advertisement
Add Comment
Please, Sign In to add comment