home *** CD-ROM | disk | FTP | other *** search
/ Dr. Watson 2.0 / DRWATSON2.iso / UTILS / NU_RUS.W95 / DISK2 / NPROTECT.RE$ / NPROTECT.REG
Windows Registry Data  |  1995-08-03  |  3KB  |  69 lines

  1. REGEDIT4
  2.  
  3. // The following entries are used to register the Norton Protection class
  4. // and its property sheet handler for the Recycle Bin.
  5. //
  6. // 1.  Register the class.
  7. // 2.  Add InprocServer entry pointing to our handler dll.
  8. // 3.  Register a PropertySheet Handler for the Recycle Bin.
  9. // 4.  Add verb to launch UnErase to the Recycle Bin context menu.
  10. // 5.  Add Nprotect to list of VxDs to load at Windows Startup
  11. // 6.  Register ue32.hlp.
  12. // 7.  Add ue32.exe to App Paths.
  13. // 8.  Add ueproc32.exe to App Paths.
  14. //  MOVED TO NPROTON.REG --> 9.  Add ueproc32.exe to Run (run at startup).
  15. // 10. Change the Recycle Bin's class name in the registry.
  16. // 11. Make verb to launch UnErase by default (double-click to open).
  17. // 12. Register a ContextMenu Handler for the Recycle Bin.
  18.  
  19.  
  20. // Add the Norton Protection class
  21. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{263913E0-07B9-106A-8674-00AA000D6F0D}]
  22. @="Norton Protection"
  23.  
  24. // Point to our inproc server
  25. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{263913E0-07B9-106A-8674-00AA000D6F0D}\InProcServer32]
  26. @="%s\USHELLHK.DLL" ~SIWSUBST, TARGET4
  27. "ThreadingModel"="Apartment"
  28.  
  29. // Add Norton Protection property sheets
  30. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shellex\PropertySheetHandlers\{263913E0-07B9-106A-8674-00AA000D6F0D}]
  31. @=""
  32.  
  33. // Add verb to launch UnErase to the Recycle Bin context menu
  34. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\Shell\Norton UnErase\Command]
  35. @="%s\UE32.EXE /R" ~SIWSUBST, TARGET3
  36.  
  37. // Setup default NPROTECT configuration
  38. [HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\Norton Utilities\Norton Protection]
  39. "TrackerSize"=hex:19
  40. "Version"=hex:00,01
  41.  
  42. // Add NPROTECT to list of VxDs to load at Windows Startup from shared area
  43. [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\NPROTECT]
  44. "StaticVxD"="%s\nprotect.vxd" ~SIWSUBST, TARGET5
  45.  
  46. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Help]
  47. "Ue32.hlp"="%s" ~SIWSUBST, TARGET4
  48.  
  49. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\UE32.EXE]
  50. "Path"="%s;%%s;%%%%s" ~SIWSUBST, TARGET3, TARGET4, TARGET5
  51. @="%s\UE32.EXE" ~SIWSUBST, TARGET3
  52.  
  53. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\UEPROC32.EXE]
  54. "Path"="%s;%%s;%%%%s" ~SIWSUBST, TARGET3, TARGET4, TARGET5
  55. @="%s\UEPROC32.EXE" ~SIWSUBST, TARGET4
  56.  
  57. [HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\Norton Utilities\Norton UnErase]
  58. "InstallDir"="%s" ~SIWSUBST, TARGET3
  59.  
  60. [HKEY_CLASSES_ROOT\CLSID\{52636240-ECF7-11cd-99BE-0020AF346D41}\InProcServer32]
  61. @="%s\\NDRVEX.DLL" ~SIWSUBST, TARGET4
  62. "ThreadingModel"="Apartment"
  63.  
  64. [HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shellex\ContextMenuHandlers\{52636240-ECF7-11cd-99BE-0020AF346D41}]
  65. @=""
  66.  
  67. [HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\Norton Utilities\Install\9.0\Components]
  68. "unerasew"="1"
  69.