[SHELL32]
[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 ; Clipboard Element
27 HKCR,".clp","",0x00000000,"clpfile"
28 HKCR,"clpfile","",0x00000000,"Clipboard Element"
29 HKCR,"clpfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\clipbrd.exe,-121"
30 HKCR,"clpfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\clipbrd.exe,1"
31 HKCR,"clpfile\shell\open\command","",0x00000000,"clipbrd.exe %1"
32
33 ; Rich Text Files
34 HKCR,".rtf","",0x00000000,"rtffile"
35 HKCR,".rtf\shellnew","",0x00000000,""
36 HKCR,".rtf\shellnew","Data",0x00020000,"{\rtf1}"
37 HKCR,"rtffile","",0x00000000,"Rich Text Document"
38 HKCR,"rtffile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\wordpad.exe,-1404"
39 HKCR,"rtffile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\wordpad.exe,-103"
40 HKCR,"rtffile\shell\open","",0x00000000,"Open"
41 HKCR,"rtffile\shell\open\command","",0x00020000,"%SystemRoot%\system32\wordpad.exe %1"
42
43 ; Virtual Device Drivers
44 HKCR,".386","",0x00000000,"vxdfile"
45 HKCR,".386","PerceivedType",0x00000000,"system"
46 HKCR,".vxd","",0x00000000,"vxdfile"
47 HKCR,".vxd","PerceivedType",0x00000000,"system"
48 HKCR,"vxdfile","",0x00000000,"Virtual Device Driver"
49 HKCR,"vxdfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-219"
50 HKCR,"vxdfile","NoOpen",0x00000000,""
51
52 ; Animated Cursors
53 HKCR,".ani","",0x00000000,"anifile"
54 HKCR,"anifile","",0x00000000,"Animated Cursor"
55 HKCR,"anifile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\main.cpl,-1039"
56 HKCR,"anifile\DefaultIcon","",0x00000000,"%1"
57
58 ; ReactOS Batch Files
59 HKCR,".bat","",0x00000000,"batfile"
60 HKCR,"batfile","",0x00000000,"ReactOS Batch File"
61 HKCR,"batfile","EditFlags",0x00010001,0x00000010
62 HKCR,"batfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-201"
63 HKCR,"batfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-153"
64 HKCR,"batfile\shell\edit\command","",0x00020000,"%SystemRoot%\system32\notepad.exe %1"
65 HKCR,"batfile\shell\open\command","",0x00000000,"""%1"" %*"
66
67 ; ReactOS Command Script Files
68 HKCR,".cmd","",0x00000000,"cmdfile"
69 HKCR,"cmdfile","",0x00000000,"ReactOS Command Script"
70 HKCR,"cmdfile","EditFlags",0x00010001,0x00000010
71 HKCR,"cmdfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-202"
72 HKCR,"cmdfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-153"
73 HKCR,"cmdfile\shell\edit\command","",0x00020000,"%SystemRoot%\system32\notepad.exe %1"
74 HKCR,"cmdfile\shell\open\command","",0x00000000,"""%1"" %*"
75
76 ; DOS Applications
77 HKCR,".com","",0x00000000,"comfile"
78 HKCR,"comfile","",0x00000000,"DOS Application"
79 HKCR,"comfile","EditFlags",0x00010001,0x00000010
80 HKCR,"comfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-203"
81 HKCR,"comfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-3"
82 HKCR,"comfile\shell\open\command","",0x00000000,"""%1"" %*"
83
84 ; Control Panel Items
85 HKCR,".cpl","",0x00000000,"cplfile"
86 HKCR,"cplfile","",0x00000000,"Control Panel Item"
87 HKCR,"cplfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-204"
88 HKCR,"cplfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-154"
89 HKCR,"cplfile\shell\cplopen","",0x00000000,%CPLFILE_OPENWITH%
90 ;;HKCR,"cplfile\shell\cplopen","MUIVerb",0x00020000,"@%SystemRoot%\system32\shell32.dll,-154"
91 HKCR,"cplfile\shell\cplopen\command","",0x00020000,"%SystemRoot%\system32\rundll32.exe shell32.dll,Control_RunDLL %1,%*"
92 HKCR,"cplfile\shell\runas\command","",0x00020000,"%SystemRoot%\system32\rundll32.exe shell32.dll,Control_RunDLLAsUser %1,%*"
93
94 ; Cursors
95 HKCR,".cur","",0x00000000,"curfile"
96 HKCR,"curfile","",0x00000000,"Cursor"
97 HKCR,"curfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-205"
98 HKCR,"curfile\DefaultIcon","",0x00000000,"%1"
99
100 ; Dynamic Link Libraries
101 HKCR,".dll","",0x00000000,"dllfile"
102 HKCR,"dllfile","",0x00000000,"Application Extension"
103 HKCR,"dllfile","EditFlags",0x00010001,0x00000001
104 HKCR,"dllfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-206"
105 HKCR,"dllfile","NoOpen",0x00000000,""
106 HKCR,"dllfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-154"
107
108 ; Device Drivers
109 HKCR,".drv","",0x00000000,"drvfile"
110 HKCR,"drvfile","",0x00000000,"Device Driver"
111 HKCR,"drvfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-207"
112 HKCR,"drvfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-154"
113
114 ; Applications
115 HKCR,".exe","",0x00000000,"exefile"
116 HKCR,"exefile","",0x00000000,"Application"
117 HKCR,"exefile","EditFlags",0x00010001,0x00000010
118 HKCR,"exefile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-208"
119 HKCR,"exefile\DefaultIcon","",0x00000000,"%1"
120 HKCR,"exefile\shell\open\command","",0x00000000,"""%1"" %*"
121 HKCR,"exefile\shell\runas\command","",0x00020000,"""%1"" %*"
122 HKCR,"exefile\shellex\DropHandler","",0x00020000,"{86C86720-42A0-1069-A2E8-08002B30309D}"
123
124 ; Fonts
125 HKCR,".fon","",0x00000000,"fonfile"
126 HKCR,"fonfile","",0x00000000,"Font file"
127 HKCR,"fonfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-209"
128 HKCR,"fonfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-155"
129 HKCR,"fonfile\shell\open\command","",0x00020000,"%SystemRoot%\system32\fontview.exe %1"
130
131 HKCR,".ttf","",0x00000000,"ttffile"
132 HKCR,"ttffile","",0x00000000,"TrueType Font file"
133 HKCR,"ttffile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-210"
134 HKCR,"ttffile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-156"
135 HKCR,"ttffile\shell\open\command","",0x00020000,"%SystemRoot%\system32\fontview.exe %1"
136
137 HKCR,".otf","",0x00000000,"otffile"
138 HKCR,"otffile","",0x00000000,"OpenType Font file"
139 HKCR,"otffile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-211"
140 HKCR,"otffile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-156"
141 HKCR,"otffile\shell\open\command","",0x00020000,"%SystemRoot%\system32\fontview.exe %1"
142
143 ; Help Files
144 HKCR,".hlp","",0x00000000,"hlpfile"
145 HKCR,"hlpfile","",0x00000000,"Help File"
146 HKCR,"hlpfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-212"
147 HKCR,"hlpfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-24"
148 HKCR,"hlpfile\shell\open\command","",0x00020000,"%SystemRoot%\winhlp32.exe %1"
149
150 HKCR,".chm","",0x00000000,"chm.file"
151 HKCR,"chm.file","",0x00000000,%CHMFILE%
152 ;;HKCR,"chm.file","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\hhctrl.ocx,-452"
153 HKCR,"chm.file\DefaultIcon","",0x00020000,"%SystemRoot%\hh.exe,0"
154 HKCR,"chm.file\shell\open\command","",0x00020000,"%SystemRoot%\hh.exe %1"
155
156 ; set MIME type for .html and .htm because Tiny webserver needs it
157 HKCR,".htm","",0x00000000,"htmlfile"
158 HKCR,".htm","Content Type",0x00000000,"text/html"
159 HKCR,".htm","PerceivedType",0x00000000,"text"
160 HKCR,".html","",0x00000000,"htmlfile"
161 HKCR,".html","Content Type",0x00000000,"text/html"
162 HKCR,".html","PerceivedType",0x00000000,"text"
163 HKCR,"htmlfile","",0x00000000,"HTML Document"
164 HKCR,"htmlfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\mshtml.dll,-7501"
165 HKCR,"htmlfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\ieframe.dll,0"
166 HKCR,"htmlfile\shell\open\command","",0x00020000,"""%programfiles%\Internet Explorer\iexplore.exe"" %1"
167
168 ; Icons
169 HKCR,".ico","",0x00000000,"icofile"
170 HKCR,".ico","Content Type",0x00000000,"image/x-icon"
171 HKCR,".ico","PerceivedType",0x00000000,"image"
172 HKCR,"icofile","",0x00000000,"Icon"
173 HKCR,"icofile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-213"
174 HKCR,"icofile\DefaultIcon","",0x00000000,"%1"
175 HKCR,"icofile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
176
177 ; EMF Images
178 HKCR,".emf","",0x00000000,"emffile"
179 HKCR,".emf","PerceivedType",0x00000000,"image"
180 HKCR,"emffile","",0x00000000,"EMF Image"
181 HKCR,"emffile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shimgvw.dll,-301"
182 HKCR,"emffile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,0"
183 HKCR,"emffile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
184
185 ; GIF Images
186 HKCR,".gif","",0x00000000,"giffile"
187 HKCR,".gif","Content Type",0x00000000,"image/gif"
188 HKCR,".gif","PerceivedType",0x00000000,"image"
189 HKCR,"giffile","",0x00000000,"GIF Image"
190 HKCR,"giffile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shimgvw.dll,-302"
191 HKCR,"giffile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,2"
192 HKCR,"giffile\shell\open\command","",0x00020000,"""%programfiles%\Internet Explorer\iexplore.exe"" %1"
193
194 ; JPEG Images
195 HKCR,".jpg","",0x00000000,"jpegfile"
196 HKCR,".jpg","Content Type",0x00000000,"image/jpeg"
197 HKCR,".jpg","PerceivedType",0x00000000,"image"
198 HKCR,".jpeg","",0x00000000,"jpegfile"
199 HKCR,".jpeg","Content Type",0x00000000,"image/jpeg"
200 HKCR,".jpeg","PerceivedType",0x00000000,"image"
201 HKCR,"jpegfile","",0x00000000,"JPEG Image"
202 HKCR,"jpegfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shimgvw.dll,-303"
203 HKCR,"jpegfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,0"
204 HKCR,"jpegfile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
205
206 ; Bitmap Images
207 HKCR,".bmp","",0x00000000,"bmpfile"
208 HKCR,".bmp","Content Type",0x00000000,"image/bmp"
209 HKCR,".bmp","PerceivedType",0x00000000,"image"
210 HKCR,".bmp\shellnew","",0x00000000,""
211 HKCR,".bmp\shellnew","NullFile",0x00020000,""
212 HKCR,"bmpfile","",0x00000000,"Bitmap Image"
213 HKCR,"bmpfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shimgvw.dll,-304"
214 HKCR,"bmpfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,1"
215 HKCR,"bmpfile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
216
217 ; PNG Images
218 HKCR,".png","",0x00000000,"pngfile"
219 HKCR,".png","Content Type",0x00000000,"image/png"
220 HKCR,".png","PerceivedType",0x00000000,"image"
221 HKCR,"pngfile","",0x00000000,"PNG Image"
222 HKCR,"pngfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shimgvw.dll,-305"
223 HKCR,"pngfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,2"
224 HKCR,"pngfile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
225
226 ; TIF Images
227 HKCR,".tif","",0x00000000,"TIFImage.Document"
228 HKCR,".tif","Content Type",0x00000000,"image/tiff"
229 HKCR,".tif","PerceivedType",0x00000000,"image"
230 HKCR,".tiff","",0x00000000,"TIFImage.Document"
231 HKCR,".tiff","Content Type",0x00000000,"image/tiff"
232 HKCR,".tiff","PerceivedType",0x00000000,"image"
233 HKCR,"TIFImage.Document","",0x00000000,"TIF Image"
234 HKCR,"TIFImage.Document","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shimgvw.dll,-306"
235 HKCR,"TIFImage.Document\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,0"
236 HKCR,"TIFImage.Document\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
237
238 ; WMF Images
239 HKCR,".wmf","",0x00000000,"wmffile"
240 HKCR,".wmf","PerceivedType",0x00000000,"image"
241 HKCR,"wmffile","",0x00000000,"WMF Image"
242 HKCR,"wmffile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shimgvw.dll,-307"
243 HKCR,"wmffile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,0"
244 HKCR,"wmffile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
245
246 ; Configuration Files
247 HKCR,".ini","",0x00000000,"inifile"
248 HKCR,"inifile","",0x00000000,"Configuration Settings"
249 HKCR,"inifile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-214"
250 HKCR,"inifile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-151"
251 HKCR,"inifile\shell\open\command","",0x00000000,"notepad.exe ""%1"""
252 HKCR,"inifile\shell\print\command","",0x00000000,"notepad.exe /p ""%1"""
253
254 ; Setup Information Files
255 HKCR,".inf","",0x00000000,"inffile"
256 HKCR,"inffile","",0x00000000,"Setup Information"
257 HKCR,"inffile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\setupapi.dll,-2001"
258 HKCR,"inffile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-151"
259 HKCR,"inffile\shell\open\command","",0x00000000,"notepad.exe ""%1"""
260 HKCR,"inffile\shell\Install","",0x00000000,%INSTALL%
261 HKCR,"inffile\shell\Install\command","",0x00020000,"%SystemRoot%\system32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %1"
262
263 ; Show icons for shortcuts in shell views (lnkfile is handled specially in shell32)
264 ; Don't display extension for shortcuts
265 HKCR,".lnk","",0x00000000,"lnkfile"
266 HKCR,".lnk\shellnew","",0x00000000,""
267 HKCR,".lnk\shellnew","command",0x00020000,"%SystemRoot%\system32\rundll32.exe appwiz.cpl,NewLinkHere %1"
268 HKCR,"lnkfile","",0x00000000,"Shortcut"
269 HKCR,"lnkfile","EditFlags",0x00010001,0x00000001
270 HKCR,"lnkfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-215"
271 HKCR,"lnkfile","IsShortcut",0x00000000,"yes"
272 HKCR,"lnkfile","NeverShowExt",0x00000000,""
273 HKCR,"lnkfile\CLSID","",0x00000000,"{00021401-0000-0000-C000-000000000046}"
274 HKCR,"lnkfile\shellex\IconHandler","",0x00000000,"{00021401-0000-0000-C000-000000000046}"
275 HKCR,"lnkfile\shellex\DropHandler","",0x00000000,"{00021401-0000-0000-C000-000000000046}"
276 HKCR,"lnkfile\shellex\ContextMenuHandlers\{00021401-0000-0000-C000-000000000046}","",0x00000000,""
277 HKCR,"lnkfile\shellex\PropertySheetHandlers\Shellink Property Page", "", 0x00000000, "{00021401-0000-0000-C000-000000000046}"
278
279 ; Text Documents
280 HKCR,".log","",0x00000000,"txtfile"
281 HKCR,".txt","",0x00000000,"txtfile"
282 HKCR,".c","",0x00000000,"txtfile"
283 HKCR,".cpp","",0x00000000,"txtfile"
284 HKCR,".h","",0x00000000,"txtfile"
285 HKCR,".hpp","",0x00000000,"txtfile"
286 HKCR,".txt","PerceivedType",0x00000000,"text"
287 HKCR,".c","PerceivedType",0x00000000,"text"
288 HKCR,".cpp","PerceivedType",0x00000000,"text"
289 HKCR,".h","PerceivedType",0x00000000,"text"
290 HKCR,".hpp","PerceivedType",0x00000000,"text"
291 HKCR,".txt","Content Type",0x00000000,"text/plain"
292 HKCR,".txt\shellnew","",0x00000000,""
293 HKCR,".txt\shellnew","NullFile",0x00020000,""
294 HKCR,"txtfile","",0x00000000,"Text Document"
295 HKCR,"txtfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\notepad.exe,-512"
296 HKCR,"txtfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-152"
297 HKCR,"txtfile\shell\open\command","",0x00020000,"%SystemRoot%\system32\notepad.exe %1"
298 HKCR,"txtfile\shell\print\command","",0x00000000,"notepad.exe /p ""%1"""
299
300 ; XML Documents
301 HKCR,".xml","",0x00000000,"xmlfile"
302 HKCR,".xml","Content Type",0x00000000,"text/xml"
303 HKCR,"xmlfile","",0x00000000,%XMLFILE%
304 ;;HKCR,"xmlfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\msxml3r.dll,-1"
305 HKCR,"xmlfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\msxml3.dll,0"
306 HKCR,"xmlfile\shell\open\command","",0x00020000,"%SystemRoot%\system32\notepad.exe %1"
307
308 ; XSL Stylesheets
309 HKCR,".xsl","",0x00000000,"xslfile"
310 HKCR,".xsl","Content Type",0x00000000,"text/xml"
311 HKCR,"xslfile","",0x00000000,%XSLFILE%
312 ;;HKCR,"xslfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\msxml3r.dll,-2"
313 HKCR,"xslfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\msxml3.dll,1"
314 HKCR,"xslfile\shell\open\command","",0x00020000,"%SystemRoot%\system32\notepad.exe %1"
315
316 ; MSI files
317 HKCR,".msi","",0x00000000,"Msi.Package"
318 HKCR,"Msi.Package","",0x00000000,%MSIPACK%
319 ;;HKCR,"Msi.Package","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\msi.dll,-34"
320 HKCR,"Msi.Package\DefaultIcon","",0x00000000,"msiexec.exe"
321 HKCR,"Msi.Package\shell\Open\command","",0x00020000,"%SystemRoot%\system32\msiexec.exe /i ""%1"""
322 HKCR,"Msi.Package\shell\Repair","",0x00000000,%REPAIR%
323 HKCR,"Msi.Package\shell\Repair\command","",0x00020000,"%SystemRoot%\system32\msiexec.exe /f ""%1"""
324 HKCR,"Msi.Package\shell\Uninstall","",0x00000000,%UNINSTALL%
325 HKCR,"Msi.Package\shell\Uninstall\command","",0x00020000,"%SystemRoot%\system32\msiexec.exe /x ""%1"""
326
327 ; Program Information File for NT VDM
328 HKCR,".pif","",0x00000000,"piffile"
329 HKCR,"piffile","",0x00000000,"NT VDM Program Information File"
330 HKCR,"piffile","EditFlags",0x00010001,0x00000001
331 HKCR,"piffile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-216"
332 HKCR,"piffile","IsShortcut",0x00000000,"yes"
333 HKCR,"piffile","NeverShowExt",0x00000000,""
334
335 ; Registration Entries
336 HKCR,".reg","",0x00000000,"regfile"
337 HKCR,"regfile","",0x00000000,"Registration File"
338 HKCR,"regfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\regedit.exe,-31000"
339 HKCR,"regfile\DefaultIcon","",0x00020000,"%SystemRoot%\regedit.exe,1"
340 HKCR,"regfile\shell\edit\command","",0x00020000,"%SystemRoot%\system32\notepad.exe %1"
341 HKCR,"regfile\shell\open","",0x00000000,%MERGE%
342 HKCR,"regfile\shell\open\command","",0x00000000,"regedit.exe ""%1"""
343
344 ; Screen Savers
345 HKCR,".scr","",0x00000000,"scrfile"
346 HKCR,"scrfile","",0x00000000,"Screen Saver"
347 HKCR,"scrfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-217"
348 HKCR,"scrfile\DefaultIcon","",0x00000000,"%1"
349 HKCR,"scrfile\shell\config","",0x00000000,%CONFIGURE%
350 HKCR,"scrfile\shell\config\command","",0x00000000,"""%1"""
351 HKCR,"scrfile\shell\install","",0x00000000,%INSTALL%
352 HKCR,"scrfile\shell\install\command","",0x00000000,"rundll32.exe desk.cpl,InstallScreenSaver %l"
353 HKCR,"scrfile\shell\open","",0x00000000,%TEST%
354 HKCR,"scrfile\shell\open\command","",0x00000000,"""%1"" /S"
355
356 ; Shell command files (e.g. "Show Desktop" in QuickLaunch bar)
357 HKCR,".scf","",0x00000000,"SHCmdFile"
358 HKCR,"SHCmdFile","",0x00000000,%SCFFILE%
359 HKCR,"SHCmdFile","NeverShowExt",0x00000000,""
360 HKCR,"SHCmdFile","InfoTip",0x00000000,"prop:DocComments"
361 HKCR,"SHCmdFile\shell\open\command","",0x00000000,"%systemroot%\explorer.exe"
362 HKCR,"SHCmdFile\shell\open\ddeexec","",0x00000000,"[ShellFile(\"%1\",\"%1\",%S)]"
363 HKCR,"SHCmdFile\shell\open\ddeexec\Application","",0x00000000,"Folders"
364 HKCR,"SHCmdFile\shell\open\ddeexec\Topic","",0x00000000,"AppProperties"
365 HKCR,"SHCmdFile\CLSID","",0x00000000,"{57651662-CE3E-11D0-8D77-00C04FC99D61}"
366 HKCR,"SHCmdFile\shellex\IconHandler","",0x00000000,"{57651662-CE3E-11D0-8D77-00C04FC99D61}"
367 HKCR,"SHCmdFile\shellex\DropHandler","",0x00000000,"{86C86720-42A0-1069-A2E8-08002B30309D}"
368
369 ; System Files
370 HKCR,".sys","",0x00000000,"sysfile"
371 HKCR,"sysfile","",0x00000000,"System File"
372 HKCR,"sysfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-218"
373 HKCR,"sysfile","NoOpen",0x00000000,""
374 HKCR,"sysfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-154"
375
376 ; MS Styles (Themes)
377 HKCR,".msstyles","",0x00000000,"msstylesfile"
378 HKCR,"msstylesfile","",0x00000000,%MSSTYLESFILE%
379 HKCR,"msstylesfile\DefaultIcon","","0x00020000","%SystemRoot%\system32\themeui.dll,-1"
380 HKCR,"msstylesfile\shell\open\command","",0x00000000,"%SystemRoot%\system32\rundll32.exe shell32.dll,Control_RunDLL %SystemRoot%\system32\desk.cpl desk,@Appearance /Action:OpenMSTheme file:""%1"""
381
382 ; Theme Files
383 HKCR,".theme","",0x00000000,"themefile"
384 HKCR,"themefile","",0x00000000,%THEMEFILE%
385 HKCR,"themefile\DefaultIcon","","0x00020000","%SystemRoot%\system32\themeui.dll,-1"
386 HKCR,"themefile\shell\open\command","",0x00000000,"%SystemRoot%\system32\rundll32.exe shell32.dll,Control_RunDLL %SystemRoot%\system32\desk.cpl desk,@Appearance /Action:OpenTheme /file:""%1"""
387
388 ; URL shortcuts (e.g. used in Favorites folder of IExplorer)
389 HKCR,".url","",0x00000000,"InternetShortcut"
390
391 ; Wave Sounds
392 HKCR,".wav","",0x00000000,"SoundRec"
393 HKCR,"SoundRec","",0x00000000,%WAVFILE%
394 HKCR,"SoundRec\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-225"
395 HKCR,"SoundRec\shell\open\command","",0x00020000,"%SystemRoot%\system32\mplay32.exe %1"
396
397 ; Midi Sounds
398 HKCR,".mid","",0x00000000,"MIDFile"
399 HKCR,".midi","",0x00000000,"MIDFile"
400 HKCR,"MIDFile","",0x00000000,%MIDFILE%
401 HKCR,"MIDFile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-225"
402 HKCR,"MIDFile\shell\open\command","",0x00020000,"%SystemRoot%\system32\mplay32.exe %1"
403
404 ; Audio CD
405 HKCR,".cda","",0x00000000,"CDAFile"
406 HKCR,"CDAFile","",0x00000000,%CDAFILE%
407 HKCR,"CDAFile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-225"
408 HKCR,"CDAFile\shell\open\command","",0x00020000,"%SystemRoot%\system32\mplay32.exe %1"
409
410 ; Avi Files
411 HKCR,".avi","",0x00000000,"AVIFile"
412 HKCR,"AVIFile","",0x00000000,%AVIFILE%
413 HKCR,"AVIFile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-224"
414 HKCR,"AVIFile\shell\open\command","",0x00020000,"%SystemRoot%\system32\mplay32.exe %1"
415
416 HKCR,"CLSID",,0x00000012
417
418 ; For Shell32.dll
419 HKCR,"CLSID\{1F4DE370-D627-11D1-BA4F-00A0C91EEDBA}","",0x00000000,"Computer Search Results Folder"
420 HKCR,"CLSID\{1F4DE370-D627-11D1-BA4F-00A0C91EEDBA}","LocalizedString",0x00020000,"@%SystemRoot%\system32\shell32.dll,-30521"
421 HKCR,"CLSID\{1F4DE370-D627-11D1-BA4F-00A0C91EEDBA}\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-135"
422 HKCR,"CLSID\{1F4DE370-D627-11D1-BA4F-00A0C91EEDBA}\InProcServer32","",0x00020000,"%SystemRoot%\system32\shell32.dll"
423 HKCR,"CLSID\{1F4DE370-D627-11D1-BA4F-00A0C91EEDBA}\InProcServer32","ThreadingModel",0x00000000,"Apartment"
424 HKCR,"CLSID\{1F4DE370-D627-11D1-BA4F-00A0C91EEDBA}\ShellFolder","Attributes",0x00010001,0x20180000
425
426 ; deskadp.dll shell extension
427 HKCR,"CLSID\{42071712-76d4-11d1-8b24-00a0c9068ff3}","",0x00000000,"Display Adapter CPL Extension"
428 HKCR,"CLSID\{42071712-76d4-11d1-8b24-00a0c9068ff3}\InProcServer32","",0x00020000,"%SystemRoot%\system32\deskadp.dll"
429 HKCR,"CLSID\{42071712-76d4-11d1-8b24-00a0c9068ff3}\InProcServer32","ThreadingModel",0x00000000,"Apartment"
430
431 ; deskmon.dll shell extension
432 HKCR,"CLSID\{42071713-76d4-11d1-8b24-00a0c9068ff3}","",0x00000000,"Display Monitor CPL Extension"
433 HKCR,"CLSID\{42071713-76d4-11d1-8b24-00a0c9068ff3}\InProcServer32","",0x00020000,"%SystemRoot%\system32\deskmon.dll"
434 HKCR,"CLSID\{42071713-76d4-11d1-8b24-00a0c9068ff3}\InProcServer32","ThreadingModel",0x00000000,"Apartment"
435
436 ; For the TCP/IP Protocol property page
437 HKCR,"CLSID\{A907657F-6FDF-11D0-8EFB-00C04FD912B2}","",0x00000000,"TCP/IP Configuration Notify Object"
438 HKCR,"CLSID\{A907657F-6FDF-11D0-8EFB-00C04FD912B2}\InProcServer32","",0x00000000,"netcfgx.dll"
439 HKCR,"CLSID\{A907657F-6FDF-11D0-8EFB-00C04FD912B2}\InProcServer32","ThreadingModel",0x00000000,"Both"
440
441 ; For dxdiagn.dll
442 HKCR,"CLSID\{A65B8071-3BFE-4213-9A5B-491DA4461CA7}","",0x00000000,"DxDiagProvider Class"
443 HKCR,"CLSID\{A65B8071-3BFE-4213-9A5B-491DA4461CA7}\InProcServer32","",0x00000000,"%SystemRoot%\system32\dxdiagn.dll"
444 HKCR,"CLSID\{A65B8071-3BFE-4213-9A5B-491DA4461CA7}\InProcServer32","ThreadingModel",0x00000000,"Apartment"
445 HKCR,"CLSID\{A65B8071-3BFE-4213-9A5B-491DA4461CA7}\ProgID","",0x00000000,"DxDiag.DxDiagProvider.1"
446 HKCR,"CLSID\{A65B8071-3BFE-4213-9A5B-491DA4461CA7}\VersionIndependentProgID","",0x00000000,"DxDiag.DxDiagProvider"
447
448
449 HKCR,"NDS\Clsid","",0x00000002,"{323991f0-7bad-11cf-b03d-00aa006e0975}"
450
451 HKCR,"WinNT\Clsid","",0x00000002,"{8b20cd60-0f29-11cf-abc4-02608c9e7553}"
452
453 ; Applications
454 HKCR,"Applications\notepad.exe\shell\open\command","",0x00000002,"notepad.exe %1"
455 HKCR,"Applications\mspaint.exe\shell\open\command","",0x00000002,"mspaint.exe %1"
456 HKCR,"Applications\wordpad.exe\shell\open\command","",0x00000002,"wordpad.exe %1"
457
458 ; Misc Perceived types
459 HKCR,".asm","PerceivedType",0x00000000,"text"
460 HKCR,".asmx","PerceivedType",0x00000000,"text"
461 HKCR,".aspx","PerceivedType",0x00000000,"text"
462 HKCR,".chk","PerceivedType",0x00000000,"system"
463 HKCR,".css","",0x00000000,%CSSFILE%
464 HKCR,".css","PerceivedType",0x00000000,"text"
465 HKCR,".cxx","PerceivedType",0x00000000,"text"
466 HKCR,".def","PerceivedType",0x00000000,"text"
467 HKCR,".diz","PerceivedType",0x00000000,"text"
468 HKCR,".gz","PerceivedType",0x00000000,"compressed"
469 HKCR,".hxx","PerceivedType",0x00000000,"text"
470 HKCR,".inc","PerceivedType",0x00000000,"text"
471 HKCR,".java","PerceivedType",0x00000000,"text"
472 HKCR,".local","PerceivedType",0x00000000,"system"
473 HKCR,".manifest","PerceivedType",0x00000000,"system"
474 HKCR,".nvr","PerceivedType",0x00000000,"text"
475 HKCR,".ocx","",0x00000000,%OCXFILE%
476 HKCR,".ocx","PerceivedType",0x00000000,"system"
477 HKCR,".php3","PerceivedType",0x00000000,"text"
478 HKCR,".pl","PerceivedType",0x00000000,"text"
479 HKCR,".plg","PerceivedType",0x00000000,"text"
480 HKCR,".ps1xml","PerceivedType",0x00000000,"text"
481 HKCR,".sed","PerceivedType",0x00000000,"text"
482 HKCR,".shtml","PerceivedType",0x00000000,"text"
483 HKCR,".sql","PerceivedType",0x00000000,"text"
484 HKCR,".tar","PerceivedType",0x00000000,"compressed"
485 HKCR,".text","PerceivedType",0x00000000,"text"
486 HKCR,".tgz","PerceivedType",0x00000000,"compressed"
487 HKCR,".tsv","PerceivedType",0x00000000,"text"
488 HKCR,".wdp","PerceivedType",0x00000000,"image"
489 HKCR,".wmz","",0x00000000,%WMZFILE%
490 HKCR,".wmz","PerceivedType",0x00000000,"compressed"
491 HKCR,".wsz","PerceivedType",0x00000000,"compressed"
492 HKCR,".x","PerceivedType",0x00000000,"text"
493 HKCR,".z","PerceivedType",0x00000000,"compressed"
494
495 ; For language support:
496
497 HKCR,"MIME",,0x00000012
498 HKCR,"MIME\Database",,0x00000012
499 HKCR,"MIME\Database\Rfc1766",,0x00000012
500 HKCR,"MIME\Database\Rfc1766","0436",0x00000000,"af;Afrikaans"
501 HKCR,"MIME\Database\Rfc1766","041C",0x00000000,"sq;Albanian"
502 HKCR,"MIME\Database\Rfc1766","0001",0x00000000,"ar;Arabic"
503 HKCR,"MIME\Database\Rfc1766","1401",0x00000000,"ar-dz;Arabic (Algeria)"
504 HKCR,"MIME\Database\Rfc1766","3C01",0x00000000,"ar-bh;Arabic (Bahrain)"
505 HKCR,"MIME\Database\Rfc1766","0C01",0x00000000,"ar-eg;Arabic (Egypt)"
506 HKCR,"MIME\Database\Rfc1766","0801",0x00000000,"ar-iq;Arabic (Iraq)"
507 HKCR,"MIME\Database\Rfc1766","2C01",0x00000000,"ar-jo;Arabic (Jordan)"
508 HKCR,"MIME\Database\Rfc1766","3401",0x00000000,"ar-kw;Arabic (Kuwait)"
509 HKCR,"MIME\Database\Rfc1766","3001",0x00000000,"ar-lb;Arabic (Lebanon)"
510 HKCR,"MIME\Database\Rfc1766","1001",0x00000000,"ar-ly;Arabic (Libya)"
511 HKCR,"MIME\Database\Rfc1766","1801",0x00000000,"ar-ma;Arabic (Morocco)"
512 HKCR,"MIME\Database\Rfc1766","2001",0x00000000,"ar-om;Arabic (Oman)"
513 HKCR,"MIME\Database\Rfc1766","4001",0x00000000,"ar-qa;Arabic (Qatar)"
514 HKCR,"MIME\Database\Rfc1766","0401",0x00000000,"ar-sa;Arabic (Saudi Arabia)"
515 HKCR,"MIME\Database\Rfc1766","2801",0x00000000,"ar-sy;Arabic (Syria)"
516 HKCR,"MIME\Database\Rfc1766","1C01",0x00000000,"ar-tn;Arabic (Tunisia)"
517 HKCR,"MIME\Database\Rfc1766","3801",0x00000000,"ar-ae;Arabic (U.A.E.)"
518 HKCR,"MIME\Database\Rfc1766","2401",0x00000000,"ar-ye;Arabic (Yemen)"
519 HKCR,"MIME\Database\Rfc1766","042B",0x00000000,"hy;Armenian"
520 HKCR,"MIME\Database\Rfc1766","042D",0x00000000,"eu;Basque"
521 HKCR,"MIME\Database\Rfc1766","0423",0x00000000,"be;Belarusian"
522 HKCR,"MIME\Database\Rfc1766","0845",0x00000000,"bn-bd;Bengali (Bangladesh)"
523 HKCR,"MIME\Database\Rfc1766","0445",0x00000000,"bn-in;Bengali (India)"
524 HKCR,"MIME\Database\Rfc1766","0402",0x00000000,"bg;Bulgarian"
525 HKCR,"MIME\Database\Rfc1766","0403",0x00000000,"ca;Catalan"
526 HKCR,"MIME\Database\Rfc1766","0004",0x00000000,"zh;Chinese"
527 HKCR,"MIME\Database\Rfc1766","0804",0x00000000,"zh-cn;Chinese (China)"
528 HKCR,"MIME\Database\Rfc1766","0C04",0x00000000,"zh-hk;Chinese (Hong Kong SAR)"
529 HKCR,"MIME\Database\Rfc1766","1004",0x00000000,"zh-sg;Chinese (Singapore)"
530 HKCR,"MIME\Database\Rfc1766","0404",0x00000000,"zh-tw;Chinese (Taiwan)"
531 HKCR,"MIME\Database\Rfc1766","041A",0x00000000,"hr;Croatian"
532 HKCR,"MIME\Database\Rfc1766","0405",0x00000000,"cs;Czech"
533 HKCR,"MIME\Database\Rfc1766","0406",0x00000000,"da;Danish"
534 HKCR,"MIME\Database\Rfc1766","0813",0x00000000,"nl-be;Dutch (Belgium)"
535 HKCR,"MIME\Database\Rfc1766","0413",0x00000000,"nl;Dutch (Netherlands)"
536 HKCR,"MIME\Database\Rfc1766","0009",0x00000000,"en;English"
537 HKCR,"MIME\Database\Rfc1766","0C09",0x00000000,"en-au;English (Australia)"
538 HKCR,"MIME\Database\Rfc1766","2809",0x00000000,"en-bz;English (Belize)"
539 HKCR,"MIME\Database\Rfc1766","1009",0x00000000,"en-ca;English (Canada)"
540 HKCR,"MIME\Database\Rfc1766","1809",0x00000000,"en-ie;English (Ireland)"
541 HKCR,"MIME\Database\Rfc1766","2009",0x00000000,"en-jm;English (Jamaica)"
542 HKCR,"MIME\Database\Rfc1766","1409",0x00000000,"en-nz;English (New Zealand)"
543 HKCR,"MIME\Database\Rfc1766","1C09",0x00000000,"en-za;English (South Africa)"
544 HKCR,"MIME\Database\Rfc1766","2C09",0x00000000,"en-tt;English (Trinidad)"
545 HKCR,"MIME\Database\Rfc1766","0809",0x00000000,"en-gb;English (United Kingdom)"
546 HKCR,"MIME\Database\Rfc1766","0409",0x00000000,"en-us;English (United States)"
547 HKCR,"MIME\Database\Rfc1766","048F",0x00000000,"eo;Esperanto"
548 HKCR,"MIME\Database\Rfc1766","0425",0x00000000,"et;Estonian"
549 HKCR,"MIME\Database\Rfc1766","0438",0x00000000,"fo;Faeroese"
550 HKCR,"MIME\Database\Rfc1766","0429",0x00000000,"fa;Farsi"
551 HKCR,"MIME\Database\Rfc1766","040B",0x00000000,"fi;Finnish"
552 HKCR,"MIME\Database\Rfc1766","080C",0x00000000,"fr-be;French (Belgium)"
553 HKCR,"MIME\Database\Rfc1766","0C0C",0x00000000,"fr-ca;French (Canada)"
554 HKCR,"MIME\Database\Rfc1766","040C",0x00000000,"fr;French (France)"
555 HKCR,"MIME\Database\Rfc1766","140C",0x00000000,"fr-lu;French (Luxembourg)"
556 HKCR,"MIME\Database\Rfc1766","100C",0x00000000,"fr-ch;French (Switzerland)"
557 HKCR,"MIME\Database\Rfc1766","043C",0x00000000,"gd;Gaelic"
558 HKCR,"MIME\Database\Rfc1766","0C07",0x00000000,"de-at;German (Austria)"
559 HKCR,"MIME\Database\Rfc1766","0407",0x00000000,"de;German (Germany)"
560 HKCR,"MIME\Database\Rfc1766","1407",0x00000000,"de-li;German (Liechtenstein)"
561 HKCR,"MIME\Database\Rfc1766","1007",0x00000000,"de-lu;German (Luxembourg)"
562 HKCR,"MIME\Database\Rfc1766","0807",0x00000000,"de-ch;German (Switzerland)"
563 HKCR,"MIME\Database\Rfc1766","0408",0x00000000,"el;Greek"
564 HKCR,"MIME\Database\Rfc1766","040D",0x00000000,"he;Hebrew"
565 HKCR,"MIME\Database\Rfc1766","0439",0x00000000,"hi;Hindi"
566 HKCR,"MIME\Database\Rfc1766","040E",0x00000000,"hu;Hungarian"
567 HKCR,"MIME\Database\Rfc1766","040F",0x00000000,"is;Icelandic"
568 HKCR,"MIME\Database\Rfc1766","0421",0x00000000,"in;Indonesian"
569 HKCR,"MIME\Database\Rfc1766","0410",0x00000000,"it;Italian (Italy)"
570 HKCR,"MIME\Database\Rfc1766","0810",0x00000000,"it-ch;Italian (Switzerland)"
571 HKCR,"MIME\Database\Rfc1766","0411",0x00000000,"ja;Japanese"
572 HKCR,"MIME\Database\Rfc1766","043F",0x00000000,"kk;Kazakh"
573 HKCR,"MIME\Database\Rfc1766","0412",0x00000000,"ko;Korean"
574 HKCR,"MIME\Database\Rfc1766","0426",0x00000000,"lv;Latvian"
575 HKCR,"MIME\Database\Rfc1766","0427",0x00000000,"lt;Lithuanian"
576 HKCR,"MIME\Database\Rfc1766","042F",0x00000000,"mk;FYRO Macedonian"
577 HKCR,"MIME\Database\Rfc1766","043E",0x00000000,"ms;Malay (Malaysia)"
578 HKCR,"MIME\Database\Rfc1766","043A",0x00000000,"mt;Maltese"
579 HKCR,"MIME\Database\Rfc1766","0414",0x00000000,"no;Norwegian (Bokmal)"
580 HKCR,"MIME\Database\Rfc1766","0814",0x00000000,"no;Norwegian (Nynorsk)"
581 HKCR,"MIME\Database\Rfc1766","0415",0x00000000,"pl;Polish"
582 HKCR,"MIME\Database\Rfc1766","0416",0x00000000,"pt-br;Portuguese (Brazil)"
583 HKCR,"MIME\Database\Rfc1766","0816",0x00000000,"pt;Portuguese (Portugal)"
584 HKCR,"MIME\Database\Rfc1766","0417",0x00000000,"rm;Rhaeto-Romanic"
585 HKCR,"MIME\Database\Rfc1766","0418",0x00000000,"ro;Romanian"
586 HKCR,"MIME\Database\Rfc1766","0818",0x00000000,"ro-mo;Romanian (Moldova)"
587 HKCR,"MIME\Database\Rfc1766","0419",0x00000000,"ru;Russian"
588 HKCR,"MIME\Database\Rfc1766","0819",0x00000000,"ru-mo;Russian (Moldova)"
589 HKCR,"MIME\Database\Rfc1766","0C1A",0x00000000,"sr;Serbian (Cyrillic)"
590 HKCR,"MIME\Database\Rfc1766","081A",0x00000000,"sr;Serbian (Latin)"
591 HKCR,"MIME\Database\Rfc1766","041B",0x00000000,"sk;Slovak"
592 HKCR,"MIME\Database\Rfc1766","0424",0x00000000,"sl;Slovenian"
593 HKCR,"MIME\Database\Rfc1766","042E",0x00000000,"sb;Sorbian"
594 HKCR,"MIME\Database\Rfc1766","2C0A",0x00000000,"es-ar;Spanish (Argentina)"
595 HKCR,"MIME\Database\Rfc1766","400A",0x00000000,"es-bo;Spanish (Bolivia)"
596 HKCR,"MIME\Database\Rfc1766","340A",0x00000000,"es-cl;Spanish (Chile)"
597 HKCR,"MIME\Database\Rfc1766","240A",0x00000000,"es-co;Spanish (Colombia)"
598 HKCR,"MIME\Database\Rfc1766","140A",0x00000000,"es-cr;Spanish (Costa Rica)"
599 HKCR,"MIME\Database\Rfc1766","1C0A",0x00000000,"es-do;Spanish (Dominican Republic)"
600 HKCR,"MIME\Database\Rfc1766","300A",0x00000000,"es-ec;Spanish (Ecuador)"
601 HKCR,"MIME\Database\Rfc1766","440A",0x00000000,"es-sv;Spanish (El Salvador)"
602 HKCR,"MIME\Database\Rfc1766","100A",0x00000000,"es-gt;Spanish (Guatemala)"
603 HKCR,"MIME\Database\Rfc1766","480A",0x00000000,"es-hn;Spanish (Honduras)"
604 HKCR,"MIME\Database\Rfc1766","0C0A",0x00000000,"es;Spanish (International Sort)"
605 HKCR,"MIME\Database\Rfc1766","080A",0x00000000,"es-mx;Spanish (Mexico)"
606 HKCR,"MIME\Database\Rfc1766","4C0A",0x00000000,"es-ni;Spanish (Nicaragua)"
607 HKCR,"MIME\Database\Rfc1766","180A",0x00000000,"es-pa;Spanish (Panama)"
608 HKCR,"MIME\Database\Rfc1766","3C0A",0x00000000,"es-py;Spanish (Paraguay)"
609 HKCR,"MIME\Database\Rfc1766","280A",0x00000000,"es-pe;Spanish (Peru)"
610 HKCR,"MIME\Database\Rfc1766","500A",0x00000000,"es-pr;Spanish (Puerto Rico)"
611 HKCR,"MIME\Database\Rfc1766","040A",0x00000000,"es;Spanish (Traditional Sort)"
612 HKCR,"MIME\Database\Rfc1766","380A",0x00000000,"es-uy;Spanish (Uruguay)"
613 HKCR,"MIME\Database\Rfc1766","200A",0x00000000,"es-ve;Spanish (Venezuela)"
614 HKCR,"MIME\Database\Rfc1766","0430",0x00000000,"sx;Sutu"
615 HKCR,"MIME\Database\Rfc1766","041D",0x00000000,"sv;Swedish"
616 HKCR,"MIME\Database\Rfc1766","081D",0x00000000,"sv-fi;Swedish (Finland)"
617 HKCR,"MIME\Database\Rfc1766","041E",0x00000000,"th;Thai"
618 HKCR,"MIME\Database\Rfc1766","0431",0x00000000,"ts;Tsonga"
619 HKCR,"MIME\Database\Rfc1766","0432",0x00000000,"tn;Tswana"
620 HKCR,"MIME\Database\Rfc1766","041F",0x00000000,"tr;Turkish"
621 HKCR,"MIME\Database\Rfc1766","0422",0x00000000,"uk;Ukrainian"
622 HKCR,"MIME\Database\Rfc1766","0420",0x00000000,"ur;Urdu"
623 HKCR,"MIME\Database\Rfc1766","042A",0x00000000,"vi;Vietnamese"
624 HKCR,"MIME\Database\Rfc1766","0490",0x00000000,"wa;Walloon"
625 HKCR,"MIME\Database\Rfc1766","0434",0x00000000,"xh;Xhosa"
626 HKCR,"MIME\Database\Rfc1766","043D",0x00000000,"ji;Yiddish"
627 HKCR,"MIME\Database\Rfc1766","0435",0x00000000,"zu;Zulu"
628
629 ;-------------------------------- STRINGS -------------------------------
630
631 [Strings]
632 ;; In shell32.dll
633 CPLFILE_OPENWITH="Open with Control Panel"
634
635 ;; In hhctrl.ocx
636 CHMFILE="Compiled HTML Help File"
637
638 ;; In msxml3r.dll
639 XMLFILE="XML Document"
640 XSLFILE="XSL Stylesheet"
641
642 ;; In msi.dll
643 MSIPACK="ReactOS Installer Package"
644
645 ;; In themeui.dll
646 MSSTYLESFILE="Visual Style File"
647 THEMEFILE="Theme File"
648
649 ;; In some multimedia exe/dll
650 WAVFILE="Wave Sound"
651 MIDFILE="MIDI Sequence"
652 CDAFILE="CD Audio Track"
653 AVIFILE="Video Clip"
654
655 ;; Misc file types without friendly (localized in .dll resources) name
656 CSSFILE="Cascading Style Sheet"
657 OCXFILE="OLE Control Extension"
658 SCFFILE="ReactOS Explorer Command"
659 WMZFILE="Compressed Enhanced Metafile"
660
661 :: For .reg files, right-click menu
662 MERGE="Merge"
663
664 ;; For screensaver (*.scr) and MSI install package (*.msi) files, right-click menu
665 CONFIGURE="Configure"
666 INSTALL="Install"
667 UNINSTALL="Uninstall"
668 REPAIR="Repair"
669 TEST="Test"
670
671
672 ; LANG_GERMAN SUBLANG_NEUTRAL
673 [Strings.0007]
674 CPLFILE_OPENWITH="Mit der Systemsteuerung öffnen"
675
676
677 ; LANG_SPANISH SUBLANG_NEUTRAL
678 [Strings.000A]
679 CPLFILE_OPENWITH="Abrir con el Panel de control"
680
681 MERGE="Combinar"
682 CONFIGURE="Configurar"
683 INSTALL="Instalar"
684 UNINSTALL="Desinstalar"
685 REPAIR="Reparar"
686 TEST="Probar"
687
688 CHMFILE="Archivo de ayuda HTML compilado"
689 XMLFILE="Documento XML"
690 XSLFILE="Hoja de estilos XSL"
691 MSIPACK="Paquete de instalación de ReactOS"
692 MSSTYLESFILE="Archivo de estilo visual"
693 THEMEFILE="Archivo de tema"
694 WAVFILE="Archivo de audio"
695 MIDFILE="Secuencia MIDI"
696 CDAFILE="Pista de audio CD"
697 AVIFILE="Secuencia de vídeo"
698 CSSFILE="Hoja de estilos en cascada"
699 OCXFILE="Extensión de control OLE"
700 SCFFILE="Órden del explorador de ReactOS"
701 WMZFILE="Metarchivo mejorado comprimido"
702
703
704 ; LANG_FRENCH SUBLANG_NEUTRAL
705 [Strings.000C]
706 CPLFILE_OPENWITH="Ouvrir avec le Panneau de Contrôle"
707
708 CHMFILE="Fichier d'aide HTML compilé"
709 XMLFILE="Document XML"
710 XSLFILE="Feuille de style XSL"
711 MSIPACK="Package ReactOS Installer"
712 MSSTYLESFILE="Fichier de styles visuels"
713 THEMEFILE="Fichier de thèmes"
714 WAVFILE="Son Wave"
715 MIDFILE="Séquence MIDI"
716 CDAFILE="Piste de CD Audio"
717 AVIFILE="Clip Vidéo"
718
719
720 ; LANG_POLISH SUBLANG_NEUTRAL
721 [Strings.0015]
722 CPLFILE_OPENWITH="Otwórz poprzez Panel Sterowania"
723
724
725 ; LANG_ROMANIAN SUBLANG_NEUTRAL
726 [Strings.0018]
727 CPLFILE_OPENWITH="Deschide în Panoul de control"
728
729 CHMFILE="Manual compilat din HTML"
730 XMLFILE="Document XML"
731 XSLFILE="Foaie de stil XSL"
732 MSIPACK="Pachet de instalare ReactOS"
733 MSSTYLESFILE="Fișier de stil vizual"
734 THEMEFILE="Temă de interfață grafică"
735 WAVFILE="Fișier audio Wave"
736 MIDFILE="Secvență audio MIDI"
737 CDAFILE="Pistă de CD audio"
738 AVIFILE="Fișier video"
739 CSSFILE="Foaie de stiluri în cascadă"
740 OCXFILE="Extensie de control OLE"
741 SCFFILE="Comandă de Explorator ReactOS"
742 WMZFILE="Metafișier îmbunătățit comprimat"
743 MERGE="Unește"
744 CONFIGURE="Configurează"
745 INSTALL="Instalează"
746 UNINSTALL="Dezinstalează"
747 REPAIR="Repară"
748 TEST="Testează"
749
750
751 ; LANG_RUSSIAN SUBLANG_NEUTRAL
752 [Strings.0019]
753 CPLFILE_OPENWITH="Открыть с помощью Панели управления"
754
755
756 ; LANG_TURKISH SUBLANG_DEFAULT
757 [Strings.041F]
758 CPLFILE_OPENWITH="Denetim Masası'yla Aç"
759
760 ; EOF