sync with trunk (r49238)
[reactos.git] / boot / bootdata / hivecls_i386.inf
1 [Version]
2 Signature="$ReactOS$
3
4 [AddReg]
5 HKLM,"SOFTWARE\Classes",,0x00000010
6
7
8 ; Default key
9 HKCR,"*","",0x00000000,""
10 HKCR,"*\shellex\ContextMenuHandlers\Open With","",0x00000000,"{09799AFB-AD67-11d1-ABCD-00C04FC30936}"
11
12 ; Folders
13 HKCR,"Folder","",0x00000000,"Folder"
14 ;HKCR,"Folder\Defaulticon","",0x00000000,"%SystemRoot%\system32\shell32.dll,-4"
15 HKCR,"Folder\shell\open\command","",0x00000000,"explorer.exe ""%1"""
16 HKCR,"Folder\shell\explore\command","",0x00000000,"explorer.exe /e,""%1"""
17 HKCR,"Folder\shell\rootexplore","",0x00000000,"Explore from here"
18 HKCR,"Folder\shell\rootexplore\command","",0x00000000,"explorer.exe /e,/root,""%1"""
19
20 ; Drive property page
21 HKCR,"CLSID\{5F5295E0-429F-1069-A2E2-08002B30309D}","",0x00000000,"Drive Property Page Extension"
22 HKCR,"CLSID\{5F5295E0-429F-1069-A2E2-08002B30309D}\InProcServer32","",0x00000000,"shell32.dll"
23 HKCR,"CLSID\{5F5295E0-429F-1069-A2E2-08002B30309D}\InProcServer32","ThreadingModel",0x00000000,"Apartment"
24
25 ; New Object Service
26 HKCR,"CLSID\{D969A300-E7FF-11d0-A93B-00A0C90F2719}","",0x00000000,"ReactOS New Object Service"
27 HKCR,"CLSID\{D969A300-E7FF-11d0-A93B-00A0C90F2719}\InProcServer32","",0x00000000,"shell32.dll"
28 HKCR,"CLSID\{D969A300-E7FF-11d0-A93B-00A0C90F2719}\InProcServer32","ThreadingModel",0x00000000,"Apartment"
29
30 ; Rich Text Files
31 HKCR,".rtf","",0x00000000,"rtffile"
32 HKCR,".rtf\shellnew","",0x00000000,""
33 HKCR,".rtf\shellnew","Data",0x00020000,"{\rtf1}"
34 HKCR,"rtffile","",0x00000000,"Rich Text Document"
35 HKCR,"rtffile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\wordpad.exe,-1404"
36 HKCR,"rtffile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-2"
37 HKCR,"rtffile\shell\open","",0x00000000,"Open"
38 HKCR,"rtffile\shell\open\command","",0x00020000,"%SystemRoot%\system32\wordpad.exe %1"
39
40 ; Virtual Device Drivers
41 HKCR,".386","",0x00000000,"vxdfile"
42 HKCR,".vxd","",0x00000000,"vxdfile"
43 HKCR,"vxdfile","",0x00000000,"Virtual Device Driver"
44 HKCR,"vxdfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-157"
45
46 ; Animated Cursors
47 HKCR,".ani","",0x00000000,"anifile"
48 HKCR,"anifile","",0x00000000,"Animated Cursor"
49 HKCR,"anifile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\main.cpl,-1039"
50 HKCR,"anifile\DefaultIcon","",0x00000000,"%1"
51
52 ; DOS Batch-Files
53 HKCR,".bat","",0x00000000,"batfile"
54 HKCR,"batfile","",0x00000000,"DOS Batch File"
55 HKCR,"batfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-158"
56 HKCR,"batfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-153"
57 HKCR,"batfile\shell\edit\command","",0x00020000,"%SystemRoot%\system32\notepad.exe %1"
58 HKCR,"batfile\shell\open\command","",0x00000000,"""%1"" %*"
59
60 HKCR,".cmd","",0x00000000,"cmdfile"
61 HKCR,"cmdfile","",0x00000000,"ReactOS Command Script"
62 HKCR,"cmdfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-159"
63 HKCR,"cmdfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-153"
64 HKCR,"cmdfile\shell\edit\command","",0x00020000,"%SystemRoot%\system32\notepad.exe %1"
65 HKCR,"cmdfile\shell\open\command","",0x00000000,"""%1"" %*"
66
67 ; Get DOS Applications a Icon
68 HKCR,".com","",0x00000000,"comfile"
69 HKCR,"comfile","",0x00000000,"DOS Application"
70 HKCR,"comfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-160"
71 HKCR,"comfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-3"
72
73 ; Control Panel extensions
74 HKCR,".cpl","",0x00000000,"cplfile"
75 HKCR,"cplfile","",0x00000000,"Control Panel Extension"
76 HKCR,"cplfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-161"
77 HKCR,"cplfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-154"
78 HKCR,"cplfile\shell\cplopen","",0x00000000,"Open with Control Panel"
79 HKCR,"cplfile\shell\cplopen\command","",0x00020000,"%SystemRoot%\system32\rundll32.exe shell32.dll,Control_RunDLL %1,%*"
80
81 ; Cursors
82 HKCR,".cur","",0x00000000,"curfile"
83 HKCR,"curfile","",0x00000000,"Cursor"
84 HKCR,"curfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-162"
85 HKCR,"curfile\DefaultIcon","",0x00000000,"%1"
86
87 ; Dynamic Link Libraries
88 HKCR,".dll","",0x00000000,"dllfile"
89 HKCR,"dllfile","",0x00000000,"Dynamic Link Library"
90 HKCR,"dllfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-163"
91 HKCR,"dllfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-154"
92
93 ; Device Drivers
94 HKCR,".drv","",0x00000000,"drvfile"
95 HKCR,"drvfile","",0x00000000,"Device Driver"
96 HKCR,"drvfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-164"
97 HKCR,"drvfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-154"
98
99 ; Applicatons
100 HKCR,".exe","",0x00000000,"exefile"
101 HKCR,"exefile","",0x00000000,"ReactOS Application"
102 HKCR,"exefile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-165"
103 HKCR,"exefile\Defaulticon","",0x00000000,"%1"
104 HKCR,"exefile\shell\open\command","",0x00000000,"""%1"" %*"
105
106 ; Fonts
107 HKCR,".fon","",0x00000000,"fonfile"
108 HKCR,"fonfile","",0x00000000,"Font File"
109 HKCR,"fonfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-166"
110 HKCR,"fonfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-155"
111
112 HKCR,".ttf","",0x00000000,"ttffile"
113 HKCR,"ttffile","",0x00000000,"TrueType Font File"
114 HKCR,"ttffile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-156"
115 HKCR,"ttffile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-167"
116 HKCR,"ttffile\shell\open\command","",0x00020000,"%SystemRoot%\system32\fontview.exe %1"
117
118 ; Help Files
119 HKCR,".hlp","",0x00000000,"hlpfile"
120 HKCR,"hlpfile","",0x00000000,"Help File"
121 HKCR,"hlpfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-168"
122 HKCR,"hlpfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-24"
123 HKCR,"hlpfile\shell\open\command","",0x00020000,"%SystemRoot%\system32\winhlp32.exe %1"
124
125 HKCR,".chm","",0x00000000,"chm.file"
126 HKCR,"chm.file","",0x00000000,"Help File"
127 HKCR,"chm.file","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-168"
128 HKCR,"chm.file\DefaultIcon","",0x00020000,"%SystemRoot%\hh.exe,0"
129 HKCR,"chm.file\shell\open\command","",0x00020000,"%SystemRoot%\hh.exe %1"
130
131 ; set MIME type for .html and .htm because Tiny webserver needs it
132 HKCR,".htm","",0x00000000,"html"
133 HKCR,".htm","Content Type",0x00000000,"text/html"
134
135 HKCR,".html","",0x00000000,"html"
136 HKCR,".html","Content Type",0x00000000,"text/html"
137
138 ; Icons
139 HKCR,".ico","",0x00000000,"icofile"
140 HKCR,"icofile","",0x00000000,"Icon"
141 HKCR,"icofile\DefaultIcon","",0x00000000,"%1"
142
143 ; JPEG Images
144 HKCR,".jpg","",0x00000000,"jpegfile"
145 HKCR,".jpeg","",0x00000000,"jpegfile"
146 HKCR,"jpegfile","",0x00000000,"JPEG Image"
147 HKCR,"jpegfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,0"
148 HKCR,"jpegfile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
149
150 ; Bitmap Images
151 HKCR,".bmp","",0x00000000,"bmpfile"
152 HKCR,"bmpfile","",0x00000000,"Bitmap Image"
153 HKCR,"bmpfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,0"
154 HKCR,"bmpfile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
155
156 ; PNG Images
157 HKCR,".png","",0x00000000,"pngfile"
158 HKCR,"pngfile","",0x00000000,"PNG Image"
159 HKCR,"pngfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,0"
160 HKCR,"pngfile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
161
162 ; GIF Images
163 HKCR,".gif","",0x00000000,"giffile"
164 HKCR,"giffile","",0x00000000,"GIF Image"
165 HKCR,"giffile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,0"
166 HKCR,"giffile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
167
168 ; Configuration Files
169 HKCR,".ini","",0x00000000,"inifile"
170 HKCR,"inifile","",0x00000000,"Configuration Settings"
171 HKCR,"inifile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-169"
172 HKCR,"inifile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-151"
173 HKCR,"inifile\shell\open\command","",0x00000000,"notepad.exe ""%1"""
174
175 ; Setup Information Files
176 HKCR,".inf","",0x00000000,"inffile"
177 HKCR,"inffile","",0x00000000,"Setup Information"
178 HKCR,"inffile\FriendlyTypeName","",0x00020000,"%SystemRoot%\system32\setupapi.dll,-2001"
179 HKCR,"inffile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-151"
180 HKCR,"inffile\shell\open\command","",0x00000000,"notepad.exe ""%1"""
181 HKCR,"inffile\shell\Install","",0x00000000,"Install"
182 HKCR,"inffile\shell\Install\command","",0x00020000,"%SystemRoot%\system32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %1"
183
184 ; Show icons for shortcuts in shell views (lnkfile is handled specially in shell32)
185 ; Don't display extension for shortcuts
186 HKCR,".lnk","",0x00000000,"lnkfile"
187 HKCR,".lnk\shellnew","",0x00000000,""
188 HKCR,".lnk\shellnew","command",0x00020000,"%SystemRoot%\system32\rundll32.exe appwiz.cpl,NewLinkHere %1"
189 HKCR,"lnkfile","",0x00000000,"Shortcut"
190 HKCR,"lnkfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-170"
191 HKCR,"lnkfile","NeverShowExt",0x00000000,""
192 HKCR,"lnkfile","IsShortcut",0x00000000,"yes"
193 HKCR,"lnkfile\CLSID","",0x00000000,"{00021401-0000-0000-C000-000000000046}"
194 HKCR,"lnkfile\shellex\IconHandler","",0x00000000,"{00021401-0000-0000-C000-000000000046}"
195 HKCR,"lnkfile\shellex\ContextMenuHandlers\{00021401-0000-0000-C000-000000000046}","",0x00000000,""
196 HKCR,"lnkfile\shellex\PropertySheetHandlers\Shellink Property Page", "", 0x00000000, "{00021401-0000-0000-C000-000000000046}"
197
198 ; Text Documents
199 HKCR,".log","",0x00000000,"txtfile"
200 HKCR,".txt","",0x00000000,"txtfile"
201 HKCR,".c","",0x00000000,"txtfile"
202 HKCR,".cpp","",0x00000000,"txtfile"
203 HKCR,".h","",0x00000000,"txtfile"
204 HKCR,".hpp","",0x00000000,"txtfile"
205 HKCR,".txt\shellnew","",0x00000000,""
206 HKCR,".txt\shellnew","NullFile",0x00020000,""
207 HKCR,"txtfile","",0x00000000,"Text Document"
208 HKCR,".txt","Content Type",0x00000000,"text/plain"
209 HKCR,"txtfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-152"
210 HKCR,"txtfile\shell\open\command","",0x00020000,"%SystemRoot%\system32\notepad.exe %1"
211
212 ; XML Documents
213 HKCR,".xml","",0x00000000,"xmlfile"
214 HKCR,"xmlfile","",0x00000000,"XML Document"
215 HKCR,".xml","Content Type",0x00000000,"text/xml"
216 HKCR,"xmlfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-151"
217 HKCR,"xmlfile\shell\open\command","",0x00020000,"%SystemRoot%\system32\notepad.exe %1"
218
219 ; MSI files
220 HKCR,".msi","",0x00000000,"MSI.Package"
221 HKCR,"Msi.Package\DefaultIcon","",0x00000000,"msiexec.exe"
222 HKCR,"Msi.Package\shell\Open\command","",0x00020000,"%SystemRoot%\system32\msiexec.exe /i ""%1"""
223 HKCR,"Msi.Package\shell\Repair\command","",0x00020000,"%SystemRoot%\system32\msiexec.exe /f ""%1"""
224 HKCR,"Msi.Package\shell\Uninstall\command","",0x00020000,"%SystemRoot%\system32\msiexec.exe /x ""%1"""
225
226 HKCR,".pif","",0x00000000,"piffile"
227
228 ; Registration Entries
229 HKCR,".reg","",0x00000000,"regfile"
230 HKCR,"regfile","",0x00000000,"Registration Entries"
231 HKCR,"regfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-170"
232 HKCR,"regfile\DefaultIcon","",0x00020000,"%SystemRoot%\regedit.exe,1"
233 HKCR,"regfile\shell\edit\command","",0x00020000,"%SystemRoot%\system32\notepad.exe %1"
234 HKCR,"regfile\shell\open","",0x00000000,"Merge"
235 HKCR,"regfile\shell\open\command","",0x00000000,"regedit.exe ""%1"""
236
237 ; Screen Savers
238 HKCR,".scr","",0x00000000,"scrfile"
239 HKCR,"scrfile","",0x00000000,"Screen Saver"
240 HKCR,"scrfile\Defaulticon","",0x00000000,"%1"
241 HKCR,"scrfile\shell\config","",0x00000000,"Configure"
242 HKCR,"scrfile\shell\config\command","",0x00000000,"""%1"""
243 HKCR,"scrfile\shell\install","",0x00000000,"Install"
244 HKCR,"scrfile\shell\install\command","",0x00000000,"rundll32.exe desk.cpl,InstallScreenSaver %l"
245 HKCR,"scrfile\shell\open","",0x00000000,"Test"
246 HKCR,"scrfile\shell\open\command","",0x00000000,"""%1"" /S"
247
248 ; shell command files (e.g. "Show Desktop" in quicklaunch bar)
249 HKCR,".scf","",0x00000000,"SHCmdFile"
250 HKCR,"SHCmdFile","NeverShowExt",0x00000000,""
251 HKCR,"SHCmdFile","IsShortcut",0x00000000,"yes"
252 HKCR,"SHCmdFile\shell\open\command","",0x00000000,"explorer.exe ""%1"""
253 HKCR,"SHCmdFile\CLSID","",0x00000000,"{57651662-CE3E-11D0-8D77-00C04FC99D61}"
254 HKCR,"SHCmdFile\shellex\IconHandler","",0x00000000,"{57651662-CE3E-11D0-8D77-00C04FC99D61}"
255
256 ; System-Files
257 HKCR,".sys","",0x00000000,"sysfile"
258 HKCR,"sysfile","",0x00000000,"System File"
259 HKCR,"regfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-171"
260 HKCR,"sysfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-154"
261
262 ; URL shortcuts (e.g. used in favorites folder of IExplorer)
263 HKCR,".url","",0x00000000,"InternetShortcut"
264
265 ; Wave Sounds
266 HKCR,".wav","",0x00000000,"SoundRec"
267 HKCR,"SoundRec","",0x00000000,"Wave Sound"
268 HKCR,"SoundRec\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-225"
269 HKCR,"SoundRec\shell\open\command","",0x00020000,"%SystemRoot%\system32\mplay32.exe %1"
270
271 ; Midi Sounds
272 HKCR,".mid","",0x00000000,"MIDFile"
273 HKCR,".midi","",0x00000000,"MIDFile"
274 HKCR,"MIDFile","",0x00000000,"MIDI Sequence"
275 HKCR,"MIDFile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-225"
276 HKCR,"MIDFile\shell\open\command","",0x00020000,"%SystemRoot%\system32\mplay32.exe %1"
277
278 ; Audio CD
279 HKCR,".cda","",0x00000000,"CDAFile"
280 HKCR,"CDAFile","",0x00000000,"CD Audio Track"
281 HKCR,"CDAFile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-225"
282 HKCR,"CDAFile\shell\open\command","",0x00020000,"%SystemRoot%\system32\mplay32.exe %1"
283
284 ; Avi Files
285 HKCR,".avi","",0x00000000,"AVIFile"
286 HKCR,"AVIFile","",0x00000000,"Video Clip"
287 HKCR,"AVIFile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-224"
288 HKCR,"AVIFile\shell\open\command","",0x00020000,"%SystemRoot%\system32\mplay32.exe %1"
289
290 HKCR,"CLSID",,0x00000012
291
292 ; For Shell32.dll
293 HKCR,"CLSID\{00021400-0000-0000-C000-000000000046}","",0x00000000,"Desktop"
294 HKCR,"CLSID\{00021400-0000-0000-C000-000000000046}\InProcServer32","",0x00000000,"shell32.dll"
295 HKCR,"CLSID\{00021400-0000-0000-C000-000000000046}\InProcServer32","ThreadingModel",0x00000000,"Apartment"
296 HKCR,"CLSID\{00021401-0000-0000-C000-000000000046}","",0x00000000,"Shortcut"
297 HKCR,"CLSID\{00021401-0000-0000-C000-000000000046}\InProcServer32","",0x00000000,"shell32.dll"
298 HKCR,"CLSID\{00021401-0000-0000-C000-000000000046}\InProcServer32","ThreadingModel",0x00000000,"Apartment"
299 HKCR,"CLSID\{00021401-0000-0000-C000-000000000046}\shellex\MayChangeDefaultMenu","",0x00000000,""
300 HKCR,"CLSID\{000214E6-0000-0000-C000-000000000046}","",0x00000000,"Shellfolder"
301 HKCR,"CLSID\{000214E6-0000-0000-C000-000000000046}\InProcServer32","",0x00000000,"shell32.dll"
302 HKCR,"CLSID\{000214E6-0000-0000-C000-000000000046}\InProcServer32","ThreadingModel",0x00000000,"Apartment"
303 HKCR,"CLSID\{000214EE-0000-0000-C000-000000000046}","",0x00000000,"IShellLinkA"
304 HKCR,"CLSID\{000214EE-0000-0000-C000-000000000046}\InProcServer32","",0x00000000,"shell32.dll"
305 HKCR,"CLSID\{000214EE-0000-0000-C000-000000000046}\InProcServer32","ThreadingModel",0x00000000,"Apartment"
306 HKCR,"CLSID\{000214F9-0000-0000-C000-000000000046}","",0x00000000,"IShellLinkW"
307 HKCR,"CLSID\{000214F9-0000-0000-C000-000000000046}\InProcServer32","",0x00000000,"shell32.dll"
308 HKCR,"CLSID\{000214F9-0000-0000-C000-000000000046}\InProcServer32","ThreadingModel",0x00000000,"Apartment"
309
310 HKCR,"CLSID\{1F4DE370-D627-11D1-BA4F-00A0C91EEDBA}","",0x00000000,"Computer Search Results Folder"
311 HKCR,"CLSID\{1F4DE370-D627-11D1-BA4F-00A0C91EEDBA}","LocalizedString",0x00020000,"@%SystemRoot%\system32\shell32.dll,-30521"
312 HKCR,"CLSID\{1F4DE370-D627-11D1-BA4F-00A0C91EEDBA}\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-135"
313 HKCR,"CLSID\{1F4DE370-D627-11D1-BA4F-00A0C91EEDBA}\InProcServer32","",0x00020000,"%SystemRoot%\system32\shell32.dll"
314 HKCR,"CLSID\{1F4DE370-D627-11D1-BA4F-00A0C91EEDBA}\InProcServer32","ThreadingModel",0x00000000,"Apartment"
315 HKCR,"CLSID\{1F4DE370-D627-11D1-BA4F-00A0C91EEDBA}\ShellFolder","Attributes",0x00010001,0x20180000
316
317 HKCR,"CLSID\{4657278A-411B-11d2-839A-00C04FD918D0}","",0x00000000,"Shell Drag and Drop helper"
318 HKCR,"CLSID\{4657278A-411B-11d2-839A-00C04FD918D0}\InProcServer32","",0x00020000,"%SystemRoot%\system32\shell32.dll"
319 HKCR,"CLSID\{4657278A-411B-11d2-839A-00C04FD918D0}\InProcServer32","ThreadingModel",0x00000000,"Apartment"
320
321 ; Folder Options CPL
322 HKCR,"CLSID\{6DFD7C5C-2451-11d3-A299-00C04F8EF6AF}","",0x00000000,"Folder Options"
323 HKCR,"CLSID\{6DFD7C5C-2451-11d3-A299-00C04F8EF6AF}","LocalizedString",0x00020000,"@%SystemRoot%\system32\shell32.dll,-150"
324 HKCR,"CLSID\{6DFD7C5C-2451-11d3-A299-00C04F8EF6AF}\InProcServer32","",0x00000000,"shell32.dll"
325 HKCR,"CLSID\{6DFD7C5C-2451-11d3-A299-00C04F8EF6AF}\InProcServer32","ThreadingModel",0x00000000,"Apartment"
326 HKCR,"CLSID\{6DFD7C5C-2451-11d3-A299-00C04F8EF6AF}\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-210"
327 HKCR,"CLSID\{6DFD7C5C-2451-11d3-A299-00C04F8EF6AF}\shell\Open\command","",0x00000000,"rundll32.exe shell32.dll,Options_RunDLL 0"
328 HKCR,"CLSID\{6DFD7C5C-2451-11d3-A299-00C04F8EF6AF}\shell\RunAs\command","",0x00000000,"rundll32.exe shell32.dll,Options_RunDLL 0"
329 HKCR,"CLSID\{6DFD7C5C-2451-11d3-A299-00C04F8EF6AF}\ShellFolder","Attributes",0x00010001,0x00000000
330
331 ; Open With shell extension
332 HKCR,"CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}","",0x00000000,"Open With Context Menu Handler"
333 HKCR,"CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}\InProcServer32","",0x00000000,"shell32.dll"
334 HKCR,"CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}\InProcServer32","ThreadingModel",0x00000000,"Apartment"
335 HKCR,"CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}\shellex\MayChangeDefaultMenu","",0x00000000,""
336 HKCR,"SystemFileAssociations","",0x00000000,""
337 HKCR,"Applications","",0x00000000,""
338
339 ; Recycle bin is not implemented
340 ;HKCR,"CLSID\{645FF040-5081-101B-9F08-00AA002F954E}","",0x00000000,"Recycle Bin"
341 ;HKCR,"CLSID\{645FF040-5081-101B-9F08-00AA002F954E}","LocalizedString",0x00020000,"@%SystemRoot%\system32\shell32.dll,-8964"
342 ;HKCR,"CLSID\{645FF040-5081-101B-9F08-00AA002F954E}","InfoTip",0x00020000,"@%SystemRoot%\system32\shell32.dll,-22915"
343 ;HKCR,"CLSID\{645FF040-5081-101B-9F08-00AA002F954E}","IntroText",0x00020000,"@%SystemRoot%\system32\shell32.dll,-31748"
344 ;HKCR,"CLSID\{645FF040-5081-101B-9F08-00AA002F954E}","SortOrderIndex",0x00010001,0x00000060
345 ;HKCR,"CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,31"
346 ;HKCR,"CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon","Empty",0x00020000,"%SystemRoot%\system32\shell32.dll,31"
347 ;HKCR,"CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon","Full",0x00020000,"%SystemRoot%\system32\shell32.dll,32"
348 ;HKCR,"CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\InProcServer32","",0x00020000,"%SystemRoot%\system32\shell32.dll"
349 ;HKCR,"CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\InProcServer32","ThreadingModel",0x00000000,"Apartment"
350 ;HKCR,"CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder","Attributes",0x00010001,0x20000140
351 ;HKCR,"CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder","CallForAttributes",0x00010001,0x00000040
352 ;HKCR,"CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shellex\ContextMenuHandlers\{645FF040-5081-101B-9F08-00AA002F954E}","",0x00000000,""
353 ;HKCR,"CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shellex\PropertySheetHandlers\{645FF040-5081-101B-9F08-00AA002F954E}","",0x00000000,""
354
355 ; deskadp.dll shell extension
356 HKCR,"CLSID\{42071712-76d4-11d1-8b24-00a0c9068ff3}","",0x00000000,"Display Adapter CPL Extension"
357 HKCR,"CLSID\{42071712-76d4-11d1-8b24-00a0c9068ff3}\InProcServer32","",0x00020000,"%SystemRoot%\system32\deskadp.dll"
358 HKCR,"CLSID\{42071712-76d4-11d1-8b24-00a0c9068ff3}\InProcServer32","ThreadingModel",0x00000000,"Apartment"
359
360 ; deskmon.dll shell extension
361 HKCR,"CLSID\{42071713-76d4-11d1-8b24-00a0c9068ff3}","",0x00000000,"Display Monitor CPL Extension"
362 HKCR,"CLSID\{42071713-76d4-11d1-8b24-00a0c9068ff3}\InProcServer32","",0x00020000,"%SystemRoot%\system32\deskmon.dll"
363 HKCR,"CLSID\{42071713-76d4-11d1-8b24-00a0c9068ff3}\InProcServer32","ThreadingModel",0x00000000,"Apartment"
364
365 ; For TCPIP Protocol property page
366 HKCR,"CLSID\{A907657F-6FDF-11D0-8EFB-00C04FD912B2}","",0x00000000,"TCP/IP Configuration Notify Object"
367 HKCR,"CLSID\{A907657F-6FDF-11D0-8EFB-00C04FD912B2}\InProcServer32","",0x00000000,"netcfgx.dll"
368 HKCR,"CLSID\{A907657F-6FDF-11D0-8EFB-00C04FD912B2}\InProcServer32","ThreadingModel",0x00000000,"Both"
369
370 ; For dxdiagn.dll
371 HKCR,"CLSID\{A65B8071-3BFE-4213-9A5B-491DA4461CA7}","",0x00000000,"DxDiagProvider Class"
372 HKCR,"CLSID\{A65B8071-3BFE-4213-9A5B-491DA4461CA7}\InProcServer32","",0x00000000,"%SystemRoot%\system32\dxdiagn.dll"
373 HKCR,"CLSID\{A65B8071-3BFE-4213-9A5B-491DA4461CA7}\InProcServer32","ThreadingModel",0x00000000,"Apartment"
374 HKCR,"CLSID\{A65B8071-3BFE-4213-9A5B-491DA4461CA7}\ProgID","",0x00000000,"DxDiag.DxDiagProvider.1"
375 HKCR,"CLSID\{A65B8071-3BFE-4213-9A5B-491DA4461CA7}\VersionIndependentProgID","",0x00000000,"DxDiag.DxDiagProvider"
376
377
378 HKCR,"NDS\Clsid","",0x00000002,"{323991f0-7bad-11cf-b03d-00aa006e0975}"
379
380 HKCR,"WinNT\Clsid","",0x00000002,"{8b20cd60-0f29-11cf-abc4-02608c9e7553}"
381
382
383 ; For language support:
384
385 HKCR,"MIME",,0x00000012
386 HKCR,"MIME\Database",,0x00000012
387 HKCR,"MIME\Database\Rfc1766",,0x00000012
388 HKCR,"MIME\Database\Rfc1766","0436",0x00000000,"af;Afrikaans"
389 HKCR,"MIME\Database\Rfc1766","041C",0x00000000,"sq;Albanian"
390 HKCR,"MIME\Database\Rfc1766","0001",0x00000000,"ar;Arabic"
391 HKCR,"MIME\Database\Rfc1766","1401",0x00000000,"ar-dz;Arabic (Algeria)"
392 HKCR,"MIME\Database\Rfc1766","3C01",0x00000000,"ar-bh;Arabic (Bahrain)"
393 HKCR,"MIME\Database\Rfc1766","0C01",0x00000000,"ar-eg;Arabic (Egypt)"
394 HKCR,"MIME\Database\Rfc1766","0801",0x00000000,"ar-iq;Arabic (Iraq)"
395 HKCR,"MIME\Database\Rfc1766","2C01",0x00000000,"ar-jo;Arabic (Jordan)"
396 HKCR,"MIME\Database\Rfc1766","3401",0x00000000,"ar-kw;Arabic (Kuwait)"
397 HKCR,"MIME\Database\Rfc1766","3001",0x00000000,"ar-lb;Arabic (Lebanon)"
398 HKCR,"MIME\Database\Rfc1766","1001",0x00000000,"ar-ly;Arabic (Libya)"
399 HKCR,"MIME\Database\Rfc1766","1801",0x00000000,"ar-ma;Arabic (Morocco)"
400 HKCR,"MIME\Database\Rfc1766","2001",0x00000000,"ar-om;Arabic (Oman)"
401 HKCR,"MIME\Database\Rfc1766","4001",0x00000000,"ar-qa;Arabic (Qatar)"
402 HKCR,"MIME\Database\Rfc1766","0401",0x00000000,"ar-sa;Arabic (Saudi Arabia)"
403 HKCR,"MIME\Database\Rfc1766","2801",0x00000000,"ar-sy;Arabic (Syria)"
404 HKCR,"MIME\Database\Rfc1766","1C01",0x00000000,"ar-tn;Arabic (Tunisia)"
405 HKCR,"MIME\Database\Rfc1766","3801",0x00000000,"ar-ae;Arabic (U.A.E.)"
406 HKCR,"MIME\Database\Rfc1766","2401",0x00000000,"ar-ye;Arabic (Yemen)"
407 HKCR,"MIME\Database\Rfc1766","042B",0x00000000,"hy;Armenian"
408 HKCR,"MIME\Database\Rfc1766","042D",0x00000000,"eu;Basque"
409 HKCR,"MIME\Database\Rfc1766","0423",0x00000000,"be;Belarusian"
410 HKCR,"MIME\Database\Rfc1766","0445",0x00000000,"bn;Bengali"
411 HKCR,"MIME\Database\Rfc1766","0402",0x00000000,"bg;Bulgarian"
412 HKCR,"MIME\Database\Rfc1766","0403",0x00000000,"ca;Catalan"
413 HKCR,"MIME\Database\Rfc1766","0004",0x00000000,"zh;Chinese"
414 HKCR,"MIME\Database\Rfc1766","0804",0x00000000,"zh-cn;Chinese (China)"
415 HKCR,"MIME\Database\Rfc1766","0C04",0x00000000,"zh-hk;Chinese (Hong Kong SAR)"
416 HKCR,"MIME\Database\Rfc1766","1004",0x00000000,"zh-sg;Chinese (Singapore)"
417 HKCR,"MIME\Database\Rfc1766","0404",0x00000000,"zh-tw;Chinese (Taiwan)"
418 HKCR,"MIME\Database\Rfc1766","041A",0x00000000,"hr;Croatian"
419 HKCR,"MIME\Database\Rfc1766","0405",0x00000000,"cs;Czech"
420 HKCR,"MIME\Database\Rfc1766","0406",0x00000000,"da;Danish"
421 HKCR,"MIME\Database\Rfc1766","0813",0x00000000,"nl-be;Dutch (Belgium)"
422 HKCR,"MIME\Database\Rfc1766","0413",0x00000000,"nl;Dutch (Netherlands)"
423 HKCR,"MIME\Database\Rfc1766","0009",0x00000000,"en;English"
424 HKCR,"MIME\Database\Rfc1766","0C09",0x00000000,"en-au;English (Australia)"
425 HKCR,"MIME\Database\Rfc1766","2809",0x00000000,"en-bz;English (Belize)"
426 HKCR,"MIME\Database\Rfc1766","1009",0x00000000,"en-ca;English (Canada)"
427 HKCR,"MIME\Database\Rfc1766","1809",0x00000000,"en-ie;English (Ireland)"
428 HKCR,"MIME\Database\Rfc1766","2009",0x00000000,"en-jm;English (Jamaica)"
429 HKCR,"MIME\Database\Rfc1766","1409",0x00000000,"en-nz;English (New Zealand)"
430 HKCR,"MIME\Database\Rfc1766","1C09",0x00000000,"en-za;English (South Africa)"
431 HKCR,"MIME\Database\Rfc1766","2C09",0x00000000,"en-tt;English (Trinidad)"
432 HKCR,"MIME\Database\Rfc1766","0809",0x00000000,"en-gb;English (United Kingdom)"
433 HKCR,"MIME\Database\Rfc1766","0409",0x00000000,"en-us;English (United States)"
434 HKCR,"MIME\Database\Rfc1766","048F",0x00000000,"eo;Esperanto"
435 HKCR,"MIME\Database\Rfc1766","0425",0x00000000,"et;Estonian"
436 HKCR,"MIME\Database\Rfc1766","0438",0x00000000,"fo;Faeroese"
437 HKCR,"MIME\Database\Rfc1766","0429",0x00000000,"fa;Farsi"
438 HKCR,"MIME\Database\Rfc1766","040B",0x00000000,"fi;Finnish"
439 HKCR,"MIME\Database\Rfc1766","080C",0x00000000,"fr-be;French (Belgium)"
440 HKCR,"MIME\Database\Rfc1766","0C0C",0x00000000,"fr-ca;French (Canada)"
441 HKCR,"MIME\Database\Rfc1766","040C",0x00000000,"fr;French (France)"
442 HKCR,"MIME\Database\Rfc1766","140C",0x00000000,"fr-lu;French (Luxembourg)"
443 HKCR,"MIME\Database\Rfc1766","100C",0x00000000,"fr-ch;French (Switzerland)"
444 HKCR,"MIME\Database\Rfc1766","043C",0x00000000,"gd;Gaelic"
445 HKCR,"MIME\Database\Rfc1766","0C07",0x00000000,"de-at;German (Austria)"
446 HKCR,"MIME\Database\Rfc1766","0407",0x00000000,"de;German (Germany)"
447 HKCR,"MIME\Database\Rfc1766","1407",0x00000000,"de-li;German (Liechtenstein)"
448 HKCR,"MIME\Database\Rfc1766","1007",0x00000000,"de-lu;German (Luxembourg)"
449 HKCR,"MIME\Database\Rfc1766","0807",0x00000000,"de-ch;German (Switzerland)"
450 HKCR,"MIME\Database\Rfc1766","0408",0x00000000,"el;Greek"
451 HKCR,"MIME\Database\Rfc1766","040D",0x00000000,"he;Hebrew"
452 HKCR,"MIME\Database\Rfc1766","0439",0x00000000,"hi;Hindi"
453 HKCR,"MIME\Database\Rfc1766","040E",0x00000000,"hu;Hungarian"
454 HKCR,"MIME\Database\Rfc1766","040F",0x00000000,"is;Icelandic"
455 HKCR,"MIME\Database\Rfc1766","0421",0x00000000,"in;Indonesian"
456 HKCR,"MIME\Database\Rfc1766","0410",0x00000000,"it;Italian (Italy)"
457 HKCR,"MIME\Database\Rfc1766","0810",0x00000000,"it-ch;Italian (Switzerland)"
458 HKCR,"MIME\Database\Rfc1766","0411",0x00000000,"ja;Japanese"
459 HKCR,"MIME\Database\Rfc1766","0412",0x00000000,"ko;Korean"
460 HKCR,"MIME\Database\Rfc1766","0426",0x00000000,"lv;Latvian"
461 HKCR,"MIME\Database\Rfc1766","0427",0x00000000,"lt;Lithuanian"
462 HKCR,"MIME\Database\Rfc1766","042F",0x00000000,"mk;FYRO Macedonian"
463 HKCR,"MIME\Database\Rfc1766","043E",0x00000000,"ms;Malay (Malaysia)"
464 HKCR,"MIME\Database\Rfc1766","043A",0x00000000,"mt;Maltese"
465 HKCR,"MIME\Database\Rfc1766","0414",0x00000000,"no;Norwegian (Bokmal)"
466 HKCR,"MIME\Database\Rfc1766","0814",0x00000000,"no;Norwegian (Nynorsk)"
467 HKCR,"MIME\Database\Rfc1766","0415",0x00000000,"pl;Polish"
468 HKCR,"MIME\Database\Rfc1766","0416",0x00000000,"pt-br;Portuguese (Brazil)"
469 HKCR,"MIME\Database\Rfc1766","0816",0x00000000,"pt;Portuguese (Portugal)"
470 HKCR,"MIME\Database\Rfc1766","0417",0x00000000,"rm;Rhaeto-Romanic"
471 HKCR,"MIME\Database\Rfc1766","0418",0x00000000,"ro;Romanian"
472 HKCR,"MIME\Database\Rfc1766","0818",0x00000000,"ro-mo;Romanian (Moldova)"
473 HKCR,"MIME\Database\Rfc1766","0419",0x00000000,"ru;Russian"
474 HKCR,"MIME\Database\Rfc1766","0819",0x00000000,"ru-mo;Russian (Moldova)"
475 HKCR,"MIME\Database\Rfc1766","0C1A",0x00000000,"sr;Serbian (Cyrillic)"
476 HKCR,"MIME\Database\Rfc1766","081A",0x00000000,"sr;Serbian (Latin)"
477 HKCR,"MIME\Database\Rfc1766","041B",0x00000000,"sk;Slovak"
478 HKCR,"MIME\Database\Rfc1766","0424",0x00000000,"sl;Slovenian"
479 HKCR,"MIME\Database\Rfc1766","042E",0x00000000,"sb;Sorbian"
480 HKCR,"MIME\Database\Rfc1766","2C0A",0x00000000,"es-ar;Spanish (Argentina)"
481 HKCR,"MIME\Database\Rfc1766","400A",0x00000000,"es-bo;Spanish (Bolivia)"
482 HKCR,"MIME\Database\Rfc1766","340A",0x00000000,"es-cl;Spanish (Chile)"
483 HKCR,"MIME\Database\Rfc1766","240A",0x00000000,"es-co;Spanish (Colombia)"
484 HKCR,"MIME\Database\Rfc1766","140A",0x00000000,"es-cr;Spanish (Costa Rica)"
485 HKCR,"MIME\Database\Rfc1766","1C0A",0x00000000,"es-do;Spanish (Dominican Republic)"
486 HKCR,"MIME\Database\Rfc1766","300A",0x00000000,"es-ec;Spanish (Ecuador)"
487 HKCR,"MIME\Database\Rfc1766","440A",0x00000000,"es-sv;Spanish (El Salvador)"
488 HKCR,"MIME\Database\Rfc1766","100A",0x00000000,"es-gt;Spanish (Guatemala)"
489 HKCR,"MIME\Database\Rfc1766","480A",0x00000000,"es-hn;Spanish (Honduras)"
490 HKCR,"MIME\Database\Rfc1766","0C0A",0x00000000,"es;Spanish (International Sort)"
491 HKCR,"MIME\Database\Rfc1766","080A",0x00000000,"es-mx;Spanish (Mexico)"
492 HKCR,"MIME\Database\Rfc1766","4C0A",0x00000000,"es-ni;Spanish (Nicaragua)"
493 HKCR,"MIME\Database\Rfc1766","180A",0x00000000,"es-pa;Spanish (Panama)"
494 HKCR,"MIME\Database\Rfc1766","3C0A",0x00000000,"es-py;Spanish (Paraguay)"
495 HKCR,"MIME\Database\Rfc1766","280A",0x00000000,"es-pe;Spanish (Peru)"
496 HKCR,"MIME\Database\Rfc1766","500A",0x00000000,"es-pr;Spanish (Puerto Rico)"
497 HKCR,"MIME\Database\Rfc1766","040A",0x00000000,"es;Spanish (Traditional Sort)"
498 HKCR,"MIME\Database\Rfc1766","380A",0x00000000,"es-uy;Spanish (Uruguay)"
499 HKCR,"MIME\Database\Rfc1766","200A",0x00000000,"es-ve;Spanish (Venezuela)"
500 HKCR,"MIME\Database\Rfc1766","0430",0x00000000,"sx;Sutu"
501 HKCR,"MIME\Database\Rfc1766","041D",0x00000000,"sv;Swedish"
502 HKCR,"MIME\Database\Rfc1766","081D",0x00000000,"sv-fi;Swedish (Finland)"
503 HKCR,"MIME\Database\Rfc1766","041E",0x00000000,"th;Thai"
504 HKCR,"MIME\Database\Rfc1766","0431",0x00000000,"ts;Tsonga"
505 HKCR,"MIME\Database\Rfc1766","0432",0x00000000,"tn;Tswana"
506 HKCR,"MIME\Database\Rfc1766","041F",0x00000000,"tr;Turkish"
507 HKCR,"MIME\Database\Rfc1766","0422",0x00000000,"uk;Ukrainian"
508 HKCR,"MIME\Database\Rfc1766","0420",0x00000000,"ur;Urdu"
509 HKCR,"MIME\Database\Rfc1766","042A",0x00000000,"vi;Vietnamese"
510 HKCR,"MIME\Database\Rfc1766","0490",0x00000000,"wa;Walloon"
511 HKCR,"MIME\Database\Rfc1766","0434",0x00000000,"xh;Xhosa"
512 HKCR,"MIME\Database\Rfc1766","043D",0x00000000,"ji;Yiddish"
513 HKCR,"MIME\Database\Rfc1766","0435",0x00000000,"zu;Zulu"
514
515 HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\1.0,,,"OLE Automation"
516 HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\0\win16,,,"stdole.tlb"
517 HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\0\win32,,,"stdole32.tlb"
518 HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\FLAGS,,,"1"
519 HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\2.0,,,"OLE Automation"
520 HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\2.0\0\win32,,,"stdole2.tlb"
521 HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\2.0\FLAGS,,,"0"
522
523 ; EOF