윈도우 / PE 원도우10 32비트 4기가 이상 메모리 사용
2016.12.29 14:31
https://wj32.org/wp/2016/02/01/pae-patch-updated-for-windows-10/ Today I updated to Windows 10 1607 (kernel 14393.447) 현재 그이상 버전도 됩니다. 제가 사용중 테라텍 6불을 사용 하기에 32비트를 8기가 이상 쓰지만 드라이버 문제 때문에(어떤 문제든) 32 비트 원도우 사용시
사용 가능 합니다.
PatchPAE3_2016_08_15__버전은 다운 받고
https://www.mediafire.com/download/75cl6cckllcubv9/PatchPAE3_2016_08_15.zip
PatchPae (v2) by wj32.
Tested on: Windows Vista SP2, Windows 7 SP0, Windows 7 SP1, Windows 8, Windows 8.1, Windows 10 (build 10586)
== Installation ==
1. Open an elevated Command Prompt window.
2. cd C:\Windows\system32.
Make sure the current directory is in fact system32.
[[ For Windows 8, Windows 8.1 and Windows 10: ]]
3. C:\WherePatchPaeIs\PatchPae3.exe -type kernel -o ntoskrnx.exe ntoskrnl.exe
This will patch the kernel to enable a maximum of 128GB of RAM.
[[ For Windows Vista and Windows 7: ]]
3. C:\WherePatchPaeIs\PatchPae3.exe -type kernel -o ntkrnlpx.exe ntkrnlpa.exe
This will patch the kernel to enable a maximum of 128GB of RAM.
4. C:\WherePatchPaeIs\PatchPae3.exe -type loader -o winloadp.exe winload.exe
This will patch the loader to disable signature verification.
5. bcdedit /copy {current} /d "Windows (PAE Patched)"
This will create a new boot entry. A message should appear:
The entry was successfully copied to {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}.
[[ For Windows 8, Windows 8.1 and Windows 10: ]]
6. bcdedit /set {f2adf2b1-ca6c-11e6-a9f7-6c626d3f866a} kernel ntoskrnx.exe
This will set our boot entry to load our patched kernel.
[[ For Windows Vista and Windows 7: ]]
6. bcdedit /set {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} kernel ntkrnlpx.exe
This will set our boot entry to load our patched kernel.
7. bcdedit /set {f2adf2b1-ca6c-11e6-a9f7-6c626d3f866a} path \Windows\system32\winloadp.exe
This will set our loader to be our patched loader.
8. bcdedit /set {f2adf2b1-ca6c-11e6-a9f7-6c626d3f866a} nointegritychecks 1
This will disable verification of the loader.
9. bcdedit /set {bootmgr} default {f2adf2b1-ca6c-11e6-a9f7-6c626d3f866a}
This will set our boot entry to be the default.
10. bcdedit /set {bootmgr} timeout 2
This will set the timeout to be shorter.
Note: you can change this timeout to whatever you like.
11. Restart the computer and enjoy.
== Removal ==
To remove the patch:
* Run msconfig, click Boot, highlight the entry named "Windows (PAE Patched)", and click Delete.
* Delete the files ntoskrnx.exe (or ntkrnlpx.exe) and winloadp.exe from C:\Windows\system32.
== Updates ==
When Windows Update installs new updates on your computer, you should run Step 3 again to ensure
that you have the latest version of the kernel.
댓글 [7]
-
무노 2016.12.29 16:28
-
청년백서 2016.12.29 16:38
네 테라텍 6불은 64비트 원도우에서 오류를 뿜고 제어판이 제대로 동작 하지 않으며 64비트 drv가
제대로 소릴를 들려 주질 못합니다..
울며 겨자 먹기 이죠...
-
퍄츠무 2016.12.29 20:13
저두 4기가라서 32비트 lite에 pae패치로 4기가 인식하면 가볍지 않을까 싶었는데...
물론 가볍긴한데.....유일하게 간간히 하는 게임인 디아블로3진행중 오류로 튕기는 현상이 발생하더군요......
일단 뭐때문인지는 모르것지만 어디서 내장그래픽의경우 pae패치가 불안정하다는 이야기를 들은적은 있어요
-
DarknessAngel 2016.12.30 05:39
내장 쓰신다면 PAE 절대 하지마세요
심하면 부트후 수시로 BSOD뜨거나, 부트도중에 뜨더군요
-
프리네 2016.12.30 03:15
자료 감사합니다.
-
에드힐스 2016.12.30 15:52 요즘나오는 최신게임은 100프로 64비트지원이라 윈도우10 64비트 사용합니다. 이 방법 패치하면 추후에 불안정할수도 있다고 하네요
-
엔달러 2016.12.30 20:41
예전에도 이런 거 있었는데.
인텔 내장 또는 Nvidia 지포스 vga 쓰면 부팅에서 에러났어요. amd는 가능하다고 하고.
이거는 그거 해결된 거려나요?
감사합니다.
그런데 궁금한데 이렇게 프로그램을 설치하는것보다
64비트를 설치를 하는게 낮지않을까요