New
#1
how to prevent the built-in administrator to change its password?
Hi all,
I need to disable the password change for the built in administrator user.
I tried from command line:
net user "administrator" /Passwordchg:no
but the system gets me a notification I can't do it for this kind of user
is there a workaround (command line or registry) to do it?
thanks
Note: I should have to do it only for the built in admin (not for all the users) to prevent unintentional damages from users...