2022-12-24 15:56:30 +01:00
|
|
|
@echo off
|
|
|
|
|
2022-12-27 11:31:44 +01:00
|
|
|
echo ####### %0 #######
|
2022-12-24 15:56:30 +01:00
|
|
|
|
2022-12-27 11:31:44 +01:00
|
|
|
echo Disabling unwanted NETWORK features ...
|
2022-12-24 15:56:30 +01:00
|
|
|
powershell -command %TOOLS%\scripts\disable-networkfeatures.ps1
|
|
|
|
|
2022-12-27 11:31:44 +01:00
|
|
|
echo ####### %0 #######
|
|
|
|
|