From 41a16ad08770280aa7ce4e43a4ce1c05c6b734c1 Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Sun, 3 Apr 2022 00:34:52 +0200 Subject: [PATCH] Update uninstall.bat --- uninstall.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uninstall.bat b/uninstall.bat index 5e776d4..2ffacc9 100644 --- a/uninstall.bat +++ b/uninstall.bat @@ -1,2 +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 +powershell -Command "Get-ChildItem -Path '%~dp0' -Recurse | Unblock-File; Start-Process powershell.exe -Argument '-executionpolicy bypass -file """%~dp0Winget-AutoUpdate-Install.ps1"" -Uninstall'" -Verb RunAs \ No newline at end of file