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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
HKLM
{
NoRemove 'Software'
{
NoRemove 'Microsoft'
{
NoRemove 'Windows'
{
NoRemove 'CurrentVersion'
{
NoRemove 'URL'
{
DefaultPrefix = s 'http://'
Prefixes
{
val 'ftp' = s 'ftp://'
val 'gopher' = s 'gopher://'
val 'home' = s 'http://'
val 'mosaic' = s 'http://'
val 'www' = s 'http://'
}
}
}
}
}
}
}
HKCR
{
NoRemove CLSID
{
'{fbf23b40-e3f0-101b-8488-00aa003e56f8}'
{
shellex
{
MayChangeDefaultMenu {}
}
}
}
'InternetShortcut'
{
val 'EditFlags' = s '2'
val 'IsShortcut' = s ''
val 'NeverShowExt' = s ''
DefaultIcon = s 'url.dll,0'
shell
{
open
{
command = s 'rundll32.exe shdocvw.dll,OpenURL %%l'
}
print
{
command = s 'rundll32.exe mshtml.dll,PrintHTML ""%%1""'
}
printto
{
command = s 'rundll32.exe mshtml.dll,PrintHTML ""%%1"" ""%%2"" ""%%3"" ""%%4""'
}
}
}
ForceRemove '.url' = s 'InternetShortcut'
ftp
{
val 'URL Protocol' = s ''
}
http
{
val 'URL Protocol' = s ''
}
https
{
val 'URL Protocol' = s ''
}
mailto
{
val 'URL Protocol' = s ''
}
}