Skip to content

Instantly share code, notes, and snippets.

@moisei
Last active August 13, 2020 12:49
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 moisei/442ac2273f87ab8e4120958015d1eec1 to your computer and use it in GitHub Desktop.
Save moisei/442ac2273f87ab8e4120958015d1eec1 to your computer and use it in GitHub Desktop.
Chocolatey: fresh windows 10
@REM choco install all the applications from the choco-win-10-fresh file one by one
@echo off
for /f "tokens=* delims=" %%a in ('type choco-win-10-fresh') do (
call choco install -y %%app
)
start chocolateygui
chocolateygui
7zip
docker-for-windows
Everything
foxitreader --ia '/MERGETASKS="!desktopicon,!displayinbrowser /COMPONENTS=*pdfviewer,*ffse,*installprint,*ffaddin,*ffspellcheck,!connectedpdf"'
github-desktop
GoogleChrome
grepwin
greenshot
intellijidea-community
kitty
microsoft-teams
notepadplusplus
nodejs
putty
pycharm-community
rsat -params '"/AD /GP /DHCP"'
skype
sysinternals
telegram
tortoisegit
tortoisesvn 'ADDLOCAL=ALL'
vagrant
virtualbox
vscode --params "/NoDesktopIcon /DontAddToPath /NoQuicklaunchIcon"
vlc
winscp
winmerge
wsl
wsl-ubuntu-1804
xencenter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment