Change File type associations with GPO?
Is it possible to change file type associations with a GPO?
example:
i want to create a GPO who does that .rm files(real media) has windows media player as defaul player?
Anyone knows about this and can tell me how to do it, would be realy helpful!!
Cheers!!
example:
i want to create a GPO who does that .rm files(real media) has windows media player as defaul player?
Anyone knows about this and can tell me how to do it, would be realy helpful!!
Cheers!!
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
Sweede
19 years ago
Hi
If you know what registry setting that had to be changed you can put this inside MSI package
IF the setting is a user setting f.ex
I think it could be some where in registry like this place:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.txt]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.txt\OpenWithList]
When the setting is HKEY_CURRENT_USER
You have to add it as a USER Package and to install at logon
Go to User Configuration | Software Settings | Software installation | Right mouse | New package | select file
select Advanced | on Deployment tab select
Deployment type = Assigned
Deployment options:
select : Uninstall this application when it falls out of the scope of management
select : Install this application at logon
Installation user interface option:
Select : Maximum
I would use Install Shield Adminstudio or Wise package studio to make snapshot before and after making the realplayer
changes.
Sweede ;-)
If you know what registry setting that had to be changed you can put this inside MSI package
IF the setting is a user setting f.ex
I think it could be some where in registry like this place:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.txt]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.txt\OpenWithList]
When the setting is HKEY_CURRENT_USER
You have to add it as a USER Package and to install at logon
Go to User Configuration | Software Settings | Software installation | Right mouse | New package | select file
select Advanced | on Deployment tab select
Deployment type = Assigned
Deployment options:
select : Uninstall this application when it falls out of the scope of management
select : Install this application at logon
Installation user interface option:
Select : Maximum
I would use Install Shield Adminstudio or Wise package studio to make snapshot before and after making the realplayer
changes.
Sweede ;-)
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.