Update windows after programs
This commit is contained in:
parent
330314c162
commit
4c88475333
1 changed files with 3 additions and 3 deletions
|
@ -8,12 +8,12 @@ fltmc >nul 2>&1 || (
|
|||
exit 0
|
||||
)
|
||||
|
||||
:: Windows programs
|
||||
winget upgrade -h --all
|
||||
|
||||
:: Windows Update
|
||||
powershell -Command "Set-ExecutionPolicy Bypass -Scope Process;" ^
|
||||
"Get-WindowsUpdate -AcceptAll -Install"
|
||||
|
||||
:: Windows programs
|
||||
winget upgrade -h --all
|
||||
|
||||
pause
|
||||
exit /b
|
||||
|
|
Loading…
Reference in a new issue