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