by TurboFlash | Jun 16, 2016 | Administration, Windows 7
Create a script with filename as DisableWindowsXUpdates.ps1 containing the following. # To Execute: # powershell -ExecutionPolicy RemoteSigned -File DisableWindowsXUpdates.ps1 # Reference: #...
by TurboFlash | Dec 24, 2013 | Administration, Windows 7
It is as simple as running the following command in Command Prompt! 🙂 NET USER Administrator /ACTIVE:YES NET USER Administrator [Replace here with password] REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList" /v...