Create uninstall.bat

pull/35/head
Romain 2022-04-03 00:29:35 +02:00
parent 648e2a252e
commit 5866aa7e13
1 changed files with 2 additions and 0 deletions

2
uninstall.bat Normal file
View File

@ -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