10 lines
180 B
Batchfile
10 lines
180 B
Batchfile
@echo off
|
|
|
|
echo ####### %0 #######
|
|
|
|
echo Disabling unwanted NETWORK features ...
|
|
powershell -command %TOOLS%\scripts\disable-networkfeatures.ps1
|
|
|
|
echo ####### %0 #######
|
|
|