From fc7f6ae5da67c916d34af59e8eb697e910a8879c Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Sun, 22 May 2022 17:28:54 +0200 Subject: [PATCH] Create Uninstall.bat --- Winget-AutoUpdate/Uninstall.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Winget-AutoUpdate/Uninstall.bat diff --git a/Winget-AutoUpdate/Uninstall.bat b/Winget-AutoUpdate/Uninstall.bat new file mode 100644 index 0000000..5bfe301 --- /dev/null +++ b/Winget-AutoUpdate/Uninstall.bat @@ -0,0 +1,2 @@ +@echo off +powershell -Command "Start-Process powershell.exe -Argument '-noprofile -executionpolicy bypass -file """%~dp0WAU-Uninstall.ps1""" '" -Verb RunAs \ No newline at end of file