Skip to content

Instantly share code, notes, and snippets.

@dennyhalim
Last active June 14, 2017 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dennyhalim/b3eaff9fa134ad55c652c47b7734448b to your computer and use it in GitHub Desktop.
Save dennyhalim/b3eaff9fa134ad55c652c47b7734448b to your computer and use it in GitHub Desktop.
updatewindows.boxstarter
#windows updater using boxstarter.org
#Enable-UAC
#Enable-RemoteDesktop
#Disable-MicrosoftUpdate
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showFileExtensions #-showProtectedOSFiles
cinst TelnetClient -source windowsFeatures
#cinst Microsoft-Windows-Subsystem-Linux -source windowsFeatures
#choco uninstall -ry SMB1Protocol -source windowsFeatures
#choco uninstall -ry Internet-Explorer-Optional-x86 -source windowsFeatures
#choco uninstall -ry Internet-Explorer-Optional-amd64 -source windowsFeatures
choco upgrade -ry toolsroot
choco upgrade -ry 7zip.install captura firefoxesr notepadplusplus.install processhacker.install recuva tightvnc vlc winpcap
#choco upgrade -ry bind-toolsonly bleachbit bulk-crap-uninstaller
kitty picklesui tightvnc
#non-commercial free
#choco upgrade -ry activepresenter
#Install-WindowsUpdate -AcceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment