wingetautoupdate/install.bat

2 lines
216 B
Batchfile
Raw Normal View History

2022-01-27 20:59:33 +00:00
@echo off
2022-02-12 15:36:21 +00:00
powershell -Command "Get-ChildItem -Path '%~dp0' -Recurse | Unblock-File; Start-Process powershell.exe -Argument '-executionpolicy bypass -file """%~dp0winget-install-and-update.ps1"" -Silent'" -Verb RunAs