blob: 06e059a57c08484a9fd97a40428b469c5b43dd2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
HKCR
{
NightSecurity.DeleteSwapFile.25 = s 'DeleteSwapFile Class'
{
CLSID = s '{34F11696-F275-11d2-A589-0020182B97FC}'
}
NightSecurity.DeleteSwapFile = s 'DeleteSwapFile Class'
{
CurVer = s 'NightSecurity.DeleteSwapFile.25'
CLSID = s '{34F11696-F275-11d2-A589-0020182B97FC}'
}
NoRemove CLSID
{
ForceRemove {34F11696-F275-11d2-A589-0020182B97FC} = s 'DeleteSwapFile Class'
{
ProgID = s 'NightSecurity.DeleteSwapFile.25'
VersionIndependentProgID = s 'NightSecurity.DeleteSwapFile'
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.DeleteSwapFile'
}
}
}
}
}
|