Show pageOld revisionsBacklinksExport to PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Sections ====== ---- [[computers:powershell|Powershell]] [[computers:robpowershell|Rob's Powershell Code Examples]] ===== Windows 10 Tips ===== ==== Enable/Disable Built-In Admin Account ==== Run an elevated command prompt (Right-Click, run as admin) Type in this to turn on <code>net user administrator /active:yes</code> Type in this to turn off <code>net user administrator /active:no</code> Source - https://www.howtogeek.com/howto/windows-vista/enable-the-hidden-administrator-account-on-windows-vista/ computers/windows.txt Last modified: 2020/01/29 18:48by localadmin