• Indispensable Settings:
1. - Changing
Device Manager settings -
Network Adapters, Keyboard, Mice and other pointing devices,
For each device,
Click the Power Management tab,
and remove the check next to "Allow this device to wake the computer" option.
( --- includes "WOL [Wake On LAN] inhibit" )
i.e.
☑ Allow this device to wake the computer
⇓
force to change
☐ Allow this device to wake the computer
2. - Changing
Power Option settings -
2.1 Never sleep/ stop
Control Panel, System and Security, and then click Power Options,
|--- Open "
Sleep" item, then, set the distance of time into the sleeping. (i.e. "Never sleep")
"Sleep after" ⇒ Never (or, Set
0 [ = ∞] Minutes )
"Hibernate after" ⇒ Never (or, Set
0 [ = ∞] Minutes )
|--- Open "
Hard disk" item, then, set "Never stop".
"Turn off hard disk after" ⇒ Never (or, Set
0 [ = ∞] Minutes )
2.2 Untouchable battery
Desktop, please not to touch the battery options for note-PC.
Set disable all battery options by using
POWERCFG DOS command.
Please execute the next 2 batch jobs
q.bat and
Battery.bat.
(Copy&Paste next each
text image to the Notepad, and save them as
"q.bat" and
"Battery.bat" under your temporary folder. q.bat generates the verification file named q.txt. Battery.bat also Battery.txt)
- Active Plan watching - batch job:
Rem // This is q.bat
powercfg -L > q.txt
echo ================== >>q.txt
powercfg -q >> q.txt
pause
- Active Plan, Battery part changing - batch job:
(--- Set, Action = "Do Nothing", threshold level = "0%" [ here, 0% intends that anytime is in safety-level.] )
Rem // This is Battery.bat
powercfg -q SCHEME_CURRENT SUB_BATTERY >Battery.txt
rem before image
echo ------------ >>Battery.txt
POWERCFG -SetAcValueIndex SCHEME_CURRENT SUB_BATTERY BATACTIONCRIT 0
POWERCFG -SetDcValueIndex SCHEME_CURRENT SUB_BATTERY BATACTIONCRIT 0
rem in critcal, DC Do nothing
POWERCFG -SetAcValueIndex SCHEME_CURRENT SUB_BATTERY BATLEVELLOW 0
POWERCFG -SetDcValueIndex SCHEME_CURRENT SUB_BATTERY BATLEVELLOW 0
POWERCFG -SetAcValueIndex SCHEME_CURRENT SUB_BATTERY BATLEVELCRIT 0
POWERCFG -SetDcValueIndex SCHEME_CURRENT SUB_BATTERY BATLEVELCRIT 0
POWERCFG -SetAcValueIndex SCHEME_CURRENT SUB_BATTERY bcded951-187b-4d05-bccc-f7e51960c258 0
POWERCFG -SetDcValueIndex SCHEME_CURRENT SUB_BATTERY bcded951-187b-4d05-bccc-f7e51960c258 0
POWERCFG -SetAcValueIndex SCHEME_CURRENT SUB_BATTERY BATACTIONLOW 0
POWERCFG -SetDcValueIndex SCHEME_CURRENT SUB_BATTERY BATACTIONLOW 0
POWERCFG -SetAcValueIndex SCHEME_CURRENT SUB_BATTERY f3c5027d-cd16-4930-aa6b-90db844a8f00 0
POWERCFG -SetDcValueIndex SCHEME_CURRENT SUB_BATTERY f3c5027d-cd16-4930-aa6b-90db844a8f00 0
powercfg -q SCHEME_CURRENT SUB_BATTERY >>Battery.txt
rem after image
pause
Story: Win7 Desktop logic sometimes checks the Battery Level status, and falls in a shutdown maze.
---- Is it true? (--- Windows 7's behavior is very odd.)
Link free. (C) 2012, Unbootable. All Rights Reserved. [This is a child page.]