安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
Either leave the PC on and lock it with WINKEY+L when walking away.
Or turn it off.
set all timers to 0 (never)
powercfg -h off
Windows 10 (or 8/8.1) have introduced changed behavior to the traditional shutdown, where the kernel (but not your entire session) is hibernated instead of a full shutdown and fresh restart occurring (and disabling the full hibernate feature will change this as a side effect), but that aside this is all standard stuff that usually works fine.
As for the slow performance, it may bit normal for a PC to be a bit slow at startup, as it's still loading things. If it's really slow for a few minutes, you probably have a heavy something(s) demanding starting up with Windows.
Never is quite the absolute statement. If they never worked right, they likely wouldn't remain existing as options. I would imagine it works fine far, far, far more often than it doesn't.
It's easy to want to instruct others to do as we do when our own way of doings these might be really convenient and problem free for us, but if someone is seeking insight as the root of an issue, then telling them to forgo what causes it isn't an actual answer. That being said, I don't know if OP is seeking an answer so they can solve it and have proper sleep operation, or if they never instruct the PC to sleep and the automatic timer in the power options putting into sleep during idle was leading to a circumstance where the issue arose, and they just want to avoid the issue whether it means avoiding sleep or not.
Also it's not just sleep and hibernate you want to disable, but also power saving mode for your usb hubs in device manager. This is what causes game controllers to have various issues. But that's not the only reason.
Also it's not just sleep and hibernate you want to disable, but also power saving mode for your usb hubs in device manager. This is what causes game controllers to have various issues. But that's not the only reason.
And video drivers with good support for sleep have always been necessary for it to work well, so if it occurred after you got the AMD GPU, I'd presume it's the video drivers not playing well with it.
Sure, you can do those things if they have issues. My point was more that "never" is a strong and absolute word because for many people, it works fine, and for others they find the tradeoffs of using them worth it.
When I use sleep mode (I do have it disabled from entering sleep mode after a given time though), it is because I am instructing it to enter sleep mode and thus it isn't going to hinder me but more the opposite. It works well as an in-between state compared of shutting down and leaving the PC on, with most of the advantages of both. If I have a lot of applications open and want to preserve it as it is, or if I simply want a faster resume from "off" state to "on" state next time, sleep works well for me.
And some other things may be a hindrance, but it's all about trade offs. I don't need 3 (used to be more) hard drives spinning nonstop. Two of them are storage drives and the other is only for games (and not even all games as my OS drive/SSD has some). So yeah, when I first go to play one of the games on the game drive, or access my files on storage, I may have to wait for the drive to spin up, but that tradeoff is worth not having then running all that time I don't need them to.
Couple technical questions also. Does your computer ONLY become slow after you hard power it off? so for example if it WAS NOT in sleep mode and you powered it off like that would it still be slow? if yes than obviously it's not because of sleep.
I'm guessing you've tried powering off/back on the monitor?
I would suggest booting into your BIOS and checking there if there's a sleep mode option to disable or "Airplane mode" available. You want to disable one, if allowing the other (Windows hibernation or visa versa).
Both hitting the sleep mode at the same time commonly ends up with your issue. Otherwise it's a corrupted hibernation file.
Under an admin commend prompt or the power shell...
Disable Windows Hibernation:
powercfg -h off
Then re-enable if desired:
powercfg -h on
That would remove and then recreate the hibernation file, make sure there's plenty of hard drive space as it uses quite a bit.
S0 is an on and working state, S1 through S4 are different levels of sleep (S1 or S3 especially are what most know as "sleep" whereas S4 is "hibernate") and S5 is fully off.
https://docs.microsoft.com/en-us/windows-hardware/drivers/kernel/system-sleeping-states
This also shouldn't be confused with CPU C-states, which the CPU can enter when the PC itself isn't even sleeping. This is what things like SpeedStep and Cool'n'Quiet pertain to.
https://hardwaresecrets.com/everything-you-need-to-know-about-the-cpu-c-states-power-saving-modes/