I am looking forward to reset password of Windows Seven by my app.

Using command

Code:
net user user_name *
But I don't know how to run this command

Code:
process.start("net user" & user_name & "*")
gives error.


So how to do that or is there any other direct command which can change/reset windows password.