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