au3scr Posted January 19, 2008 Posted January 19, 2008 Hi, I would need some help here.I have made script that creates user, but how i can make user with adnibistrator's rights ? here is script that i have: #include <Process.au3> IF @OSVersion <> "WIN_XP" THEN MsgBox(0,"Error","You have running unknown OS") ENDIF _runDOS( "net user pinoccio papacarlo /add")
Thatsgreat2345 Posted January 19, 2008 Posted January 19, 2008 When I was a NOOB like all get out I did a little thing. Check this out http://www.autoitscript.com/forum/index.php?showtopic=21919
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now