You can also do this through group policy, anything that can be set in the registry can be set in group policy
http://support.microsoft.c
This is for 2000 but should work on 2003 as well.
eb
Main Topics
Browse All TopicsHi,
We are required to add in or change a registry value on each PC on our network before the rollout of some business specific software.
The Reg Key Is "HKEY_CURRENT_USER\Softwar
On some of our machines there is an entry, set to value 1 and on some machines there is no entry at all
Since this is a user value, rather than a machine value, rolling out as a logon script is complicated, as the user does not have permission to edit the registry.
I wondered if I could add in an ADM to group policy that would do it instead, however i do not know how write ADMs
Thanks,
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
You can also do this through group policy, anything that can be set in the registry can be set in group policy
http://support.microsoft.c
This is for 2000 but should work on 2003 as well.
eb
Create a text file with an adm extension with the text below. This will create a very basic adm file which will create and set the setting you want.
You can import your adm into a GPO by clicking on the Administrative Templates folder in the Group Policy Editor, then right-click and choosing Add/Remove Templates. Once you've imported your custom template, you will need to open the View Menu (while still in the Administrative Templates folder) and choose Filtering. Uncheck "Only show policies that can be fully managed". Once you've done this you should be able to see your policy and set it.
Please be sure to test the GPO you create based on the adm before rollout!
I am not sure if the old style ADM files will work in a Win7/2008 Server environment. You should try it on a test computer and see. If not, you can build a custom ADMX file though. The details on ADMX files can be found here:
http://technet.microsoft.c
ADMX files are more complex than ADM files, but you can copy then change an existing file to make it easier. Also, always remember to test test test before deploying.
Business Accounts
Answer for Membership
by: oBdAPosted on 2007-12-07 at 08:42:36ID: 20428754
You can use a VB script to change this key, and call this from a batch script using
cscript /nologo RegChanges.vbs
(assuming you named the script RegChanges.vbs).
Select allOpen in new window