In the script on page 35 from the optimization guide found here www.vmware.com/files/pdf/VMware-View-OptimizationGuideWindows7-EN.pdf
I saw this line of script
rem Disable Machine Account Password Changes
reg ADD “HKLM\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters” /v DisablePasswordChange /t reg_dword /d 0 /f
Shouldnt the value be 1 instead of 0?