Skip to content
Snippets Groups Projects
Commit 984e2b8e authored by icommonsCRC's avatar icommonsCRC
Browse files

Update wingetUninstaller.ps1

parent 2c5bde13
No related branches found
No related tags found
No related merge requests found
# Ensure you are running this script with administrator privileges. # Ensure you are running this script with administrator privileges.
# List of applications to uninstall # List of applications to uninstall
$applications = @( $applications = @(
...@@ -22,6 +22,7 @@ $applications = @( ...@@ -22,6 +22,7 @@ $applications = @(
"AivarAnnamaa.Thonny", "AivarAnnamaa.Thonny",
"Insecure.Nmap", "Insecure.Nmap",
"JetBrains.PyCharm.Community" "JetBrains.PyCharm.Community"
"Racket.Racket"
) )
# Function to check if an application is installed # Function to check if an application is installed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment