|
| 1 | +@echo off |
| 2 | + |
| 3 | +title WEAI by PSGitHubUser1 |
| 4 | + |
| 5 | +echo ================================================= |
| 6 | +echo Copyright (c) 2023 by InfoyTech/PSGitHubUser1 |
| 7 | +echo ================================================= |
| 8 | +echo ::::::::::::::::::::::::::::::::::::::::::::::::::: |
| 9 | +echo -------------------------------------------------------------- |
| 10 | +echo * Not to be distributed or published after some modifications |
| 11 | +echo -------------------------------------------------------------- |
| 12 | + |
| 13 | +winget uninstall --id Microsoft.PowerToys |
| 14 | +if %ERRORLEVEL% EQU 0 Echo Microsoft PowerToys uninstalled successfully. |
| 15 | +winget uninstall --id JannisX11.Blockbench |
| 16 | +if %ERRORLEVEL% EQU 0 Echo Blockbench uninstalled successfully. |
| 17 | +winget uninstall --id Discord.Discord |
| 18 | +if %ERRORLEVEL% EQU 0 Echo Discord uninstalled successfully. |
| 19 | +winget uninstall --id SomePythonThings.WingetUIStore |
| 20 | +if %ERRORLEVEL% EQU 0 Echo WingetUI uninstalled successfully. |
| 21 | +winget uninstall --id Microsoft.PCManager |
| 22 | +if %ERRORLEVEL% EQU 0 Echo Microsoft PC Manager uninstalled successfully. |
| 23 | +winget uninstall --id Notepad++.Notepad++ |
| 24 | +if %ERRORLEVEL% EQU 0 Echo Notepad++ uninstalled successfully. |
| 25 | +winget uninstall --id WhatsApp.WhatsApp |
| 26 | +if %ERRORLEVEL% EQU 0 Echo WhatsApp uninstalled successfully. |
| 27 | +winget uninstall --id 7zip.7zip |
| 28 | +if %ERRORLEVEL% EQU 0 Echo 7-Zip uninstalled successfully. |
| 29 | +winget uninstall --id Audacity.Audacity |
| 30 | +if %ERRORLEVEL% EQU 0 Echo Audacity uninstalled successfully. |
| 31 | +winget uninstall --id ShareX.ShareX |
| 32 | +if %ERRORLEVEL% EQU 0 Echo ShareX uninstalled successfully. |
| 33 | +winget uninstall --id GitHub.GitHubDesktop |
| 34 | +if %ERRORLEVEL% EQU 0 Echo GitHub Desktop uninstalled successfully. |
| 35 | +winget uninstall --id GIMP.GIMP |
| 36 | +if %ERRORLEVEL% EQU 0 Echo GIMP uninstalled successfully. |
| 37 | +winget uninstall --id Microsoft.VisualStudioCode |
| 38 | +if %ERRORLEVEL% EQU 0 Echo Microsoft VS Code uninstalled successfully. |
| 39 | + |
| 40 | +pause |
0 commit comments