Skip to content

Instantly share code, notes, and snippets.

@willzhang05
Created August 20, 2019 20:17
Show Gist options
  • Save willzhang05/99dbf4a093fd0a9b44e6c6e887117c23 to your computer and use it in GitHub Desktop.
Save willzhang05/99dbf4a093fd0a9b44e6c6e887117c23 to your computer and use it in GitHub Desktop.
cyberpatriots2018.ps1
Get-WmiObject -Class Win32_UserAccount
Rename-LocalUser -Name Guest -NewName EdWaterGuest
Rename-LocalUser -Name Administrator -NewName BigParserWinner
Get-LocalUser Guest | Disable-LocalUser
Get-LocalUser Administrator | Disable-LocalUser
wget https://data-cdn.mbamupdates.com/web/mb3-setup-consumer/mb3-setup-consumer-3.3.1.2183-1.0.262-1.0.3850.exe -OutFile mb-setup.exe
wget https://data-cdn.mbamupdates.com/web/mbar-1.10.3.1001.exe -OutFile mbar-setup.exe
wget https://download.microsoft.com/download/8/E/1/8E16A4C7-DD28-4368-A83A-282C82FC212A/MBSASetup-x64-EN.msi -OutFile mbsa-setup.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment