Previous Thread:   Explorer window will not stay closed

9/15/2005 7:12:01 PM    JPG File Associations - Registry Entry for All Users
I have a Citrix server that we use for a few users (20 approx.) the issue I  
  
have is that at the moment any JPG file that is opened goes to the Picture  
  
Viewer.  
  
What I need to do is redirect this to Internet Explorer but not just for one  
  
user, I need to do this for all users who attach to this server.  
  
I realise you can go into Explorer, Tools - Folder Options - File Types and  
  
change it from there but that only works for the user who this process is  
  
being done under, so what I'd like to know is there a registry key I can  
  
change to force a JPG, JPEG files to be opened by Internet Explorer.  
  
Your help is appreciated..



9/16/2005 12:17:55 PM    Re: JPG File Associations - Registry Entry for All Users
On Thu, 15 Sep 2005 19:12:01 -0700, "-KK-" <KK@discussions.microsoft.com> wrote:  
  
Open a CMD.EXE window and type:  
  
ftype jpgfile="C:\Program Files\Internet Explorer\iexplore.exe" "%1"  
  
Jerold Schulman  
  
Windows Server MVP  
  
JSI, Inc.  
  
http://www.jsiinc.com  
  
http://www.jsifaq.com

9/18/2005 7:44:01 AM    Re: Re: JPG File Associations - Registry Entry for All Users
Type  
  
assoc .jpg=jpgfile  
  
If that doesn't work, try restarting.  
  
I assume you have admin privs.  
  
On Sat, 17 Sep 2005 00:13:01 -0700, "-KK-" <KK@discussions.microsoft.com> wrote:  
  
Jerold Schulman  
  
Windows Server MVP  
  
JSI, Inc.  
  
http://www.jsiinc.com  
  
http://www.jsifaq.com