w10install/scripts/disable-updates.cmd
Michael H.G. Schmidt 9a940568ae .
2023-01-26 11:13:20 +01:00

11 lines
154 B
Batchfile

@echo off
set TOOLS=c:\tools
echo ####### %0 #######
echo disabling UPDATES for ALL users ...
%TOOLS%\wub.exe /D /P
echo ####### %0 #######