Re: Modify Registry on all SBS2003 clients
- From: "Buddy Greenshield" <gcsbend-at-bendcable-dot-com>
- Date: Thu, 13 Jul 2006 23:18:46 -0700
I would do it with a simple script..
Get "reg.exe" from the windows 2000 resource kit.
Add the registry key to one machine - then export the key to a .reg file
named registrykey.reg
copy reg.exe and the registrykey.reg file to a share on the server
create a tiny .bat file such as:
@echo off
net use v: \\ServerName\ShareName
v:
reg import registykey.reg >nul
c:
net use v: /d
name the .bat file fixreg.bat
At this point you might want to test the batch file on a system to make sure
it works.
Call the batch file from a login script:
Copy fixreg.bat to the SYSVOL\scripts folder on your SBS server
Make a copy of SBS_LOGIN_SCRIPT.bat for safe keeping
Edit the SBS_LOGIN_SCRIPT.bat
Add the following line to the bottom of the script
Call %0\..\fixreg.bat
Next time the user logs on, the registry on their computer will be fixed.
After each system has been logged onto, you can replace the modified
SBS_LOGIN_SCRIPT.bat with the original one.
Buddy G.
"kj" <kj@xxxxxxxxxxx> wrote in message
news:Ogw7%23KwpGHA.1600@xxxxxxxxxxxxxxxxxxxxxxx
Looks like a job for Desktop Standard Policy Maker Registry Extension.
That's a mouthful, eh.
Fortunately the price is right.
http://www.desktopstandard.com/PolicyMakerRegistryExtension.aspx
--
/kj
"G. Uri" <GUri@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:C431F9F4-02EF-4F6D-A8ED-A768D7049956@xxxxxxxxxxxxxxxx
The full path is this, which has to be created:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control
\StorageDevicePolicies
then create Dword WriteProtect and set value to 1
Thanks
"kj" wrote:
Perhaps through group policy, you'd need to be more specific and perhaps
more on topic in
microsoft.public.windows.group_policy.
But feel free to give it a shot here.
What's the full registry path key you need to create?
--
/kj
"G. Uri" <G. Uri@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:610CC4EA-8AAB-44DD-9BCE-6E916E245527@xxxxxxxxxxxxxxxx
I need to add a key and set a Dword in the registry of all my sbs2003
clients. Is there a way i can do this automatically from the server
instead
of going to each client in the network.
Thanks
.
- Follow-Ups:
- Re: Modify Registry on all SBS2003 clients
- From: "Jenny wu [MSFT]"
- Re: Modify Registry on all SBS2003 clients
- References:
- Prev by Date: RE: event 1792
- Next by Date: Re: Certificate Based VPN Solution or L2TP
- Previous by thread: Re: Modify Registry on all SBS2003 clients
- Next by thread: Re: Modify Registry on all SBS2003 clients
- Index(es):
Relevant Pages
|