本帖最后由 朱哥zlm 于 2026-9-12 21:11 编辑
自用NTLite Business 2025.08.10552 轻微精简 Windows11 LTSC2024 26200.9168 配置文件无更新 经过多年精简发现精简太多各种问题。。。
https://wwbpi.lanzouv.com/iW3F3484gcoj 这是Windows11 LTSC 2024
https://wwbpi.lanzouv.com/ib3RN485ykuh 这是Windows10 22H2专业版 大概说明看19楼和21楼
使用我的2个配置文件时 先打开搜索以下2行代码 其中的 ZHU GE 是我的用户名 改成你自己的用户名 保存后 再导入NTLite
<DisplayName>ZHU GE</DisplayName>
<Path>net user Administrator /fullname:"ZHU GE"</Path>
注意事项:
1.已设置默认输入法为英语美式键盘 安装好系统后把拼音输入法的设置-按键-模式切换 所有都不勾选 这样按WIN徽标键+空格实现英文和拼音切换 也可以自己设置喜欢的切换快捷键 这样做是为了避免玩游戏时无论怎么设置输入法但是还能打出中文 还要手动安装英语美式键盘再改设置 如果不喜欢可以在精简时的无人值守页面把英语美式键盘改成中文就可以了
2.使用我的配置文件时 先打开搜索以下2行代码 其中的 ZHU GE 是我的用户名 改成你自己的用户名 保存后 再导入NTLite
<DisplayName>ZHU GE</DisplayName>
<Path>net user Administrator /fullname:"ZHU GE"</Path>
3.配置文件集成了最新的DX9.0C和运行库1.0.5还有自己从Wise Care 365 Pro 8.0.5.733软件提取的优化注册表和Wub_x64.exe这个是禁止系统更新的 都在压缩包里 因为每个人精简时的目录不同 导入配置时提示没有相关文件 所以需要的人 再手动添加下以上项目 静默参数在配置文件里按CtrL+f 搜索软件名字可以找到 所有以上集成的软件和注册表文件不需要的可以不用添加
4.NTLite精简时后期任务里的登陆后除集成软件 另外的代码都是服务优化 对应在配置文件的以下内容 总共禁用了9个服务 1个打印服务设为手动 蓝牙没关 不想对服务做任何改动的删除这些代码即可
<Item type="20">
<Path>sc config DiagTrack start= disabled && sc stop DiagTrack</Path>
<Params></Params>
<Index>1002</Index>
</Item>
<Item type="20">
<Path>reg add "HKLM\SYSTEM\CurrentControlSet\Control\WMI\Autologger\DiagTrack-Listener" /v "Start" /t REG_DWORD /d 0 /f</Path>
<Params></Params>
<Index>1003</Index>
</Item>
<Item type="20">
<Path>sc config DPS start= disabled && sc stop DPS</Path>
<Params></Params>
<Index>1004</Index>
</Item>
<Item type="20">
<Path>sc config DoSvc start= disabled && sc stop DoSvc</Path>
<Params></Params>
<Index>1005</Index>
</Item>
<Item type="20">
<Path>sc config diagsvc start= disabled && sc stop diagsvc</Path>
<Params></Params>
<Index>1006</Index>
</Item>
<Item type="20">
<Path>sc config Spooler start= demand</Path>
<Params></Params>
<Index>1007</Index>
</Item>
<Item type="20">
<Path>sc config WSearch start= disabled && sc stop WSearch</Path>
<Params></Params>
<Index>1008</Index>
</Item>
<Item type="20">
<Path>sc config wisvc start= disabled && sc stop wisvc</Path>
<Params></Params>
<Index>1009</Index>
</Item>
<Item type="20">
<Path>sc config WMPNetworkSvc start= disabled && sc stop WMPNetworkSvc</Path>
<Params></Params>
<Index>1010</Index>
</Item>
<Item type="20">
<Path>sc config UsoSvc start= disabled && sc stop UsoSvc</Path>
<Params></Params>
<Index>1011</Index>
</Item>
<Item type="20">
<Path>sc config dmwappushservice start= disabled && sc stop dmwappushservice</Path>
<Params></Params>
<Index>1012</Index>
</Item>
5.NTLite设置默认黑色主题等其他设置 不满意的自己NTLite精简时重新设置 另外没有搞活 自己解决!!!
精简了以下项目:
<c>appv '应用程序虚拟化(App-V)'</c>
<c>assembly.net '.NET assembly 缓存'</c>
<c>backup '备份与恢复'</c>
<c>bingsearch 'Bing Search (InboxApp)'</c>
<c>clouddownload 'Windows Recovery(WinRE) - 云下载'</c>
<c>cloudnotifications 'Cloud Notifications(云通知)'</c>
<c>copilotpwa 'Windows Copilot (InboxApp)'</c>
<c>desktopimgdownldr '桌面图片下载器'</c>
<c>edgeupdate 'Microsoft Edge Update'</c>
<c>enterprisedataprotection '企业数据保护 (EDP/WIP)'</c>
<c>guardedhost '受保护的主机'</c>
<c>lcu '累积更新缓存 (LCU)'</c>
<c>manifestbackup 'Manifest 备份 (WinSxS\Backup)'</c>
<c>mapcontrol '地图控制'</c>
<c>microsoft.ecapp '目视控制'</c>
<c>microsoft.microsoftedge 'Microsoft Edge (Legacy)'</c>
<c>microsoft.microsoftedge.stable 'Microsoft Edge (Chromium)'</c>
<c>microsoft.microsoftedgedevtoolsclient 'Microsoft Edge DevTools 客户端'</c>
<c>microsoft.sechealthui 'Windows Defender'</c>
<c>microsoft.windows.apprep.chxapp 'SmartScreen'</c>
<c>microsoft.windows.contentdeliverymanager '内容传递管理器'</c>
<c>microsoft.windows.peopleexperiencehost 'Windows Shell Experience'</c>
<c>microsoftwindows.client.aix 'Windows Copilot (Windows 功能体验包)'</c>
<c>migwiz '轻松传送'</c>
<c>mixedreality 'Windows Mixed Reality(混合现实)'</c>
<c>pushnotificationssvc 'Windows 推送通知服务 (系统)'</c>
<c>retaildemo '零售演示内容'</c>
<c>securestartup 'BitLocker 磁盘加密'</c>
<c>securitycenter '安全中心'</c>
<c>startexperiencesapp 'Start Experiences (InboxApp)'</c>
<c>systemreset 'Windows 系统重置'</c>
<c>systemrestore '系统恢复'</c>
<c>targetedcontent32 'Targeted Content service(定向内容服务) - 32-位'</c>
<c>uev '用户体验虚拟化(UE-V)'</c>
<c>wallet '钱包服务'</c>
<c>webthreatdefense 'Web Threat Defense Service'</c>
<c>widgetsplatformruntimeapp 'Widgets Platform Runtime (InboxApp)'</c>
<c>windowstogo 'Windows To Go'</c>
<c>winre 'Windows Recovery(WinRE)'</c>
<c>winrewim 'Windows Recovery(WinRE) - winre.wim'</c>
以前年轻气盛 不顺眼的全干掉。。。现在搞不动了 留着吧。。。感觉挺顺滑的。。。不折腾了。。。算是留个脚印!!!
|