Jump to content

Recommended Posts

Posted

This will sort out file association for jpg, bmp and jpeg. - Windows Picture & Fax Viewer

 

there may be a better way to do it but i find this very simple and very effective.

 

works well with a .bat

 

regedit.exe /s \\Server\softwarerollout$\Scripts\file_association\fileass_bmp.reg

regedit.exe /s \\Server\softwarerollout$\Scripts\file_association\fileass_jpg.reg

regedit.exe /s \\Server\softwarerollout$\Scripts\file_association\fileass_jpeg.reg

 

let me know if it works for you

Files.7z

  • Thanks 3
Posted
Good post

 

this is another way to do it, and it will give u a option of "a b c" etc

 

this helps if you have a list of differnt apps you would like it to open from depending on the pcs

 

 

 

 

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpg]
"Application"="OIS.EXE"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpg\OpenWithList]
"a"="OIS.EXE"
"MRUList"="abc"
"b"="mspaint.exe"
"c"="OIS.EXE"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpg\OpenWithProgids]
"jpegfile"=hex(0):
"rundll32.exe %SystemRoot%\\system32\\shimgvw.dll,ImageView_Fullscreen "=hex(0):
"rundll32.exe %SystemRoot%\\system32\\shimgvw.dll,ImageView_Fullscreen"=hex(0):
@=hex(0):

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...