====== Chocolatey ====== * [[https://github.com/chocolatey/choco/issues/797|Use Remembered Arguments for a Package During Upgrades]] * [[https://github.com/chocolatey/choco/wiki/How-To-Host-Feed|How To Host Feed]] * [[https://chocolatey.org/docs/automatic-packages|Automatic Packaging for Maintenance]] choco feature enable -n=allowGlobalConfirmation chocolatey list -localonly choco feature enable -n useRememberedArgumentsForUpgrades choco pin remove --name conemu && choco upgrade conemu && choco pin add -n conemu ====== Development ====== choco install notepadplusplus msysgit putty tortoisegit tortoisesvn conemu ilspy clink WinMerge choco install notepadplusplus.install -x86 choco install git -params /NoShellIntegration choco pin add -n=virtualbox --version=5.1.10 choco install virtualbox --version 5.1.10 choco install sql-server-express -ia "/IACCEPTSQLSERVERLICENSETERMS /Q /ACTION=install /INSTANCE ID=MSSQLSERVER /INSTANCENAME=MSSQLSERVER /UPDATEENABLED=FALSE" -o -y ====== Personal ====== choco install greenshot everything owncloud-client pdfcreator sumatrapdf choco install srwareiron --ignore-checksums ====== Interesting ====== * javaruntime * flashplayerplugin * wireshark * treesizefree * openhardwaremonitor * mssqlserver2014express * mssql2014express-defaultinstance * mssqlservermanagementstudio2014express * AnkhSvn * InfraRecorder * HoneyView ====== MSSQL 2017 ====== * sql-server-management-studio * sql-server-2017 ====== do_shutdown.cmd ====== choco upgrade all && shutdown /s /t 60