w10install/scripts/disable-networkfeatures.cmd

11 lines
200 B
Batchfile
Raw Normal View History

@echo off
2022-12-27 19:54:32 +01:00
set TOOLS=c:\tools
echo ####### %0 #######
echo Disabling unwanted NETWORK features ...
powershell -command %TOOLS%\scripts\disable-networkfeatures.ps1
echo ####### %0 #######