A Confused Programmer's Blog

This blog is dedicated to C# and Java programming that I happen to do for living – with accent on curious cases and with sincere intent to make the world of coding a slightly better place as a result

Enable ‘system standby’ capability of your XP virtual machine

In my recent attempts to set automatic power management of virtual machines I ran into a problem of few virtual machines running XP operating system not supporting standby option:

C:\Documents and Settings\Administrator>powercfg /a
The following sleep states are not available on this system:
Standby (S1)
Standby (S2)
Standby (S3)
Hibernate

I solved this issue by updating vmware tools on vm (by the way, we are talking about VMware ESXi 4.1.0). And this is how power capabilities look after vmware tools update:

C:\Documents and Settings\Administrator>powercfg /a
The following sleep states are available on this system: Standby ( S1 ) Hibernate
The following sleep states are not available on this system:
Standby (S2)
Standby (S3)

Conclusion: keep your vmware tools updated on the vms.

Comments are closed.

Subscribe to email feed

  • RSS
  • Delicious
  • Digg
  • Facebook
  • Twitter
  • Linkedin
  • Youtube

REST Assured and une

If you stumbled onto this article, it is safe to ...

Getting rid of Error

Since I upgraded my Windows 8 to Windows 10, I ...

Bypassing EULA step

We are working on automated testing of virtual appliance. This appliance ...

How I got rid of "Ac

OVF is a VMware virtual appliance format which allows you ...

My use-case of Perfo

In my blog I am set on a mission to ...

Twitter updates

RSS not configured