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),'#######'
+