Posted on 02/07/2021 7:07:51 AM PST by sushiman
“You just need to reestablish the setting.
Control Panel /
Power Options /
“Change when computer sleeps”..
Tried that when we first called Lenovo support - didn’t help .
...anybody else experience this problem ?
Not since I switched to Linux.
How are you making out? I must disable hibernation to get mine to sleep.
Command prompt (admin)
powercfg -h off
Note that you can make your own shutdown script. Go to https://docs.microsoft.com/en-us/sysinternals/downloads/psshutdown and download and install PsTools . Then right click on the Desktop and chose New > shortcut, and paste C:\Windows\System32\psshutdown.exe -d -t 0 (that is a letter, not a zero) in the Location field. Then create shortcut keys on your keyboard (hold down the keys like Alt and X).
It’s usually a device waking up the machine.
Click Start > Run > type ‘cmd’ (no quotes)
In the command window, type:
powercfg /devicequery wake_armed
That will show you a list of devices that can wake your machine. Now click Start > Run > type devmgmt.msc
This will bring up Device Manager with all of the devices attached to your machine. This part might be a bit tricky, but you have to find the devices that correlate to the list from the power config output.
For instance, if you see something like “Intel Ethernet Connection,” this is likely under the “Network Adapters” heading in the Device Manager. Double-click that entry, and you should see a tab in the window that says “Power Management.” Remove the check mark from the box that says “Allow this device to wake the computer.”
This link may also help:
Let us know how it goes.
Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.