w10install/scripts/disable-networkfeatures.cmd
Michael H.G. Schmidt 1a89bb1ebc hardcoding removsal
2023-02-20 09:24:42 +01:00

10 lines
166 B
Batchfile

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