windows:client_os:nettype

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


windows:client_os:nettype [2021/10/13 09:58] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Windows 10 don't detect network type ======
 +Disable Domain Discovery negative cache by adding the NegativeCachePeriod registry key to following subkey:
 +<code reg>
 +HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetLogon\Parameters
 +Name: NegativeCachePeriod
 +Type: REG_DWORD
 +Value Data: 0* (default value: 45 seconds; set to 0 to disable caching)
 +</code>
  
 +Disable DNS negative cache by adding the MaxNegativeCacheTtl registry key to the following subkey:
 +<code reg>
 +HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters
 +Name: MaxNegativeCacheTtl
 +Type: REG_DWORD
 +Value Data: 0 (default value: 5 seconds; set to 0 to disable caching)
 +</code>
 +
 +Alter the behavior when NLA retries domain detection.
 +<code reg>
 +HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters
 +Name: AlwaysExpectDomainController
 +Type: REG_DWORD
 +Value Data: 1
 +</code>
  • windows/client_os/nettype.txt
  • Last modified: 2021/10/13 09:58
  • by 127.0.0.1