Server 2012 R2 Default Programs GPO


know, once server 2012 came around no longer simple configure user's default programs via gpo. earlier versions set gpo applies user, , uses gp preferences set default programs. 2012 no longer this, had instead use default associations configuration file.

have 2012 r2 terminal servers adobe reader , acrobat pro installed.

acrobat licensed users.

there gpo in place uses 'computer configuration\admin templates\windows component\file explorer\set default associations file' applied rds servers ou, sets default pdf program adobe reader.

explained in article below:

http://blogs.technet.com/b/mrmlcgn/archive/2013/02/26/windows-8-associate-a-file-type-or-protocol-wi...

problem computer wide configuration. need force users have acrobat default pdf program instead of reader. stumped on how accomplish this. suggestions appreciated. 

you still can deploy using gpp if know exact reg file.

we handled case couple of days making ie default browser. made editing registry key below:
 
hive: hkey_current_user
key path: software\microsoft\windows\currentversion\explorer\fileexts\.htm\userchoice
value name: progid
value type: reg_sz
value data: ie.assocfile.htm (this value make ie default broswer .html)
 
guess can use same approach configure acrobat default program .pdf files. deploy registry via gpp , apply specific users:
 
hkey_current_user\software\microsoft\windows\currentversion\explorer\fileexts\.pdf\userchoice\progid
 
have no idea should type value of key acrobat, ask in dedicated adobe forum confirmation.
 
hope helps.
 

regards,

ethan hua


please remember mark replies answers if help, , unmark answers if provide no help. if have feedback technet support, contact tnmff@microsoft.com



Windows Server  >  Group Policy



Comments

Popular posts from this blog

2008 Windows Deployment Server Properties Error

Can no longer user MS Update - Files required to use Microsoft Update are no longer registered

How do a find data in one file, search for it in another file and if not found, write a custom message to another file