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