I have a script that changes the Local Admin Password :
shell 'net user Administrator 12345'
It works - which is good. BUT, the Domain ser logged on the computer can change the password. Which really is not a problem because evertime the user logs in the password goes back to 12345.
So I was hoping is anyone knows a way to prevent users to changing the Local Administrator password.
Any information provided would be appreciated.. Thanks
shell 'net user Administrator 12345'
It works - which is good. BUT, the Domain ser logged on the computer can change the password. Which really is not a problem because evertime the user logs in the password goes back to 12345.
So I was hoping is anyone knows a way to prevent users to changing the Local Administrator password.
Any information provided would be appreciated.. Thanks