Jump to content

Recommended Posts

Posted

I've spent so much time this week scripting for Laptop Builds/Software installations that my brain is just shot.

 

I'm looking for a quick script to change the .swf association to open in IE by default.

Posted

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ShockwaveFlash.ShockwaveFlash]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ShockwaveFlash.ShockwaveFlash\DefaultIcon]
@="C:\\Program Files\\macrom~1\\macrom~1.0\\flashm~1\\flash.exe,2"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ShockwaveFlash.ShockwaveFlash\Shell]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ShockwaveFlash.ShockwaveFlash\Shell\Open]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ShockwaveFlash.ShockwaveFlash\Shell\Open\Command]
@="\"C:\\Program Files\\Internet Explorer\\IEXPLORE.EXE\" %1"

 

Imported into the registry... Now going to Global Workstations the registry fragment and fingers crossed.

 

I'm using GameKiller2 to tackle our SWF game issue so I needed to force it all via IE but didn't want the user to have any hassle.

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



×
×
  • Create New...