actived disable network features script

This commit is contained in:
Michael H.G. Schmidt 2023-08-13 16:32:05 +02:00
parent 961c8eaab4
commit 1f401106c7
2 changed files with 4 additions and 0 deletions

View File

@ -257,6 +257,9 @@ echo.
call disable-systemproxy.cmd
echo.
call disable-networkfeatures.cmd
echo.
powershell -command .\disable-soundscheme.ps1
echo.

View File

@ -13,3 +13,4 @@ foreach ($myBinding in $myBindingList) {
echo ""
write-host '#######',(split-path $PSCommandPath -Leaf),'#######'