Microsoft MVP성태의 닷넷 이야기
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

컴퓨터를 재부팅하면 절전(Power Saver) 전원 모드로 돌아가는 경우

이상하군요. 현재 쓰고 있는 노트북에서,

새로운 노트북 - 삼성 센스 NT700Z5C-S88 크로노스(Chronos 7)
; https://www.sysnet.pe.kr/0/0/449

분명히 "High performance" 모드로 설정을 바꾸었는데 재부팅만하면 전원 모드가 "Power Saver"로 바뀝니다. 이와 관련된 보고가 있군요.

windows 8 power plan reverts to power saver 
; http://answers.microsoft.com/en-us/windows/forum/windows_8-performance/windows-8-power-plan-reverts-to-power-saver/87be5582-83c2-4ecb-90f6-fb20a2fc3578

델과 삼성 노트북의 경우에 이런 현상이 있는 것 같은데요. 각각 독자적인 전력 정책을 제공하고 있어서 그런 듯 합니다. 하지만 애석하게도 삼성 모델의 경우 관련 전력 모드에 대한 별도 설정이 전용 프로그램(C:\Program Files (x86)\Samsung\Settings\sSettings.exe)에서 제공되지 않습니다.

delete_power_plan_0.png

그래도 포기할 수 없습니다. ^^ 그렇다면... 아예 "Power Saver" 모드를 삭제하는 것을 고려해 봐야겠습니다.

How To Delete Built-in Windows 7 Power Plans (and Why You Probably Shouldn’t)
; http://www.howtogeek.com/howto/16206/how-to-delete-built-in-windows-7-power-plans-and-why-you-probably-shouldnt/

위의 글에 나오는 것처럼, 현재 등록된 전력 관리 모드를 다음과 같이 확인할 수 있습니다. (관리자 권한으로 cmd.exe를 띄웠습니다.)

C:\WINDOWS\system32>powercfg list

Existing Power Schemes (* Active)
-----------------------------------
Power Scheme GUID: 381b4222-f694-41f0-9685-ff5bb260df2e  (Balanced)
Power Scheme GUID: 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c  (High performance) *
Power Scheme GUID: a1841308-3541-4fab-bc81-f71556f20b4a  (Power saver)
Power Scheme GUID: a78631dd-79d4-4e62-a89c-04ce60bc0d8c  (Samsung Optimized)

"Power saver" 모드를 삭제하기 전에, 혹시 다음에도 쓸지 모르니 복원할 수 있도록 우선 저장해 둡니다.

D:\Settings>powercfg /export power_saver.xml a1841308-3541-4fab-bc81-f71556f20b4a

그리곤, 이렇게 지우면 됩니다. ^^

D:\Settings>powercfg /delete a1841308-3541-4fab-bc81-f71556f20b4a

제어판의 전력 관리 설정에서 확인해 보면, 이렇게 "Power saver" 설정이 삭제된 것을 알 수 있습니다.

delete_power_plan_1.png

이렇게 지웠는데, 남아 있는 다른 전원 모드로 또 변경된다면...? 음... 그땐 "High performance" 하나만 남기고 다 지워야겠지요. ^^





[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]







[최초 등록일: ]
[최종 수정일: 2/17/2015]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




... 61  62  63  64  65  66  67  68  [69]  70  71  72  73  74  75  ...
NoWriterDateCnt.TitleFile(s)
11905정성태5/21/201910508.NET Framework: 834. C# - 폴더 경로 문자열에서 "..", "." 표기를 고려한 최종 문자열을 얻는 방법 - 두 번째 이야기
11904정성태5/21/201916648.NET Framework: 833. C# - Open Hardware Monitor를 이용한 CPU 온도 정보 [1]파일 다운로드1
11903정성태5/21/201911682오류 유형: 540. .NET Core - System.PlatformNotSupportedException: The named version of this synchronization primitive is not supported on this platform.
11902정성태5/21/201910860오류 유형: 539. mstest 실행 시 "The directory name is invalid." 오류 발생
11901정성태5/21/201911995오류 유형: 538. msbuild 오류 - Could not find a part of the path '%LOCALAPPDATA%\Temp\2\.NETFramework,Version=v4.0.AssemblyAttributes.cs'
11900정성태5/18/201911292오류 유형: 537. "sfc /scannow" 실행 중 시스템이 부팅되는 현상
11899정성태5/17/201912271Linux: 9. Linux에서 윈도우의 OutputDebugString 대신 사용할 수 있는 syslog [1]
11898정성태5/16/201913639VC++: 130. C++ string의 c_str과 data 함수의 차이점 [3]
11897정성태5/16/201920228오류 유형: 536. Visual Studio - "Developer Pack"을 설치했는데도 "대상 프레임워크" 목록에 나오지 않는 경우 [2]
11896정성태5/15/201915012개발 환경 구성: 440. C#, C++ - double의 Infinity, NaN 표현 방식파일 다운로드1
11895정성태5/12/201913405.NET Framework: 832. ML.NET Model Builder - 회귀(Regression), 다중 분류(Multi-class classification) 예제파일 다운로드1
11894정성태5/10/201914559VS.NET IDE: 135. Visual Studio - ML.NET Model Builder 소개 [5]
11893정성태5/10/201912281오류 유형: 535. C# 6.0 이상의 문법을 컴파일 시 오류가 발생한다면?
11892정성태5/10/201912341웹: 38. HTTP Cookie의 expires 시간 형식(RFC7231)
11891정성태5/9/201914838.NET Framework: 831. (번역글) .NET Internals Cookbook Part 12 - Memory structure, attributes, handles
11890정성태5/8/201910553개발 환경 구성: 439. "Visual Studio Enterprise is required to execute the test." 메시지와 관련된 코드 기록
11889정성태5/8/201911318개발 환경 구성: 438. mstest, QTAgent의 로그 파일 설정 방법
11888정성태5/8/201926460.NET Framework: 830. C# - 비동기 호출을 취소하는 CancellationToken의 간단한 예제 코드 [1]파일 다운로드1
11887정성태5/8/201913119.NET Framework: 829. C# - yield 문을 사용할 수 있는 메서드의 조건
11886정성태5/7/201912164오류 유형: 534. mstest.exe 실행 시 "Visual Studio Enterprise is required to execute the test." 오류 [2]
11885정성태5/7/20199156오류 유형: 533. mstest.exe 실행 시 "File extension specified '.loadtest' is not a valid test extension." 오류 발생
11884정성태5/5/201912847.NET Framework: 828. C# DLL에서 Win32 C/C++처럼 dllexport 함수를 제공하는 방법 - 두 번째 이야기
11883정성태5/3/201917081.NET Framework: 827. C# - 인터넷 시간 서버로부터 받은 시간을 윈도우에 적용하는 방법파일 다운로드1
11882정성태5/2/201914040.NET Framework: 826. (번역글) .NET Internals Cookbook Part 11 - Various C# riddles파일 다운로드1
11881정성태4/28/201914321오류 유형: 532. .NET Core 프로젝트로 마이그레이션 시 "CS0579 Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute" 오류 발생
11880정성태4/25/201911087오류 유형: 531. 이벤트 로그 오류 - Task Scheduling Error: m->NextScheduledSPRetry 1547, m->NextScheduledEvent 1547
... 61  62  63  64  65  66  67  68  [69]  70  71  72  73  74  75  ...