w10install/scripts/disable-networkfeatures.cmd
Michael H.G. Schmidt 12d13e8c60 .
2022-12-27 19:54:32 +01:00

11 lines
200 B
Batchfile

@echo off
set TOOLS=c:\tools
echo ####### %0 #######
echo Disabling unwanted NETWORK features ...
powershell -command %TOOLS%\scripts\disable-networkfeatures.ps1
echo ####### %0 #######