@echo off
set TOOLS=c:\tools

echo ####### %0 #######

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

echo ####### %0 #######