w10install/tools/show-updates.cmd

7 lines
114 B
Batchfile
Raw Permalink Normal View History

2024-07-30 12:24:48 +02:00
@echo off
call check-for-admin
if %ERRORLEVEL% neq 0 exit /b
powershell -command %TOOLS%\show-updates.ps1