====== 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 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/