Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- :: Deactivate software you don't want by adding '::' in front of the lines
- Echo ###############
- Echo ### Drivers ###
- Echo ###############
- Echo.
- Echo Installing GeForce Experience
- winget install -e --id Nvidia.GeForceExperience
- if %ERRORLEVEL% EQU 0 Echo GeForce Experience installed successfully.
- Echo.
- Echo Installing Logitech Gaming
- winget install -e --id Logitech.LGS
- if %ERRORLEVEL% EQU 0 Echo Logitech Gaming Hub installed successfully.
- Echo.
- Echo ################
- Echo ### Internet ###
- Echo ################
- Echo.
- Echo Installing Chrome
- winget install -e --id Google.Chrome
- if %ERRORLEVEL% EQU 0 Echo Chrome installed successfully.
- Echo.
- Echo Installing Firefox
- winget install -e --id Mozilla.Firefox
- if %ERRORLEVEL% EQU 0 Echo Firefox installed successfully.
- Echo.
- Echo Installing Vivaldi
- winget install -e --id VivaldiTechnologies.Vivaldi
- if %ERRORLEVEL% EQU 0 Echo Vivaldi installed successfully.
- Echo.
- Echo Installing Open VPN Connect
- winget install -e --id OpenVPNTechnologies.OpenVPNConnect
- if %ERRORLEVEL% EQU 0 Echo Open VPN Connect installed successfully.
- Echo.
- Echo Installing WireGuard
- winget install -e --id WireGuard.WireGuard
- if %ERRORLEVEL% EQU 0 Echo WireGuard installed successfully.
- Echo.
- Echo #############
- Echo ### Tools ###
- Echo #############
- Echo.
- Echo Installing 7zip
- winget install -e --id 7zip.7zip
- if %ERRORLEVEL% EQU 0 Echo 7zip installed successfully.
- Echo.
- Echo Installing AutoHotkey
- winget install -e --id Lexikos.AutoHotkey
- if %ERRORLEVEL% EQU 0 Echo AutoHotkey installed successfully.
- Echo.
- Echo Installing Bitwarden
- winget install -e --id Bitwarden.Bitwarden
- if %ERRORLEVEL% EQU 0 Echo Bitwarden installed successfully.
- Echo.
- Echo Installing Dropbox
- winget install -e --id Dropbox.Dropbox
- if %ERRORLEVEL% EQU 0 Echo Dropbox installed successfully.
- Echo.
- Echo Installing Everything
- winget install -e --id voidtools.Everything
- if %ERRORLEVEL% EQU 0 Echo Everything installed successfully.
- Echo.
- Echo Installing flux
- winget install -e --id flux.flux
- if %ERRORLEVEL% EQU 0 Echo flux installed successfully.
- Echo.
- Echo Installing OBS Studio
- winget install -e --id OBSProject.OBSStudio
- if %ERRORLEVEL% EQU 0 Echo OBS Studio installed successfully.
- Echo.
- Echo Installing TeamViewer
- winget install -e --id TeamViewer.TeamViewer
- if %ERRORLEVEL% EQU 0 Echo TeamViewer installed successfully.
- Echo.
- Echo Installing Powertoys
- winget install -e --id Microsoft.Powertoys
- if %ERRORLEVEL% EQU 0 Echo Powertoys installed successfully.
- Echo.
- Echo Installing Java Runtime
- winget install -e --id Oracle.JavaRuntimeEnvironment
- if %ERRORLEVEL% EQU 0 Echo Java Runtime installed successfully.
- Echo.
- Echo Installing Colorpicker
- winget install -e --id Toinane.Colorpicker
- if %ERRORLEVEL% EQU 0 Echo Colorpicker installed successfully.
- Echo.
- Echo #################
- Echo ### Dev Tools ###
- Echo #################
- Echo.
- Echo Installing Visual Studio Code
- winget install -e --id Microsoft.VisualStudioCode
- if %ERRORLEVEL% EQU 0 Echo Visual Studio Code installed successfully.
- Echo.
- Echo Installing Terminal Preview
- winget install -e --id Microsoft.WindowsTerminalPreview
- if %ERRORLEVEL% EQU 0 Echo Terminal Preview installed successfully.
- Echo.
- Echo Installing Git
- winget install -e --id Git.Git
- if %ERRORLEVEL% EQU 0 Echo Git installed successfully.
- Echo.
- Echo Installing Gpg4win
- winget install -e --id gnupg.Gpg4win
- if %ERRORLEVEL% EQU 0 Echo Gpg4win installed successfully.
- Echo.
- Echo Installing Toolbox
- winget install -e --id JetBrains.Toolbox
- if %ERRORLEVEL% EQU 0 Echo Toolbox installed successfully.
- Echo.
- Echo Installing OpenSSL Light
- winget install -e --id ShiningLight.OpenSSLLight
- if %ERRORLEVEL% EQU 0 Echo OpenSSL Light installed successfully.
- Echo.
- Echo Installing PowerShell
- winget install -e --id Microsoft.PowerShell
- if %ERRORLEVEL% EQU 0 Echo PowerShell installed successfully.
- Echo.
- Echo Installing Python
- winget install -e --id Python.Python
- if %ERRORLEVEL% EQU 0 Echo Python installed successfully.
- Echo.
- Echo Installing Etcher
- winget install -e --id Balena.Etcher
- if %ERRORLEVEL% EQU 0 Echo Etcher installed successfully.
- Echo.
- Echo Installing RaspberryPi Imager
- winget install -e --id RaspberryPiFoundation.RaspberryPiImager
- if %ERRORLEVEL% EQU 0 Echo RaspberryPi Imager installed successfully.
- Echo.
- Echo Installing Ubuntu
- winget install -e --id Canonical.Ubuntu
- if %ERRORLEVEL% EQU 0 Echo Ubuntu installed successfully.
- Echo.
- Echo Installing vim
- winget install -e --id vim.vim
- if %ERRORLEVEL% EQU 0 Echo vim installed successfully.
- Echo.
- Echo ############
- Echo ### Chat ###
- Echo ############
- Echo.
- Echo Installing Thunderbird
- winget install -e --id Mozilla.Thunderbird
- if %ERRORLEVEL% EQU 0 Echo Thunderbird installed successfully.
- Echo.
- Echo Installing Discord
- winget install -e --id Discord.Discord
- if %ERRORLEVEL% EQU 0 Echo Discord installed successfully.
- Echo.
- Echo Installing Franz
- winget install -e --id StefanMalzner.Franz
- if %ERRORLEVEL% EQU 0 Echo Franz installed successfully.
- Echo.
- Echo Installing HexChat
- winget install -e --id HexChat.HexChat
- if %ERRORLEVEL% EQU 0 Echo HexChat installed successfully.
- Echo.
- Echo Installing Signal
- winget install -e --id OpenWhisperSystems.Signal
- if %ERRORLEVEL% EQU 0 Echo Signal installed successfully.
- Echo.
- Echo Installing Telegram
- winget install -e --id Telegram.TelegramDesktop
- if %ERRORLEVEL% EQU 0 Echo Telegram installed successfully.
- Echo.
- Echo Installing Skype
- winget install -e --id Microsoft.Skype
- if %ERRORLEVEL% EQU 0 Echo Skype installed successfully.
- Echo.
- Echo ##############
- Echo ### Gaming ###
- Echo ##############
- Echo.
- Echo Installing Steam
- winget install -e --id Valve.Steam
- if %ERRORLEVEL% EQU 0 Echo Steam installed successfully.
- Echo.
- Echo Installing Epic Games
- winget install -e --id EpicGames.EpicGamesLauncher
- if %ERRORLEVEL% EQU 0 Echo Epic Games installed successfully.
- Echo.
- Echo Installing GOG Galaxy
- winget install -e --id GOG.Galaxy
- if %ERRORLEVEL% EQU 0 Echo GOG Galaxy installed successfully.
- Echo.
- Echo Installing EA Origin
- winget install -e --id ElectronicArts.Origin
- if %ERRORLEVEL% EQU 0 Echo EA Origin installed successfully.
- Echo.
- Echo Installing Ubisoft Uplay
- winget install -e --id Ubisoft.Uplay
- if %ERRORLEVEL% EQU 0 Echo Ubisoft Uplay installed successfully.
- Echo.
- Echo ##############
- Echo ### E-Book ###
- Echo ##############
- Echo.
- Echo Installing Calibre
- winget install -e --id calibre.calibre
- if %ERRORLEVEL% EQU 0 Echo Calibre installed successfully.
- Echo.
- Echo Installing Sigil
- winget install -e --id Sigil-Ebook.Sigil
- if %ERRORLEVEL% EQU 0 Echo Sigil installed successfully.
- Echo.
- Echo #####################
- Echo ### Media Players ###
- Echo #####################
- Echo.
- Echo Installing IrfanView
- winget install -e --id IrfanSkiljan.IrfanView
- if %ERRORLEVEL% EQU 0 Echo IrfanView installed successfully.
- Echo.
- Echo Installing Google Earth Pro
- winget install -e --id Google.EarthPro
- if %ERRORLEVEL% EQU 0 Echo Google Earth Pro installed successfully.
- Echo.
- Echo Installing Plex
- winget install -e --id Plex.Plex
- if %ERRORLEVEL% EQU 0 Echo Plex installed successfully.
- Echo.
- Echo Installing Plexamp
- winget install -e --id Plex.Plexamp
- if %ERRORLEVEL% EQU 0 Echo Plexamp installed successfully.
- Echo.
- Echo Installing Potplayer
- winget install -e --id Daum.Potplayer
- if %ERRORLEVEL% EQU 0 Echo Potplayer installed successfully.
- Echo.
- Echo Installing Spotify
- winget install -e --id Spotify.Spotify
- if %ERRORLEVEL% EQU 0 Echo Spotify installed successfully.
- Echo.
- Echo Installing Deezer
- winget install -e --id Deezer.Deezer
- if %ERRORLEVEL% EQU 0 Echo Deezer installed successfully.
- Echo.
- Echo Installing VLC
- winget install -e --id VideoLAN.VLC
- if %ERRORLEVEL% EQU 0 Echo VLC installed successfully.
- Echo.
- Echo ###################
- Echo ### Media Tools ###
- Echo ###################
- Echo.
- Echo Installing ImageMagick
- winget install -e --id ImageMagick.ImageMagick
- if %ERRORLEVEL% EQU 0 Echo ImageMagick installed successfully.
- Echo.
- Echo Installing Handbrake
- winget install -e --id thehandbraketeam.handbrake
- if %ERRORLEVEL% EQU 0 Echo Handbrake installed successfully.
- Echo.
- Echo Installing MakeMKV
- winget install -e --id GuinpinSoft.MakeMKV
- if %ERRORLEVEL% EQU 0 Echo MakeMKV installed successfully.
- Echo.
- Echo Installing MKVToolNix
- winget install -e --id MKVToolNix.MKVToolNix
- if %ERRORLEVEL% EQU 0 Echo MKVToolNix installed successfully.
- Echo.
- Echo Installing Mp3tag
- winget install -e --id Mp3tag.Mp3tag
- if %ERRORLEVEL% EQU 0 Echo Mp3tag installed successfully.
- Echo.
- Echo ##################
- Echo ### Smart Home ###
- Echo ##################
- Echo.
- Echo Installing MQTT Explorer
- winget install -e --id thomasnordquist.MQTT-Explorer
- if %ERRORLEVEL% EQU 0 Echo MQTT Explorer installed successfully.
- Echo.
- pause
Add Comment
Please, Sign In to add comment