So it seems there are many questions asking how to detect when a system enters Connected Standby, but I'm looking to actually cause it to happen.
Reason is, simply calling the SetPowerState(Sleep)
methods in C# no longer works if Connected Standby is enabled (doesn't do a darn thing whatsoever), and my app that puts the system to sleep therefore no longer works.
Note: I don't want to wake up the system, I want to do the equivalent of clicking Start -> Power -> Sleep.