Jump to content

Windows Local Admin Account


BartB

Recommended Posts

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

  • 3 years later...
  • Administrators

Hey @VulperiaStefan form Pulseway here, thanks for your message. 

Once you have ran the script as well as installed the Pulseway agent on you PC, you should then be able to login remotely via the remote control section on your sidebar. Here you also have options between a shared or MS RDP. 

I hope this helps and if you have any other questions, please ask away. 

image.jpeg.8e75bcd65874591f3bc80af64c23cbab.jpeg

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...