wingetautoupdate/install.bat

2 lines
235 B
Batchfile
Raw Normal View History

2022-01-27 20:59:33 +00:00
@echo off
2022-05-22 13:27:45 +00:00
powershell -Command "Get-ChildItem -Path '%~dp0' -Recurse | Unblock-File; Start-Process powershell.exe -Argument '-noprofile -executionpolicy bypass -file """%~dp0Winget-AutoUpdate-Install.ps1"" -UpdatesAtLogon'" -Verb RunAs