w10install/scripts/enable-updates.cmd

11 lines
148 B
Batchfile
Raw Normal View History

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