w10install/scripts/disable-networkfeatures.cmd

10 lines
180 B
Batchfile
Raw Normal View History

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