Powershell Rob's Powershell Code Examples
Run an elevated command prompt (Right-Click, run as admin) Type in this to turn on
net user administrator /active:yes
Type in this to turn off
net user administrator /active:no
Source - https://www.howtogeek.com/howto/windows-vista/enable-the-hidden-administrator-account-on-windows-vista/