w10install/scripts/disable-networkfeatures.cmd

10 lines
166 B
Batchfile
Raw Permalink Normal View History

@echo off
echo ####### %0 #######
echo Disabling unwanted NETWORK features ...
2023-02-20 09:24:42 +01:00
powershell -command .\disable-networkfeatures.ps1
echo ####### %0 #######