0
点赞
收藏
分享

微信扫一扫

[朝花夕拾][19H2]Win10.0.18363.2158微调-养老专用

郝春妮 2022-04-01 阅读 16
windows

来源与测试

以UUP下载的18363.2158为母盘,包含专业版、专业工作站版、ioT企业版三个分支

在轻度精简的同时,尽量保持镜像完整性,支持WinRE恢复,支持WinBoot原生安装和WTG、子系统等各种功能,还可以更新喔~

实测4GB分配占用1GB左右,主要优化和精简项目如下

0.此系统非封装!MSMG Toolkit为主要工具精简(还包括NTLite和DISM++等,NTLite的配方已发放,DISM++的自己看) 
1.移除部分应用和组件,如Edge、小娜、语音、各种许久未更新且体验不好的附件,可按需寻找方法自行恢复或使用同类更强的软件进行替换
2.移除或关闭收集用户隐私、占用性能的应用或体验计划
3.卸载并关闭Defender、防火墙及其自动更新
4.关闭MPO,防止GPU拖前台后腿
5.桌面显示IE浏览器等

精简方案步骤

1.MSMG Toolkit

步骤如下:

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

2.NTLite

配方代码如下:

<?xml version="1.0" encoding="utf-8"?>
<Preset xmlns="urn:schemas-nliteos-com:pn.v1">
	<Date>03/18/2022 12:25:35</Date>
	<AppInfo>
		<Version>1.8.0.6790</Version>
		<Licensed>Yes</Licensed>
		<Protections>Yes</Protections>
		<Host>Windows 10 Pro for Workstations (2009) x64 - Client 10.0.22572.201 (zh-CN)</Host>
	</AppInfo>
	<ImageInfo>
		<Version mode="offline">Windows 10 IoTEnterprise (1909) x64 - Client 10.0.18362.2158 (zh-CN)</Version>
		<GUID>{031AC7B0-E28E-49BE-BF7A-75F24972E0CB}</GUID>
	</ImageInfo>
	<RemoveComponents></RemoveComponents>
	<Compatibility protectHidden="true">
		<ComponentFeatures>
			<Feature enabled="yes">OOBE</Feature>
			<Feature enabled="no">Hyper-V</Feature>
			<Feature enabled="yes">OfficeSupport</Feature>
			<Feature enabled="yes">NvidiaSetup</Feature>
			<Feature enabled="yes">SafeMode</Feature>
			<Feature enabled="no">SamsungSwitch</Feature>
			<Feature enabled="yes">ShellSearchSupport</Feature>
			<Feature enabled="yes">Spotify</Feature>
			<Feature enabled="yes">USBModem</Feature>
			<Feature enabled="yes">USB</Feature>
			<Feature enabled="no">VisualStudio</Feature>
			<Feature enabled="no">VPN</Feature>
			<Feature enabled="yes">AppxSupport</Feature>
			<Feature enabled="yes">WindowsUpdate</Feature>
			<Feature enabled="yes">ActivationKMS</Feature>
			<Feature enabled="yes">Activation</Feature>
			<Feature enabled="yes">WLAN</Feature>
			<Feature enabled="yes">Printing</Feature>
			<Feature enabled="no">Recommended-All</Feature>
			<Feature enabled="yes">ServicingStack</Feature>
			<Feature enabled="no">NetworkDiscovery</Feature>
			<Feature enabled="yes">VideoPlayback</Feature>
			<Feature enabled="no">Recommended-Tablet</Feature>
			<Feature enabled="yes">DefaultFonts</Feature>
		</ComponentFeatures>
		<MachineDrivers>
			<Machine enabled="no">Hyper-V VM</Machine>
			<Machine enabled="no">Parallels VM</Machine>
			<Machine enabled="no">Virtual Box VM</Machine>
			<Machine enabled="no">VMware VM</Machine>
			<Machine enabled="yes">HostMachine</Machine>
		</MachineDrivers>
	</Compatibility>
	<Features></Features>
	<AddPackages></AddPackages>
	<Drivers showHidden="true">
		<AddDrivers></AddDrivers>
	</Drivers>
	<Unattended mode="0">
		<OEMSetupComplete>false</OEMSetupComplete>
		<AnswerFileLocationPanther>false</AnswerFileLocationPanther>
		<AnswerFileLocationBoot>false</AnswerFileLocationBoot>
		<SaveBothArch>false</SaveBothArch>
		<settings pass="oobeSystem">
			<component name="Microsoft-Windows-Shell-Setup">
				<OOBE>
					<HideEULAPage>true</HideEULAPage>
					<ProtectYourPC>3</ProtectYourPC>
					<SkipMachineOOBE>true</SkipMachineOOBE>
					<SkipUserOOBE>true</SkipUserOOBE>
				</OOBE>
			</component>
		</settings>
		<settings pass="windowsPE">
			<component name="Microsoft-Windows-Setup">
				<Diagnostics>
					<OptIn>false</OptIn>
				</Diagnostics>
				<DynamicUpdate>
					<Enable>false</Enable>
					<WillShowUI>OnError</WillShowUI>
				</DynamicUpdate>
				<ImageInstall>
					<OSImage>
						<WillShowUI>OnError</WillShowUI>
						<InstallFrom>
							<MetaData>
								<Key>/IMAGE/NAME</Key>
								<Value>Windows 10 IoT Enterprise</Value>
							</MetaData>
						</InstallFrom>
					</OSImage>
				</ImageInstall>
				<UserData>
					<ProductKey>
						<Key>[KEY]</Key>
						<WillShowUI>OnError</WillShowUI>
					</ProductKey>
				</UserData>
			</component>
		</settings>
	</Unattended>
	<Tweaks>
		<Settings>
			<TweakGroup name="WindowsUpdate">
				<Tweak name="AU\AUOptions">2</Tweak>
			</TweakGroup>
			<TweakGroup name="CrashControl">
				<Tweak name="CrashControl\CrashDumpEnabled">3</Tweak>
			</TweakGroup>
		</Settings>
		<Services></Services>
		<ExtraServices></ExtraServices>
	</Tweaks>
	<ApplyOptions>
		<ImageTasks>
			<Task>imageSaveRebuild</Task>
			<Task>imageFormatWim</Task>
		</ImageTasks>
		<AutoIsoFile>NTLite.iso</AutoIsoFile>
		<AutoIsoLabel>NTLite</AutoIsoLabel>
		<AutoSplitSize>4000</AutoSplitSize>
		<CleanHotfixedLeftovers>0</CleanHotfixedLeftovers>
		<ReuseDriverCache>false</ReuseDriverCache>
	</ApplyOptions>
	<Execution>
		<Remove></Remove>
		<Change></Change>
		<Add>
			<Item type="Placeholder">
				<Index>0</Index>
			</Item>
		</Add>
	</Execution>
	<Registry>
		<Item>D:\Users\Downloads\mpo_disable.reg</Item>
	</Registry>
</Preset>


下载与校验

OneDrivehttps://liuxiane5-my.sharepoint.com/:u:/g/personal/zxgu183_e5_liuxianl_com/Ef0tBDrBEyNNrmY9yD4i1qoBou-wpu3FpsjBc-s7Y0R3zg?e=tQ2wR1

文件名称: AllLite18363.2158_3in1wim.iso
文件大小: 4.06 GB (4,367,056,896 字节)
修改时间: 2022年03月18日,13:01:05
MD5: CC711ADE83D750D562835B87AC247DF7
SHA1: 0E7260EA651FD5C87992D312B5B931E469F0B6F0
SHA256: 5C82C2739FD7A65B47D416EC55FA96DAACB2DD28758744F3C7902DD29B086DC5
SHA512: 64C3C41CA62F6C55D704F440F847986806878C078E6195C1BF58EF5CB0C0A1392376A7FBB1C9B91CFB81219BD739BB5EEA13979ADFBFD542CD95081C2B3E5DFB
CRC32: BF6D51D2
母盘
https://liuxiane5-my.sharepoint.com/:u:/g/personal/zxgu183_e5_liuxianl_com/ETTPltXMdgJAh1AEviHnc6YBOA1BxlRkAlMRMPDMzicLuA?e=3iPjQJ

更新!

WinSxS极限精简版,带商店不可更新!

  • [OneDrive] https://liuxiane5-my.sharepoint.com/:u:/g/personal/zxgu183_e5_liuxianl_com/Eep5Akuay3xMubCgd6vw7hABgMHPPCxr_U2EKSdQLgwlug?e=UWow41
举报

相关推荐

0 条评论