-
Notifications
You must be signed in to change notification settings - Fork 3
/
MtzTip.rgs
58 lines (55 loc) · 994 Bytes
/
MtzTip.rgs
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
HKCR
{
MtzExt.MtzTip.1 = s 'MtzTip Class'
{
CLSID = s '{CB374CEC-307B-47fa-850F-137CF52BC763}'
}
MtzExt.MtzTip = s 'MtzTip Class'
{
CLSID = s '{CB374CEC-307B-47fa-850F-137CF52BC763}'
CurVer = s 'MtzExt.MtzTip.1'
}
NoRemove CLSID
{
ForceRemove {CB374CEC-307B-47fa-850F-137CF52BC763} = s 'MtzTip Class'
{
ProgID = s 'MtzExt.MtzTip.1'
VersionIndependentProgID = s 'MtzExt.MtzTip'
ForceRemove 'Programmable'
InprocServer32 = s '%MODULE%'
{
val ThreadingModel = s 'Apartment'
}
'TypeLib' = s '{CB374CEC-307B-47fa-850F-137CF52BC763}'
}
}
.mtz
{
ShellEx
{
ForceRemove '{00021500-0000-0000-C000-000000000046}' = s '{CB374CEC-307B-47fa-850F-137CF52BC763}'
}
}
}
HKLM
{
Software
{
Microsoft
{
Windows
{
CurrentVersion
{
Shell Extensions
{
Approved
{
ForceRemove '{CB374CEC-307B-47fa-850F-137CF52BC763}' = s 'Structure factor information'
}
}
}
}
}
}
}