Jump to content

Recommended Posts

Posted (edited)

Hey everyone, got a question.

Does anyone know how I can change the File types in Windows 2000. Because the defaults are rather annoying (one example is a GIF is trying to open with Internet Explorer).

Anyways, I'm just wondering if theres any specific registry keys that deal with this. Alternatively would it be possible to modify some files on my OS disk that will install the file types how I want them.

I know all about automation and have created my disk, just wanted to fiddle with that setting so the user doesn't have to. thanks

here is a pic of what i mean.

issue.jpg

Edited by jben

Posted

No prob.


[Version]
Signature = "$Windows NT$"

[DefaultInstall]
AddReg = addreg
DelReg = delreg

[addreg]
;
; Reassign from CLSID_HTMLDocument to CLSID_IImageDecodeFilter
;
HKCR,"pjpegfile\CLSID",,,"{607fd4e8-0a03-11d1-ab1d-00c04fc9b304}"
HKCR,"xbmfile\CLSID",,,"{607fd4e8-0a03-11d1-ab1d-00c04fc9b304}"
HKCR,"jpegfile\CLSID",,,"{607fd4e8-0a03-11d1-ab1d-00c04fc9b304}"
HKCR,"pngfile\CLSID",,,"{607fd4e8-0a03-11d1-ab1d-00c04fc9b304}"
HKCR,"giffile\CLSID",,,"{607fd4e8-0a03-11d1-ab1d-00c04fc9b304}"


[delreg]
;
; fix graphic extensions so they are no longer IE
;
HKCR,"pjpegfile\shell\open"
HKCR,"pjpegfile\DefaultIcon"
HKCR,"xbmfile\shell\open"
HKCR,"xbmfile\DefaultIcon"
HKCR,"jpegfile\shell\open"
HKCR,"jpegfile\DefaultIcon"
HKCR,"pngfile\shell\open"
HKCR,"pngfile\DefaultIcon"
HKCR,"giffile\shell\open"
HKCR,"giffile\DefaultIcon"

[Strings]


You want Windows 2000 settings to be in place when you install the OS, have a look at IE.INF in my fileset. It's got all sorts of goodies and can show you all sorts of things via example.

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...