summaryrefslogtreecommitdiff
path: root/NSCmpts/res/RunScanDisk.rgs
diff options
context:
space:
mode:
Diffstat (limited to 'NSCmpts/res/RunScanDisk.rgs')
-rw-r--r--NSCmpts/res/RunScanDisk.rgs42
1 files changed, 42 insertions, 0 deletions
diff --git a/NSCmpts/res/RunScanDisk.rgs b/NSCmpts/res/RunScanDisk.rgs
new file mode 100644
index 0000000..06bf1cd
--- /dev/null
+++ b/NSCmpts/res/RunScanDisk.rgs
@@ -0,0 +1,42 @@
+HKCR
+{
+ NightSecurity.RunScanDisk.25 = s 'RunScanDisk Class'
+ {
+ CLSID = s '{34F11697-F275-11d2-A589-0020182B97FC}'
+ }
+ NightSecurity.RunScanDisk = s 'RunScanDisk Class'
+ {
+ CurVer = s 'NightSecurity.RunScanDisk.25'
+ CLSID = s '{34F11697-F275-11d2-A589-0020182B97FC}'
+ }
+ NoRemove CLSID
+ {
+ ForceRemove {34F11697-F275-11d2-A589-0020182B97FC} = s 'RunScanDisk Class'
+ {
+ ProgID = s 'NightSecurity.RunScanDisk.25'
+ VersionIndependentProgID = s 'NightSecurity.RunScanDisk'
+ ForceRemove 'Programmable'
+ InprocServer32 = s '%MODULE%'
+ {
+ val ThreadingModel = s 'Apartment'
+ }
+ }
+ }
+}
+
+HKEY_LOCAL_MACHINE
+{
+ NoRemove 'Software'
+ {
+ NoRemove 'Heavenly Helpers'
+ {
+ NoRemove 'Night Security'
+ {
+ NoRemove 'Installed Components'
+ {
+ ForceRemove 'NightSecurity.RunScanDisk'
+ }
+ }
+ }
+ }
+} \ No newline at end of file