Guest User

Winget

a guest
Mar 31st, 2022
1,153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.21 KB | None | 0 0
  1. :: Whatsapp Beta van MSStore
  2. winget install --id=9NBDXK71NK08 --accept-package-agreements && \
  3. :: Unigram van MSStore
  4. winget install --id=9n97zckpd60q --accept-package-agreements && \
  5. :: Steam
  6. winget install --id=Valve.Steam -e -h --silent && \
  7. :: Discord
  8. winget install --id=Discord.Discord -e -h --silent && \
  9. :: FireFox
  10. winget install --id=Mozilla.Firefox -e -h --silent && \
  11. :: Teams
  12. winget install --id=Microsoft.Teams -e -h --silent && \
  13. :: Visual Studio Code
  14. winget install --id=Microsoft.VisualStudioCode -e -h --silent && \
  15. :: Epic Games Launcher
  16. winget install --id=EpicGames.EpicGamesLauncher -e -h --silent && \
  17. :: Signal
  18. winget install -e --id OpenWhisperSystems.Signal.Beta \
  19.  
  20.  
  21. :: Verwijderen van apps
  22. winget uninstall --name "Teams" && \
  23. winget uninstall --name "Films en tv" && \
  24. winget uninstall --name "Cortana" && \
  25. winget uninstall --name "Disney+" && \
  26. winget uninstall --name "Microsoft Nieuws" && \
  27. winget uninstall --name "MSN weer" && \
  28. winget uninstall --name "Office" && \
  29. winget uninstall --name "Microsoft Solitaire Collection" && \
  30. winget uninstall --name "Microsoft Plaknotities" && \
  31. winget uninstall --name "Power Automate" && \
  32. winget uninstall --name "Groove Muziek"
  33.  
Advertisement
Add Comment
Please, Sign In to add comment