|
本帖最后由 wc006 于 2018-10-25 16:02 编辑
首先声明,感谢hzican
1、精简方法来自:http://bbs.wuyou.net/forum.php?mod=viewthread&tid=377770
2、成品来自:http://bbs.wuyou.net/forum.php?m ... &extra=page%3D3
这个版本的意义在于定制,想要什么功能就加什么功能,不想要的功能也可以删除掉。
具体如何制作需要问原作者,我也不会定制。
不能使用鼠标键盘问题:可以使用笔记本电脑,用自带的键盘和触摸板就了。台式机不会用。
具体方法如下:
1、使用原版ISO文件 cn_windows_7_ultimate_with_sp1_x86_dvd_618763.iso 或者 cn_windows_7_ultimate_with_sp1_x86_dvd_u_677486.iso手工精简,不知道这两个版本有什么区别? 下载地址参考:http://msdn.itellyou.cn
2、使用dism或者wimlib从install.wim导出第五个版本(旗舰版)的安装镜像文件, wimlib下载地址参考: http://wimlib.net,
从ISO文件的sources文件夹解压缩install.wim至Z盘,用命令导出第5个版本
- wimlib-imagex export z:\install.wim 5 z:\0.wim
复制代码
3、把附件Z-ok.7z全部文件解压缩至Z盘,可以按照下面命令运行,也可运行run.cmd
- md z:\0
- dism /ScratchDir:z:\temp /Mount-Wim /WimFile:z:\0.wim /Index:1 /MountDir:z:\0
- dism /ScratchDir:z:\temp /Image:z:\0 /Disable-Feature /FeatureName:"WindowsGadgetPlatform" /FeatureName:"InboxGames" /FeatureName:"More Games" /FeatureName:"Solitaire" /FeatureName:"SpiderSolitaire" /FeatureName:"Hearts" /FeatureName:"FreeCell" /FeatureName:"Minesweeper" /FeatureName:"PurblePlace" /FeatureName:"Chess" /FeatureName:"Shanghai" /FeatureName:"Internet Games" /FeatureName:"Internet Checkers" /FeatureName:"Internet Backgammon" /FeatureName:"Internet Spades" /FeatureName:"MediaPlayback" /FeatureName:"WindowsMediaPlayer" /FeatureName:"MediaCenter" /FeatureName:"OpticalMediaDisc" /FeatureName:"NetFx3" /FeatureName:"TabletPCOC" /FeatureName:"Printing-Foundation-Features" /FeatureName:"Printing-Foundation-InternetPrinting-Client" /FeatureName:"FaxServicesClientPackage" /FeatureName:"MSRDC-Infrastructure" /FeatureName:"Printing-XPSServices-Features" /FeatureName:"Internet-Explorer-Optional-x86" /FeatureName:"Xps-Foundation-Xps-Viewer" /FeatureName:"SearchEngine-Client-Package"
- dism /ScratchDir:z:\temp /Unmount-Wim /MountDir:z:\0 /Commit
- wimlib-imagex update z:\0.wim < z:\w_rd.txt
- wimlib-imagex update z:\0.wim < z:\w_del.txt
- wimlib-imagex update z:\0.wim < z:\w_upd.txt
- wimlib-imagex optimize z:\0.wim --recompress
复制代码
4、最后得到0.wim,文件大约131M左右,进入winpe,推荐使用WEPE(好用无毒),用winntsetup工具安装0.wim正常安装,安装过程中会报错,应该是引导bootmgr和bcd文件的原因。手动添加这2个文件到C盘(附件有),安装好系统只占400M左右,功能非常少,
5、假如觉得过程太麻烦,提供GHO文件下载,直接恢复到C盘就可以了。下载地址:
boot-boogmgr.7z
(310.33 KB, 下载次数: 137)
链接: https://pan.baidu.com/s/1b2vNmKSvLCKJZCGi6Qh0uA 提取码: jpjf
|
评分
-
查看全部评分
|