mirror of
https://github.com/reactos/reactos.git
synced 2025-05-10 12:23:25 +00:00
- Fix pictures icons
- Add data for .avi files svn path=/trunk/; revision=39833
This commit is contained in:
parent
96037bb17d
commit
7f9c2e8970
2 changed files with 18 additions and 8 deletions
|
@ -144,25 +144,25 @@ HKCR,"icofile\DefaultIcon","",0x00000000,"%1"
|
||||||
HKCR,".jpg","",0x00000000,"jpegfile"
|
HKCR,".jpg","",0x00000000,"jpegfile"
|
||||||
HKCR,".jpeg","",0x00000000,"jpegfile"
|
HKCR,".jpeg","",0x00000000,"jpegfile"
|
||||||
HKCR,"jpegfile","",0x00000000,"JPEG Image"
|
HKCR,"jpegfile","",0x00000000,"JPEG Image"
|
||||||
HKCR,"jpegfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,-1"
|
HKCR,"jpegfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,0"
|
||||||
HKCR,"jpegfile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
|
HKCR,"jpegfile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
|
||||||
|
|
||||||
; Bitmap Images
|
; Bitmap Images
|
||||||
HKCR,".bmp","",0x00000000,"bmpfile"
|
HKCR,".bmp","",0x00000000,"bmpfile"
|
||||||
HKCR,"bmpfile","",0x00000000,"Bitmap Image"
|
HKCR,"bmpfile","",0x00000000,"Bitmap Image"
|
||||||
HKCR,"bmpfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,-1"
|
HKCR,"bmpfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,0"
|
||||||
HKCR,"bmpfile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
|
HKCR,"bmpfile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
|
||||||
|
|
||||||
; PNG Images
|
; PNG Images
|
||||||
HKCR,".png","",0x00000000,"pngfile"
|
HKCR,".png","",0x00000000,"pngfile"
|
||||||
HKCR,"pngfile","",0x00000000,"PNG Image"
|
HKCR,"pngfile","",0x00000000,"PNG Image"
|
||||||
HKCR,"pngfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,-1"
|
HKCR,"pngfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,0"
|
||||||
HKCR,"pngfile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
|
HKCR,"pngfile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
|
||||||
|
|
||||||
; GIF Images
|
; GIF Images
|
||||||
HKCR,".gif","",0x00000000,"giffile"
|
HKCR,".gif","",0x00000000,"giffile"
|
||||||
HKCR,"giffile","",0x00000000,"GIF Image"
|
HKCR,"giffile","",0x00000000,"GIF Image"
|
||||||
HKCR,"giffile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,-1"
|
HKCR,"giffile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,0"
|
||||||
HKCR,"giffile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
|
HKCR,"giffile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
|
||||||
|
|
||||||
; Configuration Files
|
; Configuration Files
|
||||||
|
@ -271,6 +271,11 @@ HKCR,".wav","",0x00000000,"SoundRec"
|
||||||
HKCR,"SoundRec","",0x00000000,"Wave Sound"
|
HKCR,"SoundRec","",0x00000000,"Wave Sound"
|
||||||
HKCR,"SoundRec\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-225"
|
HKCR,"SoundRec\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-225"
|
||||||
|
|
||||||
|
; Avi Files
|
||||||
|
HKCR,".avi","",0x00000000,"AVIFile"
|
||||||
|
HKCR,"AVIFile","",0x00000000,"Video Clip"
|
||||||
|
HKCR,"AVIFile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-224"
|
||||||
|
|
||||||
HKCR,"CLSID",,0x00000012
|
HKCR,"CLSID",,0x00000012
|
||||||
|
|
||||||
; For Shell32.dll
|
; For Shell32.dll
|
||||||
|
|
|
@ -144,25 +144,25 @@ HKCR,"icofile\DefaultIcon","",0x00000000,"%1"
|
||||||
HKCR,".jpg","",0x00000000,"jpegfile"
|
HKCR,".jpg","",0x00000000,"jpegfile"
|
||||||
HKCR,".jpeg","",0x00000000,"jpegfile"
|
HKCR,".jpeg","",0x00000000,"jpegfile"
|
||||||
HKCR,"jpegfile","",0x00000000,"JPEG Image"
|
HKCR,"jpegfile","",0x00000000,"JPEG Image"
|
||||||
HKCR,"jpegfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,-1"
|
HKCR,"jpegfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,0"
|
||||||
HKCR,"jpegfile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
|
HKCR,"jpegfile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
|
||||||
|
|
||||||
; Bitmap Images
|
; Bitmap Images
|
||||||
HKCR,".bmp","",0x00000000,"bmpfile"
|
HKCR,".bmp","",0x00000000,"bmpfile"
|
||||||
HKCR,"bmpfile","",0x00000000,"Bitmap Image"
|
HKCR,"bmpfile","",0x00000000,"Bitmap Image"
|
||||||
HKCR,"bmpfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,-1"
|
HKCR,"bmpfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,0"
|
||||||
HKCR,"bmpfile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
|
HKCR,"bmpfile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
|
||||||
|
|
||||||
; PNG Images
|
; PNG Images
|
||||||
HKCR,".png","",0x00000000,"pngfile"
|
HKCR,".png","",0x00000000,"pngfile"
|
||||||
HKCR,"pngfile","",0x00000000,"PNG Image"
|
HKCR,"pngfile","",0x00000000,"PNG Image"
|
||||||
HKCR,"pngfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,-1"
|
HKCR,"pngfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,0"
|
||||||
HKCR,"pngfile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
|
HKCR,"pngfile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
|
||||||
|
|
||||||
; GIF Images
|
; GIF Images
|
||||||
HKCR,".gif","",0x00000000,"giffile"
|
HKCR,".gif","",0x00000000,"giffile"
|
||||||
HKCR,"giffile","",0x00000000,"GIF Image"
|
HKCR,"giffile","",0x00000000,"GIF Image"
|
||||||
HKCR,"giffile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,-1"
|
HKCR,"giffile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,0"
|
||||||
HKCR,"giffile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
|
HKCR,"giffile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
|
||||||
|
|
||||||
; Configuration Files
|
; Configuration Files
|
||||||
|
@ -267,6 +267,11 @@ HKCR,".wav","",0x00000000,"SoundRec"
|
||||||
HKCR,"SoundRec","",0x00000000,"Wave Sound"
|
HKCR,"SoundRec","",0x00000000,"Wave Sound"
|
||||||
HKCR,"SoundRec\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-225"
|
HKCR,"SoundRec\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-225"
|
||||||
|
|
||||||
|
; Avi Files
|
||||||
|
HKCR,".avi","",0x00000000,"AVIFile"
|
||||||
|
HKCR,"AVIFile","",0x00000000,"Video Clip"
|
||||||
|
HKCR,"AVIFile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-224"
|
||||||
|
|
||||||
HKCR,"CLSID",,0x00000012
|
HKCR,"CLSID",,0x00000012
|
||||||
|
|
||||||
; For Shell32.dll
|
; For Shell32.dll
|
||||||
|
|
Loading…
Reference in a new issue