BartB Posted April 11, 2019 Share Posted April 11, 2019 Enable the Windows built-in local Administrator account and set a password. Also, hide the account from Login Screen, using the registry. net user administrator /active:yes net user administrator YourPasswordHere reg add "HKEY_Local_Machine\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList" /v Administrator /t REG_DWORD /d 0 /f exit 0; Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now