Monday, April 6, 2015

windows - Remove a user's password using "net" command'

Is it possible to remove a user's password using the net command?


I tried "net user *" and just hitting return twice, but this does not work as expected. Is there any other way to do this? (I'd gladly take non-net commands, as long as they are built-in in XP SP3).


Edit: Seems, I did not make my intention clear. I don't just want to change the password, but remove it completely (so that the user may log in without having to supply a password).


I'm familiar with the "net"-reference and have searched online for several hours, but could not find a hint on how to do this.

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...