-
4G 이상 메모리 활용 PAE 패치하기컴퓨터 2015. 7. 5. 13:01반응형
32비트 윈도의 경우 4G 이상의 메모리영역을 사용하지 못한다
물론 64비트 OS를 사용하면 되지만 피치 못한 경우 32에서 사용못하는 메모리를 활용가능한
PAE 패치를 통해 사용이 가능하다
http://wj32.org/wp/2013/10/25/pae-patch-updated-for-windows-8-1/
에 접속, PAE 패치를 다운받는다
압축을 풀어 보면 간단한 설명이 있긴하다
하지만 최근 KB3033929 업데이트를 설치 했다면 언인스톨을 해야 한다
이 업데이트는 : Microsoft security advisory: Availability of SHA-2 code signing support for Windows 7 and Windows Server 2008 R2: March 10, 2015
SHA-2 코드 사이닝을 지원한다고 하는데
Winload.exe 파일을 변경하여 패치가 되지 않는다
아마도 추후에 추가 업데이트가 나오지 않을까 생각된다
언인스톨 후
윈도 7
1. 관리자 권한으로 cmd.exe 실행
2. cd C:\Windows\system32
3. C:\WherePatchPaeIs\PatchPae2.exe -type kernel -o ntkrnlpx.exe ntkrnlpa.exe
Patchpae경로는 압축 푼 경로에 맞게
4. C:\WherePatchPaeIs\PatchPae2.exe -type loader -o winloadp.exe winload.exe
5. bcdedit /copy {current} /d "Windows 7 (PAE Patched)"
이 명령어를 치면 추가된 메뉴의 GUID 번호가 나온다 이 번호를 잘 복사해 둔 다음 그 GUID를 넣고 아래 명령어를 친다
6. bcdedit /set {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} kernel ntkrnlpx.exe
7.bcdedit /set {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} path \Windows\system32\winloadp.exe
8. bcdedit /set {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} nointegritychecks 1
이렇게 명령어를 마친 후 재부팅하여 PAE 패치된 윈도로 제대로 부팅이 된다면
9. bcdedit /set {bootmgr} default {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
명령어도 기본 부팅이 되게 변경을 한다
윈도 8
1. 관리자 권한으로 cmd.exe 실행
2. cd C:\Windows\system32
3. C:\WherePatchPaeIs\PatchPae2.exe -type kernel -o ntoskrnx.exe ntoskrnl.exe
Patchpae경로는 압축 푼 경로에 맞게
4. C:\WherePatchPaeIs\PatchPae2.exe -type loader -o winloadp.exe winload.exe
5. bcdedit /copy {current} /d "Windows 8 (PAE Patched)"
이 명령어를 치면 추가된 메뉴의 GUID 번호가 나온다 이 번호를 잘 복사해 둔 다음 그 GUID를 넣고 아래 명령어를 친다
6. bcdedit /set {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} kernel ntoskrnx.exe
7.bcdedit /set {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} path \Windows\system32\winloadp.exe
8. bcdedit /set {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} nointegritychecks 1
이렇게 명령어를 마친 후 재부팅하여 PAE 패치된 윈도로 제대로 부팅이 된다면
9. bcdedit /set {bootmgr} default {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
명령어도 기본 부팅이 되게 변경을 한다
반응형'컴퓨터' 카테고리의 다른 글
Windows 10 드라이브 자동업데이트, Windows Defender 끄기 (7) 2015.07.26 크롬 확장프로그램 (0) 2015.07.19 루비 QuickReference (0) 2015.06.06 msi 파일 설치시 Error reading from file 오류 (0) 2015.06.05 윈도 10 7월29일 출격 (0) 2015.06.02