tiny11builder_01-05-24.zip
大小:73.57KB
价格:18积分
下载量:0
评分:
5.0
上传者:hgbbjl
更新日期:2025-09-22

Windows 11极度精简脚本源码tiny11 04/06/05

资源文件列表(大概)

文件名
大小
autounattend.xml
1.95KB
oscdimg.exe
145.48KB
tiny11maker.ps1
27.41KB

资源内容介绍

国外大神开发针对Windows 11/10安装包精简脚本
<?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="oobeSystem"> <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"> <OOBE> <HideOnlineAccountScreens>true</HideOnlineAccountScreens> </OOBE> </component> </settings> <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"> <ConfigureChatAutoInstall>false</ConfigureChatAutoInstall> </component> <settings pass="windowsPE"> <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"> <DynamicUpdate> <WillShowUI>OnError</WillShowUI> </DynamicUpdate> <ImageInstall> <OSImage> <Compact>true</Compact> <WillShowUI>OnError</WillShowUI> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/INDEX</Key> <Value>1</Value> </MetaData> </InstallFrom> </OSImage> </ImageInstall> <UserData> <ProductKey> <Key/> </ProductKey> </UserData> </component> </settings></unattend>

用户评论 (0)

发表评论

captcha