2024年3月9日发(作者:)
百度文库 - 让每个人平等地提升自我
32位破解4G内存
我的机器4G 也没有完全识别 应该电脑主板原因,太老的机器,只有,
***************************************************************************
以下部分是破解详细步骤。
首先下载文档最下。方的补丁文件。
以上是目录结构,里面有readme文件,大家可以自行查看,这里详解该文件的内容
Tested on: Windows Vista SP2, Windows 7 SP0, Windows 7 SP1, Windows 8, Windows
Open an elevated Command Prompt window.
2. cd C:Windowssystem32.
Make sure the current directory is in fact system32.
C: -type kernel -o
This will patch the kernel to enable a maximum of 128GB of RAM.
此命令是将内核打补丁支持最大128GB的RAM
[[ For Windows Vista and Windows 7: ]] C: -type kernel -o
This will patch the kernel to enable a maximum of 128GB of RAM.
此命令是将内核打补丁支持最大128GB的RAM
4. C: -type loader -o
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}.
此命令是创建一个新的启动菜单。回车后出现以下信息:
英文系统:The entry was successfully copied to {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
中文系统:已将该项成功复制到 {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
然后复制得到的一串字符串{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx},把下面的所有xxxxx…
1
百度文库 - 让每个人平等地提升自我
都替换成这个字符串。
[[ For Windows 8 and Windows : ]]
6. bcdedit /set {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} kernel
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
This will set our boot entry to load our patched kernel.
此命令是使启动项加载的补丁的内核
7. bcdedit /set { xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx path Windowssystem32
This will set our loader to be our patched loader.
此命令是使系统启动时加载本补丁。
8. bcdedit /set { xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx } nointegritychecks 1
This will disable verification of the loader.
此命令是使系统启动时禁用验证本补丁。
9. bcdedit /set {bootmgr} default { xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx }
This will set our boot entry to be the default.
此命令是设置默认启动项为 Windows 8 PAE Open。
10. bcdedit /set {bootmgr} timeout 8
This will set the timeout to be shorter.
Note: you can change this timeout to whatever you like.
此命令是设置启动菜单停留时间。后面的8是8秒选择时间,自己可以任意设置。
11. Restart the computer and enjoy.
重启完成
整理不愿意一个个看得直接按下面酌行复制
Win8和用户
1. 以管理员身份打开命令提示符,不会的上面有详细介绍怎么弄
2. 把复制到 C 盘根目录
3. C: -type kernel -o
4. C: -type loader -o
5. bcdedit /copy {current} /d "Windows (PAE Patched)"
这里会得到提示:
中文系统:已将该项成功复制到 {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
吧后面花括号里的字符串复制出来,然后下面的6——10行的命令中{xxxxxxxx-xxxx-
xxxx-xxxx-xxxxxxxxxxxx}全部换成这个所得到的字符串。
/******************************************************************************
一个个打肯定麻烦,在命令行中其实是可以复制的,大家右键->标记->选中字符串->右键,
然后出来找个文本文档直接ctrl+v粘贴就复制出来了。
******************************************************************************/
2
百度文库 - 让每个人平等地提升自我
6. bcdedit /set {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} kernel
7. bcdedit /set { xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx path Windowssystem32
8. bcdedit /set { xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx } nointegritychecks 1
9. bcdedit /set {bootmgr} default { xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx }
10. bcdedit /set {bootmgr} timeout 8
11. 重启
Vista 和 win7用户
1. 以管理员身份打开命令提示符,不会的上面有详细介绍怎么弄
2. 把复制到 C 盘根目录
3. C: -type kernel -o
4. C: -type loader -o
5. bcdedit /copy {current} /d "Windows (PAE Patched)"
这里会得到提示:
中文系统:已将该项成功复制到 {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
吧后面花括号里的字符串复制出来,然后下面的6——10行的命令中{xxxxxxxx-xxxx-
xxxx-xxxx-xxxxxxxxxxxx}全部换成这个所得到的字符串。
/******************************************************************************
一个个打肯定麻烦,在命令行中其实是可以复制的,大家右键->标记->选中字符串->右键,
然后出来找个文本文档直接ctrl+v粘贴就复制出来了。
******************************************************************************/
6. bcdedit /set {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} kernel
7. bcdedit /set { xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx path Windowssystem32
8. bcdedit /set { xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx } nointegritychecks 1
9. bcdedit /set {bootmgr} default { xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx }
10. bcdedit /set {bootmgr} timeout 8
11. 重启
开机选择第一个启动项目Windows 8 PAE Open 就可以看到效果,第二个启动菜单是没有破
解前
不想每次开机都出现启动菜单的用户请看:
右键我的电脑->高级系统设置(左侧菜单栏)->高级->启动和故障恢复右下角的设置->
选择你默认的操作系统(Windows 8 PAE Open 破解效果,另一个是未破解效果,自己选择想
要的)->把下面的显示操作系统列表的时间前面的复选框去掉,确定,应用后重启看效果。
补丁文件下载:
3
百度文库 - 让每个人平等地提升自我
4
百度文库 - 让每个人平等地提升自我
5


发布评论