w10install/scripts/disable-updates.cmd

11 lines
165 B
Batchfile
Raw Permalink Normal View History

2021-02-14 15:29:16 +01:00
@echo off
2023-08-13 12:43:07 +02:00
set TOOLS=%SystemDrive%\tools
2021-02-14 15:29:16 +01:00
echo ####### %0 #######
echo disabling UPDATES for ALL users ...
%TOOLS%\wub.exe /D /P
echo ####### %0 #######