Collections:
Other Resources:
Windows 8 intermittant sleep issues and energy.dll will not load
Have an intermittent issue (Windows 8/Dell Inspiron 660s) where PC will not sleep per the sleep timer contained in Power Options. When I open an elevated PowerShell cmd window and run 'powercfg /energy' I get an error indicating the following:
PS C:\Windows\system32> POWERCFG /ENERGY "energy.html" The Power Efficiency Diagnostic library (energy.dll) could not be loaded.
Think the energy report will be key in determining what is preventing sleep mode. I am able to manually put it to sleep, but the issue is related to sleep timer in plan
✍: Guest
The system file checker utility, Sfc.exe, allows administrators to scan all protected resources to verify their versions.
Files critical to restart Windows that do not match the expected Windows version may be replaced with the correct versions. If a file is repaired, the corresponding registry data is also repaired. Protected files not critical to restart Windows are not repaired.
Open an elevated command prompt. To do this, press Windows Key + Q, type CMD in the search box and right-click Command Prompt, and then click Run as administrator. If you are prompted for an administrator password or for a confirmation, type the password, or click Allow.
At the command prompt, type the following command, and then press ENTER:
sfc /scannow
The sfc /scannow command scans all protected system files and replaces incorrect versions with correct Microsoft Versions.
2015-10-01, 2007🔥, 0💬
Popular Posts:
What is "Office Software Protection Platform" in my Windows 7 service list? And how is "Office Softw...
Why am I getting errors when starting Apache server to load PHP as a module with php5apache2.dll? If...
How to verify IIS configuration for PHP scripts? If you have followed our Configuring IIS for PHP Sc...
A collection of 18 tutorials on Mozilla FireFox 2 covering: How to download and install Mozilla Fire...
How to remove DVDLauncher.exe from the startup application list to gain performance and reduce secur...