computers:windows

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
computers:windows [2019/10/22 13:05] localadmincomputers:windows [2020/01/29 18:48] (current) – [Enable/Disable Built-In Admin Account] localadmin
Line 5: Line 5:
 [[computers:powershell|Powershell]] [[computers:powershell|Powershell]]
 [[computers:robpowershell|Rob's Powershell Code Examples]] [[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.1571749552.txt.gz
  • Last modified: 2019/10/22 13:05
  • by localadmin