Advertisement
DemsLyin

Remove/Disable "3D Print / Edit" from Windows Context-menu

Sep 18th, 2022 (edited)
1,114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 2.10 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. ;This .reg file will remove "3D Print" and "3D Edit" from the Windows Context-menu, for all of the default registry keys that normally come by default with Windows 10.
  4.  
  5. ;This file does not actually delete any of your registry keys. To undo any (or all) of these changes, simply remove the "LegacyDisable" string.
  6.  
  7.  
  8.  
  9. [HKEY_CLASSES_ROOT\SystemFileAssociations\.3ds\Shell\3D Print]
  10. "LegacyDisable"=""
  11.  
  12. [HKEY_CLASSES_ROOT\SystemFileAssociations\.3mf\Shell\3D Edit]
  13. "LegacyDisable"=""
  14.  
  15. [HKEY_CLASSES_ROOT\SystemFileAssociations\.3mf\Shell\3D Print]
  16. "LegacyDisable"=""
  17.  
  18. [HKEY_CLASSES_ROOT\SystemFileAssociations\.bmp\Shell\3D Edit]
  19. "LegacyDisable"=""
  20.  
  21. [HKEY_CLASSES_ROOT\SystemFileAssociations\.dxf\Shell\3D Print]
  22. "LegacyDisable"=""
  23.  
  24. [HKEY_CLASSES_ROOT\SystemFileAssociations\.fbx\Shell\3D Edit]
  25. "LegacyDisable"=""
  26.  
  27. [HKEY_CLASSES_ROOT\SystemFileAssociations\.gif\Shell\3D Edit]
  28. "LegacyDisable"=""
  29.  
  30. [HKEY_CLASSES_ROOT\SystemFileAssociations\.glb\Shell\3D Edit]
  31. "LegacyDisable"=""
  32.  
  33. [HKEY_CLASSES_ROOT\SystemFileAssociations\.jfif\Shell\3D Edit]
  34. "LegacyDisable"=""
  35.  
  36. [HKEY_CLASSES_ROOT\SystemFileAssociations\.jpe\Shell\3D Edit]
  37. "LegacyDisable"=""
  38.  
  39. [HKEY_CLASSES_ROOT\SystemFileAssociations\.jpeg\Shell\3D Edit]
  40. "LegacyDisable"=""
  41.  
  42. [HKEY_CLASSES_ROOT\SystemFileAssociations\.jpg\Shell\3D Edit]
  43. "LegacyDisable"=""
  44.  
  45. [HKEY_CLASSES_ROOT\SystemFileAssociations\.obj\Shell\3D Edit]
  46. "LegacyDisable"=""
  47.  
  48. [HKEY_CLASSES_ROOT\SystemFileAssociations\.obj\Shell\3D Print]
  49. "LegacyDisable"=""
  50.  
  51. [HKEY_CLASSES_ROOT\SystemFileAssociations\.ply\Shell\3D Edit]
  52. "LegacyDisable"=""
  53.  
  54. [HKEY_CLASSES_ROOT\SystemFileAssociations\.ply\Shell\3D Print]
  55. "LegacyDisable"=""
  56.  
  57. [HKEY_CLASSES_ROOT\SystemFileAssociations\.png\Shell\3D Edit]
  58. "LegacyDisable"=""
  59.  
  60. [HKEY_CLASSES_ROOT\SystemFileAssociations\.stl\Shell\3D Edit]
  61. "LegacyDisable"=""
  62.  
  63. [HKEY_CLASSES_ROOT\SystemFileAssociations\.stl\Shell\3D Print]
  64. "LegacyDisable"=""
  65.  
  66. [HKEY_CLASSES_ROOT\SystemFileAssociations\.tif\Shell\3D Edit]
  67. "LegacyDisable"=""
  68.  
  69. [HKEY_CLASSES_ROOT\SystemFileAssociations\.tiff\Shell\3D Edit]
  70. "LegacyDisable"=""
  71.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement