Last active
June 14, 2017 14:19
-
-
Save dennyhalim/b3eaff9fa134ad55c652c47b7734448b to your computer and use it in GitHub Desktop.
updatewindows.boxstarter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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