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