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