Skip to content

Commit d8cd9ca

Browse files
Merge pull request #2 from PSGitHubUser1/weai-v1.1
Update v1.1
2 parents 2b5bd1c + e346abc commit d8cd9ca

File tree

3 files changed

+98
-0
lines changed

3 files changed

+98
-0
lines changed

wea-v1.1/Agreement.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## This is a .cmd file. It installs/uninstalls:
2+
3+
* Microsoft PowerToys
4+
* VS Code
5+
* Blockbench
6+
* WingetUI
7+
* Microsoft PC Manager
8+
* Notepad++
9+
* 7-Zip
10+
* Audacity
11+
* ShareX
12+
* GitHub Desktop
13+
* GIMP
14+
15+
## Made by me [@PSGitHubUser1]
16+
17+
#### Copyright © 2023 InfoyTech
18+
#### This should not be distributed or published after modifications.
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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 install --id Microsoft.PowerToys
14+
if %ERRORLEVEL% EQU 0 Echo Microsoft PowerToys installed successfully.
15+
winget install --id JannisX11.Blockbench
16+
if %ERRORLEVEL% EQU 0 Echo Blockbench installed successfully.
17+
winget install --id Discord.Discord
18+
if %ERRORLEVEL% EQU 0 Echo Discord installed successfully.
19+
winget install --id SomePythonThings.WingetUIStore
20+
if %ERRORLEVEL% EQU 0 Echo WingetUI installed successfully.
21+
winget install --id Microsoft.PCManager
22+
if %ERRORLEVEL% EQU 0 Echo Microsoft PC Manager installed successfully.
23+
winget install --id Notepad++.Notepad++
24+
if %ERRORLEVEL% EQU 0 Echo Notepad++ installed successfully.
25+
winget install --id WhatsApp.WhatsApp
26+
if %ERRORLEVEL% EQU 0 Echo WhatsApp installed successfully.
27+
winget install --id 7zip.7zip
28+
if %ERRORLEVEL% EQU 0 Echo 7-Zip installed successfully.
29+
winget install --id Audacity.Audacity
30+
if %ERRORLEVEL% EQU 0 Echo Audacity installed successfully.
31+
winget install --id ShareX.ShareX
32+
if %ERRORLEVEL% EQU 0 Echo ShareX installed successfully.
33+
winget install --id GitHub.GitHubDesktop
34+
if %ERRORLEVEL% EQU 0 Echo GitHub Desktop installed successfully.
35+
winget install --id GIMP.GIMP
36+
if %ERRORLEVEL% EQU 0 Echo GIMP installed successfully.
37+
winget install --id Microsoft.VisualStudioCode
38+
if %ERRORLEVEL% EQU 0 Echo Microsoft VS Code installed successfully.
39+
40+
pause

wea-v1.1/wea_uninstaller_v1.1.cmd

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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

Comments
 (0)