Code Script .co.uk

Home | Scripts | Tutorials | Disclaimer | Sitemap | Contact

   Unattended Vista Network Location
 

Tutorials / Windows Unattended / Unattended Vista Network Location

The Vista unattend file bug that prevents the network location setting from working can be overcome with this workaround. In a deployment pass prior to OOBE use a synchronous command to set the following registry key.

reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 00000000 /f


If this does not work then try the following alternative.

cmd /c reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\NewNetworks" /v NetworkList /t REG_MULTI_SZ /d "" /f





Please note that a disclaimer applies to any code on this page.
 
   Actions
  Go Back
  Bookmark
  Print Page


   Menu
 
- Links
- Reference
- Script Editors
- Tutorials
     - Hta Tutorials
     - Vbscript Tutorials
     - Windows Unattended
          - Custom Vista Start Menu
          - Dell Unattended Vista Oem Dvd
          - Server 2003 Unattended
          - Unattended Application Installation
          - Unattended Vista Network Location
          - Windows Vista Unattended
          - Windows Xp Unattended
- Vbscript