How to write registry script to add a DWORD value to Client Systems ?
-
Monday, October 08, 2012 9:09 AM
Hello Friends,
I need help in solving one issue. I need to add a DWORD value to the registry with value 1 to all client systems using the script with Domain User credentials.
Path : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
DWORD Value = BufferPolicyReads
Value data = 1
Can somebody help me in writting a script to add this value using the Domain User credentials added in the script itself?
Many thanks in advance,
Sunil Kumar S
All Replies
-
Monday, October 08, 2012 10:09 AM
Hello Sunil,
I suggest you check this article once to accomplish it.
http://support.microsoft.com/kb/310516
Note:Using of scripts/reg changes may cause problems to your production environment.So using of scripts are at your own risk and suggest you run scripts in your test lab before using it for live environment.
Regards, Ravikumar P
- Proposed As Answer by Santosh BhandarkarMicrosoft Community Contributor, Moderator Monday, October 08, 2012 1:19 PM
- Marked As Answer by Santosh BhandarkarMicrosoft Community Contributor, Moderator Monday, October 15, 2012 3:46 AM
-
Monday, October 08, 2012 11:43 AM
Hello,
You can use GPP to do it: http://technet.microsoft.com/en-us/library/cc753092.aspx
However, don't forget the advice of Ravikumar. The update you will do is not supported by Microsoft. Please do the needed validations / checks before proceeding!
This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.Microsoft Student Partner 2010 / 2011
Microsoft Certified Professional
Microsoft Certified Systems Administrator: Security
Microsoft Certified Systems Engineer: Security
Microsoft Certified Technology Specialist: Windows Server 2008 Active Directory, Configuration
Microsoft Certified Technology Specialist: Windows Server 2008 Network Infrastructure, Configuration
Microsoft Certified Technology Specialist: Windows Server 2008 Applications Infrastructure, Configuration
Microsoft Certified Technology Specialist: Windows 7, Configuring
Microsoft Certified Technology Specialist: Designing and Providing Volume Licensing Solutions to Large Organizations
Microsoft Certified IT Professional: Enterprise Administrator
Microsoft Certified IT Professional: Server Administrator
Microsoft Certified Trainer- Proposed As Answer by Santosh BhandarkarMicrosoft Community Contributor, Moderator Monday, October 08, 2012 1:20 PM
- Marked As Answer by Santosh BhandarkarMicrosoft Community Contributor, Moderator Monday, October 15, 2012 3:46 AM

