Installing registry hack on multiple PCs ?

T

Torgeir Bakken \(MVP\)

Knowledge said:
I have installed Policy Maker Reg. extn on my test machine. Upon reading the
document it says I have to distribute polregcl.msi (CSE) package to all the
clients. In my hcase I have few thousands. My question is, is there a way
to implement a registry change without insalling a client program on all
clients ?

You can push out registry settings with a GPO using a custom
administrative template ("tattooing" the registry on the clients):

HOW TO: Create Custom Administrative Templates in Windows 2000
http://support.microsoft.com/?kbid=323639

225087 Writing Custom ADM Files for System Policy Editor
http://support.microsoft.com/?kbid=225087

Implementing Registry-Based Group Policy
http://go.microsoft.com/fwlink/?LinkId=28188

Implementing Registry-based Policy [Group Policy]
http://msdn.microsoft.com/library/en-us/policy/policy/implementing_registry_based_policy.asp
 
M

Michael Stephens [MSFT]

Two ways

Custom ADM files which will write the setting into the machine during Policy
Application or
VB/WSH Scripting which during a Startup or Shutdown/Logoff which can write
directly into the registry.

My suggestion would be ADM files over scripting for everything other than
binary values.

--
Michael Stephens
Technical Writer Windows Server

This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send e-mail directly to this alias. This alias is for
newsgroup purposes only.
 
G

Guest

Thank you. I was not able to set up through .adm (did not know the right
syntax). I modified the registry, DisablePST=1 and automated it through the
GPO startup script . Although, I was able to acheive all the reuirements I
wanted except the users are still able to open their existing .pst files.

Was wondering how to stop it. Thanks
 
D

Dave Patrick

This article may help.

http://support.microsoft.com/?kbid=896515

Or try asking them here.

http://www.microsoft.com/communitie...d1f-73aa-41e1-abfd-27a6e3c352e5&lang=en&cr=US

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Thank you. I was not able to set up through .adm (did not know the right
| syntax). I modified the registry, DisablePST=1 and automated it through
the
| GPO startup script . Although, I was able to acheive all the reuirements
I
| wanted except the users are still able to open their existing .pst files.
|
| Was wondering how to stop it. Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top