prevent use of 'net user' command to change passwords on windows vista / xp
- by guest
hello
the point is, if i'm logged in (and as almost every windows user, i've got an admin-account), and someone comes across my not locked pc, it is possible to change my password the pro-way through using:
net user Admin %NEW_PASSWD%
what can i do to prevent that, besides not being logged in as admin.
i once saw a way, where the 'net user'…