Windows Server 2000/2003 Thread, Changing file associations using Group Policy in Technical; I would like to be able to change the file association based with .swf files. I would like to make ...
-
11th December 2009, 12:07 PM #1
Changing file associations using Group Policy
I would like to be able to change the file association based with .swf files. I would like to make them open in IE instead of the standalone flashplayer. If possible i plan to do this through group policy, but altough i have found the relevant keys within the registry i am unable to convert these into a working policy. Any help with this would be much appreciated.
-
-
IDG Tech News
-
11th December 2009, 12:09 PM #2 
Originally Posted by
eastofsmeg
I would like to be able to change the file association based with .swf files. I would like to make them open in IE instead of the standalone flashplayer. If possible i plan to do this through group policy, but altough i have found the relevant keys within the registry i am unable to convert these into a working policy. Any help with this would be much appreciated.
well here is how you alterr file asosiation in the registry
so you could write a reg file to do such a thing:
. Associate the extension with a filename string:
HKEY_CLASSES_ROOT\.abc
Add a default string of "abcfile"
2. Associate 1:
Create the following key:
HKEY_CLASSES_ROOT\abcfile\shell\Open // Note that this key "Open" is the default verb
Add the string: &Open with MyEditor1
Create the following key:
HKEY_CLASSES_ROOT\abcfile\shell\open EVC3\command
Add the string: DriveLetter:\PathToFile\MyEditor1.exe
3. Associate 2:
HKEY_CLASSES_ROOT\abcfile\shell\Open MyEditor2
Add the string: &Open with MyEditor2
Create the following key:
HKEY_CLASSES_ROOT\abcfile\shell\open EVC3\command
Add the string: DriveLetter:\PathToFile\MyEditor2.exe
-
-
11th December 2009, 12:10 PM #3 Do you have A 2008 Server?
-
-
11th December 2009, 12:23 PM #4 
Originally Posted by
AIT
well here is how you alterr file asosiation in the registry
so you could write a reg file to do such a thing:
. Associate the extension with a filename string:
HKEY_CLASSES_ROOT\.abc
Add a default string of "abcfile"
2. Associate 1:
Create the following key:
HKEY_CLASSES_ROOT\abcfile\shell\Open // Note that this key "Open" is the default verb
Add the string: &Open with MyEditor1
Create the following key:
HKEY_CLASSES_ROOT\abcfile\shell\open EVC3\command
Add the string: DriveLetter:\PathToFile\MyEditor1.exe
3. Associate 2:
HKEY_CLASSES_ROOT\abcfile\shell\Open MyEditor2
Add the string: &Open with MyEditor2
Create the following key:
HKEY_CLASSES_ROOT\abcfile\shell\open EVC3\command
Add the string: DriveLetter:\PathToFile\MyEditor2.exe
I have tried using the following .reg file to perform this action:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.swf]
@="ShockwaveFlash.ShockwaveFLash"
"Content Type"="application/x-shockwave-flash"
[HKEY_CLASSES_ROOT\.swf\OpenWithList]
[HKEY_CLASSES_ROOT\.swf\OpenWithList\IExplore.exe]
@=""
this works fine when run localy by an administrator but when placed into our startup script for students it no longer functions.

Originally Posted by
dirtydogmitchell
Do you have A 2008 Server?
We are running server 2003 at the moment
-
-
11th December 2009, 12:24 PM #5 how about placing it on the startup script for machine.
-
-
11th December 2009, 12:34 PM #6
-
-
11th December 2009, 12:39 PM #7 You could set it in your user profile as well if you use mandatory profiles or a network default profile.
-
-
11th December 2009, 12:48 PM #8 
Originally Posted by
cookie_monster
You could set it in your user profile as well if you use mandatory profiles or a network default profile.
we are using roaming profiles which collect there default profile from each local machine. Is there a way of using an .ADM file in GPO to perform my required action?
-
SHARE: 
Similar Threads
-
By gollops in forum Wireless Networks
Replies: 3
Last Post: 3rd December 2012, 10:45 AM
-
By whartomt01 in forum Office Software
Replies: 2
Last Post: 6th July 2009, 07:43 AM
-
By kennysarmy in forum Windows
Replies: 1
Last Post: 22nd October 2008, 11:08 AM
-
By Gibbo in forum Windows
Replies: 2
Last Post: 29th April 2008, 03:17 PM
-
By philtomo-25 in forum Windows
Replies: 1
Last Post: 27th June 2007, 03:28 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules