blob: 5e2e3b83167616eb69a827d362067ed33a8e23a3 (
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
43
|
HKCR
{
NightSecurity.Encrypt.25 = s 'Encrypt Class'
{
CLSID = s '{22AD5F42-A7F1-11D3-82E3-0020182B97FC}'
}
NightSecurity.Encrypt = s 'Encrypt Class'
{
CLSID = s '{22AD5F42-A7F1-11D3-82E3-0020182B97FC}'
CurVer = s 'NightSecurity.Encrypt.25'
}
NoRemove CLSID
{
ForceRemove {22AD5F42-A7F1-11D3-82E3-0020182B97FC} = s 'Encrypt Class'
{
ProgID = s 'NightSecurity.Encrypt.25'
VersionIndependentProgID = s 'NightSecurity.Encrypt'
ForceRemove 'Programmable'
InprocServer32 = s '%MODULE%'
{
val ThreadingModel = s 'Apartment'
}
'TypeLib' = s '{34F11693-F275-11d2-A589-0020182B97FC}'
}
}
}
HKEY_LOCAL_MACHINE
{
NoRemove 'Software'
{
NoRemove 'Heavenly Helpers'
{
NoRemove 'Night Security'
{
NoRemove 'Installed Components'
{
ForceRemove 'NightSecurity.Encrypt'
}
}
}
}
}
|