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