From 5866aa7e132755a25d80589d6be6e2890da1449a Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Sun, 3 Apr 2022 00:29:35 +0200 Subject: [PATCH] Create uninstall.bat --- uninstall.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 uninstall.bat diff --git a/uninstall.bat b/uninstall.bat new file mode 100644 index 0000000..5e776d4 --- /dev/null +++ b/uninstall.bat @@ -0,0 +1,2 @@ +@echo off +powershell -Command "Get-ChildItem -Path '%~dp0' -Recurse | Unblock-File; Start-Process powershell.exe -Argument '-executionpolicy bypass -file """%~dp0Winget-AutoUpdate-Install.ps1"" -Uninstall'" -Verb RunAs