Although the VMware View Optimization Guide is always a good place to start when creating Golden Images for your View deployment, there are a few things that you pick up in real world deployments that come in handy.
Sometimes a virtual desktop shows up under Problem Desktops as “Agent Unreachable” but if you console into that that desktop you may find that Windows 7 just booted into startup repair mode. You can easily disable this from happening. Log into the Golden Image and open a command prompt as an Administrator and type in the following:
bcdedit /set {default} bootstatuspolicy ignoreshutdownfailures
This should stop Windows 7 from ever launching startup repair after a shutdown failure. You could also swap out ignoreshutdownfailures with ignoreallfailures if you wanted it to also ignore boot failures.
No comments:
Post a Comment