jacky_ckw 0 Posted August 16, 2004 hi, i have this script that works but only as an administrator profile then results will be shown but what if i wan to run this script on a user or power user profile? is there any way for me to run this script as an administrator in a normal user profile? #comments-start For Windows XP & 2K To change a user's password at the command prompt, log on as an administrator and type: net user user_name new_password #comments-end RunWait("net user administrator password","C:",@SW_HIDE) MsgBox(0,"Password", "Password for " & @computername & " administrator account is changed") New to script...But getting the hang of it. Share this post Link to post Share on other sites
jacky_ckw 0 Posted August 16, 2004 forgot to include that if i have 2 computer with 2 different administrator password, how do i go about creating for 2 runas? New to script...But getting the hang of it. Share this post Link to post Share on other sites
this-is-me 6 Posted August 16, 2004 Look at runasset and run the net user command as an administrator. For multiple computers, look at pspassword from http://www.sysinternals.com/ntw2k/freeware/pstools.shtml Who else would I be? Share this post Link to post Share on other sites