w10install/tools/show-updates.cmd
2024-07-30 12:24:48 +02:00

7 lines
114 B
Batchfile

@echo off
call check-for-admin
if %ERRORLEVEL% neq 0 exit /b
powershell -command %TOOLS%\show-updates.ps1