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