w10install/scripts/enable-updates.cmd

11 lines
159 B
Batchfile
Raw Permalink Normal View History

2023-01-29 17:23:17 +01:00
@echo off
2023-02-20 09:24:42 +01:00
set TOOLS=%SystemDrive%\tools
2023-01-29 17:23:17 +01:00
echo ####### %0 #######
echo enable UPDATES for ALL users ...
%TOOLS%\wub.exe /E
echo ####### %0 #######