Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Novell Login Script

Status
Not open for further replies.

redlair

Technical User
Jun 29, 2004
54
US
I have written a script that will disable the Master browser on the local machine. Can someone look it over and till me if this looks like it will work. Will the value and script work with win 2k. I only have access to XP machines. Should the script be setup to check for os type then run the appropriate reg settings? If so can someone point me to the right code. Thank you for your help.

========================


Dim WSHShell, valKey, DWvalue

Set WSHShell = WScript.CreateObject("WScript.Shell")

DWvalue = 4

WshShell.RegWrite "HKLM\SYSTEM\CurrentControlSet\Services\Browser\Start", DWvalue, "REG_DWORD
 
if you are doing this then it's easier to do it with a nal
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top