|
View Full Version : 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..
Jerold Schulman 09-16-2005, 05:17 PM On Thu, 15 Sep 2005 19:12:01 -0700, "-KK-" <KK@discussions.microsoft.com> wrote:
>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..
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
I tried this, the return command line shows: jpgfile="C:\Program
Files\Internet Explorer\iexplore.exe" "%1", but then I go to open a JPG file
and it still opens with Microsoft Photo Editor.
Am I doing anything wrong, any other ideas..?
Thanks,
-KK-
"Jerold Schulman" wrote:
> On Thu, 15 Sep 2005 19:12:01 -0700, "-KK-" <KK@discussions.microsoft.com> wrote:
>
> >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..
>
> 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
>
Jerold Schulman 09-18-2005, 12:44 PM 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:
>I tried this, the return command line shows: jpgfile="C:\Program
>Files\Internet Explorer\iexplore.exe" "%1", but then I go to open a JPG file
>and it still opens with Microsoft Photo Editor.
>
>Am I doing anything wrong, any other ideas..?
>
>Thanks,
>
>-KK-
>
>"Jerold Schulman" wrote:
>
>> On Thu, 15 Sep 2005 19:12:01 -0700, "-KK-" <KK@discussions.microsoft.com> wrote:
>>
>> >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..
>>
>> 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
>>
Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com
Jerold,
That worked, thanks for that, didn't need a reboot in the end..!
"Jerold Schulman" wrote:
>
> 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:
>
> >I tried this, the return command line shows: jpgfile="C:\Program
> >Files\Internet Explorer\iexplore.exe" "%1", but then I go to open a JPG file
> >and it still opens with Microsoft Photo Editor.
> >
> >Am I doing anything wrong, any other ideas..?
> >
> >Thanks,
> >
> >-KK-
> >
> >"Jerold Schulman" wrote:
> >
> >> On Thu, 15 Sep 2005 19:12:01 -0700, "-KK-" <KK@discussions.microsoft.com> wrote:
> >>
> >> >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..
> >>
> >> 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
> >>
>
> Jerold Schulman
> Windows Server MVP
> JSI, Inc.
> http://www.jsiinc.com
> http://www.jsifaq.com
>
|
|
|