Last active
February 8, 2020 16:21
-
-
Save MalteKiefer/c8508f34b3e24b1b412737f4bec8ad90 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | |
choco install -y googlechrome 7zip.install git.install putty.install nodejs.install gimp filezilla curl wget teamviewer | |
choco install -y winscp awscli dropbox yarn youtube-dl spotify openvpn slack postman mongodb vscode mumble pgadmin4 | |
choco install -y gajim gpg4win bitnami-xampp vlc teracopy firacode rufus sumatrapdf.install zerotier-one anydesk | |
choco install -y signal bitwarden androidstudio telegram.install thunderbird | |
choco install -y flutter cryptomator | |
$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User") | |
code --install-extension formulahendry.auto-close-tag coenraads.bracket-pair-colorizer-2 equinusocio.vsc-community-material-theme mikestead.dotenv yzhang.markdown-all-in-one pkief.material-icon-theme felixfbecker.php-intellisense hookyqr.beautify ecodes.vscode-phpmd ikappas.phpcs eamodio.gitlens streetsidesoftware.code-spell-checker file-icons.file-icons alefragnani.project-manager formulahendry.auto-rename-tag dbaeumer.vscode-eslint wix.glean bradgashler.htmltagwrap christian-kohler.npm-intellisense pflannery.vscode-versionlens | |
wget https://dl.google.com/android/repository/usb_driver_r12-windows.zip -O C:\driver.zip | |
wget https://downloads.mycloud.com/latest/windows/prod/Install_WD_Discovery_for_Windows.exe -O C:\wd.exe | |
C:\wd.exe | |
[System.Windows.Forms.MessageBox]::Show("Install Trello","Trello",0) | |
[System.Windows.Forms.MessageBox]::Show("Install Git Tower","Git Tower",0) | |
start "https://www.git-tower.com/windows" | |
[System.Windows.Forms.MessageBox]::Show("Aktiviere ESET","ESET",0) | |
net stop diagtrack | |
sc config diagtrack start=disabled |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment