Changes between Version 4 and Version 5 of FAQ_nuggets


Ignore:
Timestamp:
May 18, 2011, 2:42:49 AM (14 years ago)
Author:
Fred T. Hamster
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ_nuggets

    v4 v5  
    2121One partial remedy is to disable the password change activity in Windows to reduce the chances of your VM being dropped from the domain.  This is done by adding a value in the registry key:
    2222
     23{{{
    2324  HKEY_LOCAL_MACHINES\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters
     25}}}
    2426
    2527called DisablePasswordChange, which should be of type REG_DWORD and have a value of 1.
     
    2729This can be done from the Windows command line with this command:
    2830
     31{{{
    2932   reg add HKLM\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters /v DisablePasswordChange /t REG_DWORD /d 1 /f
     33}}}
    3034
    3135