@ECHO OFF
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
TITLE Disable Network Location Wizard for Windows Vista-7-2008
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
ECHO Disable Network Location Wizard for Windows Vista-7-2008...
ECHO.
:: Create blank key "NewNetworkWindowOff" to disable Network Location Wizard for all users:
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff"
:: Uncomment "PAUSE" to view script results:
:: ECHO.
:: PAUSE
This script can also be added to an MDT task sequence to automate the application of this setting during a deployment.
No comments:
Post a Comment