Last active
April 27, 2020 14:24
-
-
Save MalteKiefer/f84005fad29fbfe9a4c41870a50f9547 to your computer and use it in GitHub Desktop.
Windows 10 Installation
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; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | |
choco install -y 7zip.install git.install putty.install nodejs.install gimp filezilla curl wget teamviewer marktext.install | |
choco install -y winscp awscli dropbox yarn youtube-dl spotify openvpn slack postman mongodb atom mumble pgadmin4 php | |
choco install -y gajim gpg4win bitnami-xampp vlc teracopy firacode rufus sumatrapdf.install zerotier-one anydesk | |
choco install -y signal bitwarden androidstudio telegram.install mailspring megasync microsoft-edge | |
choco install -y wpd veracrypt mumble visualstudio2019community | |
$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User") | |
wget https://github.com/iotaledger/trinity-wallet/releases/download/desktop-1.4.3/trinity-desktop-1.4.3.exe | |
.\trinity-desktop-1.4.3.exe | |
[System.Windows.Forms.MessageBox]::Show("Install Trello","Trello",0) | |
[System.Windows.Forms.MessageBox]::Show("Installiere ESET","ESET",0) | |
net stop diagtrack |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment