w10install/scripts/disable-networkfeatures.cmd
2022-12-27 11:31:44 +01:00

10 lines
180 B
Batchfile

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