wingetautoupdate/install.bat

2 lines
230 B
Batchfile
Raw Normal View History

2022-01-27 20:59:33 +00:00
@echo off
2022-02-12 15:21:26 +00:00
powershell -Command "Get-ChildItem -Path '%~dp0' -Recurse | Unblock-File; Start-Process 'powershell.exe' -Windowstyle Maximized -Wait -Argument '-executionpolicy bypass -file """%~dp0Winget-AllinOne.ps1"" '" -Verb RunAs