From 1f401106c776834497a028614196a30b951358c1 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Sun, 13 Aug 2023 16:32:05 +0200 Subject: [PATCH] actived disable network features script --- scripts/autoconfig.cmd | 3 +++ scripts/disable-networkfeatures.ps1 | 1 + 2 files changed, 4 insertions(+) diff --git a/scripts/autoconfig.cmd b/scripts/autoconfig.cmd index c05192e..d4f7401 100644 --- a/scripts/autoconfig.cmd +++ b/scripts/autoconfig.cmd @@ -257,6 +257,9 @@ echo. call disable-systemproxy.cmd echo. +call disable-networkfeatures.cmd +echo. + powershell -command .\disable-soundscheme.ps1 echo. diff --git a/scripts/disable-networkfeatures.ps1 b/scripts/disable-networkfeatures.ps1 index ec3c583..1186da3 100644 --- a/scripts/disable-networkfeatures.ps1 +++ b/scripts/disable-networkfeatures.ps1 @@ -13,3 +13,4 @@ foreach ($myBinding in $myBindingList) { echo "" write-host '#######',(split-path $PSCommandPath -Leaf),'#######' +