Re: Modify Registry on all SBS2003 clients



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







.



Relevant Pages

  • Re: Line replace
    ... writing duty to the file and my script only gets access when ... but sometimes our mobile clients try to access ... Most of the clients run Suse9.3 so does the server ... some are wxp machines which get their ssh access via ...
    (comp.lang.python)
  • Re: Windows Time Service
    ... On your DC2 you should be able to go in to the registry and set it as the NTP ... server. ... I want all the clients and other DC's to get time from DC2 ...
    (microsoft.public.win2000.active_directory)
  • loading a symbol into microsoft xp registry by remote logon server
    ... running the script locally and it worked fine. ... that even though the symbol showed immediatedly in the registry by ... another server. ... The symbols do not get loaded when I login to the network server. ...
    (comp.lang.python)
  • (no subject)
    ... Mogens Høj wrote: ... The clients can't download files, ... > the server), and have been asked if I could remove some of the restrictions. ... > as a normal user a script is run ...
    (comp.security.misc)
  • (no subject)
    ... Mogens Høj wrote: ... The clients can't download files, ... > the server), and have been asked if I could remove some of the restrictions. ... > as a normal user a script is run ...
    (comp.os.ms-windows.nt.admin.security)