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

비밀번호

댓글 작성자
 




... 46  47  48  49  [50]  51  52  53  54  55  56  57  58  59  60  ...
NoWriterDateCnt.TitleFile(s)
12396정성태11/3/20208415VS.NET IDE: 152. Visual Studio - "Tools" / "External Tools..."에 등록된 외부 명령어에 대한 단축키 설정 방법
12395정성태11/3/20209738오류 유형: 677. SSMS로 DB 접근 시 The server principal "..." is not able to access the database "..." under the current security context.
12394정성태11/3/20208155오류 유형: 676. cacls - The Recycle Bin on ... is corrupted. Do you want to empty the Recycle Bin for this drive?
12393정성태11/3/20208652오류 유형: 675. Visual Studio - 닷넷 응용 프로그램 디버깅 시 Disassembly 창에서 BP 설정할 때 "Error while processing breakpoint." 오류
12392정성태11/2/202012765.NET Framework: 959. C# 9.0 - (9) 레코드(Records) [4]파일 다운로드1
12390정성태11/1/202011033디버깅 기술: 173. windbg - System.Configuration.ConfigurationErrorsException 예외 분석 방법
12389정성태11/1/202010769.NET Framework: 958. C# 9.0 - (8) 정적 익명 함수 (static anonymous functions)파일 다운로드1
12388정성태10/29/202010223오류 유형: 674. 어느 순간부터 닷넷 응용 프로그램 실행 시 System.Configuration.ConfigurationErrorsException 예외가 발생한다면?
12387정성태10/28/202011009.NET Framework: 957. C# - static 필드의 정보가 GC Heap에 저장될까요? [3]파일 다운로드1
12386정성태10/28/202011254Linux: 34. 사용자 정보를 함께 출력하는 리눅스의 ps 명령어 사용 방법
12385정성태10/28/20209072오류 유형: 673. openssl - req: No value provided for Subject Attribute CN, skipped
12384정성태10/27/202010277오류 유형: 672. AllowPartiallyTrustedCallers 특성이 적용된 어셈블리의 struct 멤버 메서드를 재정의하면 System.Security.VerificationException 예외 발생
12383정성태10/27/202011162.NET Framework: 956. C# 9.0 - (7) 패턴 일치 개선 사항(Pattern matching enhancements) [3]파일 다운로드1
12382정성태10/26/20208889오류 유형: 671. dotnet build - The local source '...' doesn't exist
12381정성태10/26/202010548VC++: 137. C++ stl map의 사용자 정의 타입을 key로 사용하는 방법 [1]파일 다운로드1
12380정성태10/26/20207971오류 유형: 670. Visual Studio - Squash_FailureCommitsReset
12379정성태10/21/202010972.NET Framework: 955. .NET 메서드의 Signature 바이트 코드 분석 [1]파일 다운로드2
12378정성태10/15/202010389.NET Framework: 954. C# - x86/x64 환경에 따라 달라지는 P/Invoke 함수의 export 이름파일 다운로드1
12377정성태10/15/202011684디버깅 기술: 172. windbg - 파일 열기 시점에 bp를 걸어 파일명 알아내는 방법(Managed/Unmanaged)
12376정성태10/15/20208400오류 유형: 669. windbg - sos의 name2ee 명령어 실행 시 "Failed to request module list." 오류
12375정성태10/15/20209782Windows: 177. 윈도우 탐색기에서 띄우는 cmd.exe 창의 디렉터리 구분 문자가 'Yen(¥)' 기호로 나오는 경우 [1]
12374정성태10/14/202014397.NET Framework: 953. C# 9.0 - (6) 함수 포인터(Function pointers) [1]파일 다운로드2
12373정성태10/14/20209687.NET Framework: 952. OpCodes.Box와 관련해 IL 형식으로 직접 코딩 시 유의할 점
12372정성태10/13/202011499.NET Framework: 951. C# 9.0 - (5) 로컬 함수에 특성 지정 가능(Attributes on local functions)파일 다운로드1
12371정성태10/13/202010284개발 환경 구성: 519. Visual Studio의 Ctrl+Shift+U (Edit.MakeUppercase) 단축키가 동작하지 않는 경우
12370정성태10/13/202011183Linux: 33. Linux - nmcli를 이용한 고정 IP 설정
... 46  47  48  49  [50]  51  52  53  54  55  56  57  58  59  60  ...