Skip to content

Commit 5397d54

Browse files
committed
feat: add new apps: 7zip, jq, peazip, bitwarden, nmap, gpg
Add new apps to Install / Uninstall
1 parent d6aac73 commit 5397d54

File tree

1 file changed

+39
-33
lines changed

1 file changed

+39
-33
lines changed

wputility.bat

Lines changed: 39 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -214,39 +214,45 @@ set "registry[5]=HKCC|hkcc.reg"
214214
:: @desc manageable packages
215215
:: # #
216216

217-
set "apps[01]=Cyberduck|Iterate.Cyberduck"
218-
set "apps[02]=DuckDuckGo Browser|DuckDuckGo.DesktopBrowser"
219-
set "apps[03]=Google Chrome|Google.Chrome.EXE"
220-
set "apps[04]=Microsoft .NET SDK 6.0.427 (x64)|Microsoft.DotNet.SDK.6"
221-
set "apps[05]=Microsoft AppInstaller|Microsoft.AppInstaller"
222-
set "apps[06]=Microsoft DevHome|Microsoft.DevHome"
223-
set "apps[07]=Microsoft Edge|Microsoft.Edge"
224-
set "apps[08]=Microsoft IronPython|Microsoft.IronPython.3"
225-
set "apps[09]=Microsoft OneDrive|Microsoft.OneDrive"
226-
set "apps[10]=Microsoft OpenSSH|Microsoft.OpenSSH.Preview"
227-
set "apps[11]=Microsoft Powershell|Microsoft.PowerShell"
228-
set "apps[12]=Microsoft Powertoys|Microsoft.PowerToys"
229-
set "apps[13]=Microsoft Visual C++ 2005 Redistributable (x32)|Microsoft.VCRedist.2005.x86"
230-
set "apps[14]=Microsoft Visual C++ 2005 Redistributable (x64)|Microsoft.VCRedist.2005.x64"
231-
set "apps[15]=Microsoft Visual C++ 2008 Redistributable (x32)|Microsoft.VCRedist.2008.x86"
232-
set "apps[16]=Microsoft Visual C++ 2008 Redistributable (x64)|Microsoft.VCRedist.2008.x64"
233-
set "apps[17]=Microsoft Visual C++ 2010 Redistributable (x32)|Microsoft.VCRedist.2010.x86"
234-
set "apps[18]=Microsoft Visual C++ 2010 Redistributable (x64)|Microsoft.VCRedist.2010.x64"
235-
set "apps[19]=Microsoft Visual C++ 2012 Redistributable (x32)|Microsoft.VCRedist.2012.x86"
236-
set "apps[20]=Microsoft Visual C++ 2012 Redistributable (x64)|Microsoft.VCRedist.2012.x64"
237-
set "apps[21]=Microsoft Visual C++ 2013 Redistributable (x32)|Microsoft.VCRedist.2013.x86"
238-
set "apps[22]=Microsoft Visual C++ 2013 Redistributable (x64)|Microsoft.VCRedist.2013.x64"
239-
set "apps[23]=Microsoft Visual C++ 2015 UWP Desktop Runtime|Microsoft.VCLibs.Desktop.14"
240-
set "apps[24]=Microsoft Visual C++ 2015-2022 Redistributable (x32)|Microsoft.VCRedist.2015+.x32"
241-
set "apps[25]=Microsoft Visual C++ 2015-2022 Redistributable (x64)|Microsoft.VCRedist.2015+.x64"
242-
set "apps[26]=Microsoft Visual Studio Code|Microsoft.VisualStudioCode"
243-
set "apps[27]=Microsoft Visual Studio Code Insiders|Microsoft.VisualStudioCode.Insiders"
244-
set "apps[28]=Mozilla Firefox|Mozilla.Firefox"
245-
set "apps[29]=Opera Browser (Stable)|Opera.Opera"
246-
set "apps[30]=Opera GX Browser (Stable)|Opera.OperaGX"
247-
set "apps[31]=Tor Browser|TorProject.TorBrowser"
248-
set "apps[32]=Windows Terminal|Microsoft.WindowsTerminal"
249-
set "apps[33]=WinRAR|RARLab.WinRAR"
217+
set "apps[01]=7zip|7zip.7zip"
218+
set "apps[02]=Bitwarden|Bitwarden.Bitwarden"
219+
set "apps[03]=Cyberduck|Iterate.Cyberduck"
220+
set "apps[04]=DuckDuckGo Browser|DuckDuckGo.DesktopBrowser"
221+
set "apps[05]=GNU Privacy Guard (GPG)|GnuPG.GnuPG"
222+
set "apps[06]=Google Chrome|Google.Chrome.EXE"
223+
set "apps[07]=jq|jqlang.jq"
224+
set "apps[08]=Microsoft .NET SDK 6.0.427 (x64)|Microsoft.DotNet.SDK.6"
225+
set "apps[09]=Microsoft AppInstaller|Microsoft.AppInstaller"
226+
set "apps[10]=Microsoft DevHome|Microsoft.DevHome"
227+
set "apps[11]=Microsoft Edge|Microsoft.Edge"
228+
set "apps[12]=Microsoft IronPython|Microsoft.IronPython.3"
229+
set "apps[13]=Microsoft OneDrive|Microsoft.OneDrive"
230+
set "apps[14]=Microsoft OpenSSH|Microsoft.OpenSSH.Preview"
231+
set "apps[15]=Microsoft Powershell|Microsoft.PowerShell"
232+
set "apps[16]=Microsoft Powertoys|Microsoft.PowerToys"
233+
set "apps[17]=Microsoft Visual C++ 2005 Redistributable (x32)|Microsoft.VCRedist.2005.x86"
234+
set "apps[18]=Microsoft Visual C++ 2005 Redistributable (x64)|Microsoft.VCRedist.2005.x64"
235+
set "apps[19]=Microsoft Visual C++ 2008 Redistributable (x32)|Microsoft.VCRedist.2008.x86"
236+
set "apps[20]=Microsoft Visual C++ 2008 Redistributable (x64)|Microsoft.VCRedist.2008.x64"
237+
set "apps[21]=Microsoft Visual C++ 2010 Redistributable (x32)|Microsoft.VCRedist.2010.x86"
238+
set "apps[22]=Microsoft Visual C++ 2010 Redistributable (x64)|Microsoft.VCRedist.2010.x64"
239+
set "apps[23]=Microsoft Visual C++ 2012 Redistributable (x32)|Microsoft.VCRedist.2012.x86"
240+
set "apps[24]=Microsoft Visual C++ 2012 Redistributable (x64)|Microsoft.VCRedist.2012.x64"
241+
set "apps[25]=Microsoft Visual C++ 2013 Redistributable (x32)|Microsoft.VCRedist.2013.x86"
242+
set "apps[26]=Microsoft Visual C++ 2013 Redistributable (x64)|Microsoft.VCRedist.2013.x64"
243+
set "apps[27]=Microsoft Visual C++ 2015 UWP Desktop Runtime|Microsoft.VCLibs.Desktop.14"
244+
set "apps[28]=Microsoft Visual C++ 2015-2022 Redistributable (x32)|Microsoft.VCRedist.2015+.x32"
245+
set "apps[29]=Microsoft Visual C++ 2015-2022 Redistributable (x64)|Microsoft.VCRedist.2015+.x64"
246+
set "apps[30]=Microsoft Visual Studio Code|Microsoft.VisualStudioCode"
247+
set "apps[31]=Microsoft Visual Studio Code Insiders|Microsoft.VisualStudioCode.Insiders"
248+
set "apps[32]=Mozilla Firefox|Mozilla.Firefox"
249+
set "apps[33]=NMap|Insecure.Nmap"
250+
set "apps[34]=Opera Browser (Stable)|Opera.Opera"
251+
set "apps[35]=Opera GX Browser (Stable)|Opera.OperaGX"
252+
set "apps[36]=PeaZip|Giorgiotani.Peazip"
253+
set "apps[37]=Tor Browser|TorProject.TorBrowser"
254+
set "apps[38]=Windows Terminal|Microsoft.WindowsTerminal"
255+
set "apps[39]=WinRAR|RARLab.WinRAR"
250256

251257
:: # #
252258
:: @desc define os ver and name

0 commit comments

Comments
 (0)