Enforcing default file associations

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am in need of pushing out a registry setting that would default all .tif
and .tiff files to opening with Kodak Imaging on Windows 2000 Professional
machines even if this association has been changed by the user. I am asking
for a registry key setting because I am able to push this out through
ScriptLogic, any other methods of accomplishing this would be helpful as they
should be able to be pushed out with the ScriptLogic software as well. Any
help on this matter would be greatly appreciated.
 
In said:
I am in need of pushing out a registry setting that would
default all .tif and .tiff files to opening with Kodak Imaging
on Windows 2000 Professional machines even if this association
has been changed by the user. I am asking for a registry key
setting because I am able to push this out through ScriptLogic,
any other methods of accomplishing this would be helpful as they
should be able to be pushed out with the ScriptLogic software as
well. Any help on this matter would be greatly appreciated.

See if the two native commands
ASSOC
FTYPE
will do it for you.

Don't forget the possibility of
HKEY_CURRENT_USER\Software\Classes\
override.
 
Back
Top