Re: changing file associations
- From: "Florian Frommherz [MVP]" <florian@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 27 May 2008 22:09:06 +0200
Howdie!
news.optonline.com schrieb:
Every month I rollout the Microsoft updates via WSUS. When I do this, it resets the file associations for my TIF files to what I assume is the Microsoft default (windows Picture Viewer). Currently we have a resource that goes arount to every PC and manually resets the association. Is there a way to 1. prevent this reset from happening or 2. configure something in Group Policy to change the association back to MODI?
Does that ADM template help you guys?
CLASS USER
CATEGORY !!categoryName
POLICY !!policyName
KEYNAME “Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ext”
PART !!partText TEXT
END PART
PART “Application:” DROPDOWNLIST
VALUENAME “Application”
ITEMLIST
NAME !!firstApp VALUE “myApp_1.exe”
NAME !!secondApp VALUE “myApp_2.exe”
NAME !!thirdApp VALUE “anotherapp.exe”
END ITEMLIST
END PART
END POLICY
END CATEGORY
[strings]
categoryName = Windows Explorer Customization
policyName = Open files with .ext extension with the following program
partText = You can specify the app here
firstApp = First App
secondApp = Second App
thirdApp = Third App
cheers,
Florian
--
Microsoft MVP - Windows Server - Group Policy.
eMail: prename [at] frickelsoft [dot] net.
blog: http://www.frickelsoft.net/blog.
Use a newsreader! http://www.frickelsoft.net/news.html
.
- Prev by Date: Re: Deleting ADM folders from SYSVOL
- Next by Date: Disabling Changing IE Favorites
- Previous by thread: Re: Firewall GPO
- Next by thread: Disabling Changing IE Favorites
- Index(es):
Relevant Pages
|