Last active
August 20, 2018 01:04
-
-
Save codatory/11230024 to your computer and use it in GitHub Desktop.
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
# Execution-Policy Not-Annoying | |
Update-ExecutionPolicy Unrestricted | |
# Remote admin is a good thing | |
Enable-RemoteDesktop | |
# Permanently install Chocolatey for updates and more packages later on | |
cinst -y chocolatey | |
# Why waste vertical screen space? | |
Set-TaskbarOptions -Size Small -Lock -Dock Bottom | |
# Better desktop configuration | |
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart -EnableShowStartOnActiveScreen -EnableShowAppsViewOnStartScreen -EnableSearchEverywhereInAppsView -EnableListDesktopAppsFirst | |
# Reasonable start menu, please | |
cinst -y classic-shell | |
# Better shell with UNIX-y tools | |
cinst -y bind-toolsonly | |
cinst -y sudo | |
# Text editors are important | |
cinst -y notepadplusplus | |
# Browser stuff | |
cinst -y Firefox | |
cinst -y javaruntime-preventasktoolbar | |
cinst -y javaruntime | |
cinst -y dotnet4.5 | |
# "Productivity" tools | |
cinst -y sumatrapdf | |
cinst -y 7zip | |
# SysAdmin Tools | |
cinst -y windirstat | |
cinst -y putty | |
# Updates are a good thing | |
Enable-MicrosoftUpdate | |
Install-WindowsUpdate -AcceptEula | |
# Bounce it to make sure everything's happy | |
Invoke-Reboot |
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
# Execution-Policy Not-Annoying | |
Update-ExecutionPolicy Unrestricted | |
Disable-InternetExplorerESC | |
# Remote admin is a good thing | |
Enable-RemoteDesktop | |
# Why waste vertical screen space? | |
Set-TaskbarOptions -Size Small -Lock -Dock Bottom | |
# Better desktop configuration | |
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart -EnableShowStartOnActiveScreen -EnableShowAppsViewOnStartScreen -EnableSearchEverywhereInAppsView -EnableListDesktopAppsFirst | |
# Permanently install Chocolatey for updates and more packages later on | |
cinst -y chocolatey | |
# Better shell with UNIX-y tools | |
cinst -y Gow | |
cinst -y bind-toolsonly | |
cinst -y sudo | |
cinst -y baretail | |
# "IDE" | |
cinst -y notepadplusplus | |
cinst -y atom | |
# Browser stuff | |
cinst -y GoogleChrome | |
cinst -y Firefox | |
cinst -y flashplayerplugin | |
cinst -y flashplayeractivex # Only for Windows 7 | |
cinst -y Silverlight | |
cinst -y javaruntime-preventasktoolbar | |
cinst -y javaruntime | |
cinst -y dotnet4.5 | |
# "Productivity" tools | |
cinst -y sumatrapdf | |
cinst -y 7zip | |
cinst -y filezilla | |
cinst -y paint.net | |
cinst -y microsoftsecurityessentials | |
cinst -y freefilesync | |
# SysAdmin Tools | |
cinst -y nmap | |
cinst -y windirstat | |
cinst -y putty | |
cinst -y dropbox | |
# Piriform | |
cinst -y ccleaner | |
cinst -y ccenhancer | |
cinst -y speccy | |
cinst -y defraggler | |
# Updates are a good thing | |
Enable-MicrosoftUpdate | |
Install-WindowsUpdate -AcceptEula | |
# Bounce it to make sure everything's happy | |
Invoke-Reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Forking Instructions
Fork the gist, and your new link will be:
You can find packages to install via http://chocolatey.org/packages