I am looking forward to reset password of Windows Seven by my app.
Using command
But I don't know how to run this commandCode:net user user_name *
gives error.Code:process.start("net user" & user_name & "*")
So how to do that or is there any other direct command which can change/reset windows password.




Reply With Quote