w10install/scripts/enable-updates.cmd
Michael H.G. Schmidt 1a89bb1ebc hardcoding removsal
2023-02-20 09:24:42 +01:00

11 lines
159 B
Batchfile

@echo off
set TOOLS=%SystemDrive%\tools
echo ####### %0 #######
echo enable UPDATES for ALL users ...
%TOOLS%\wub.exe /E
echo ####### %0 #######