mirror of
https://github.com/ntdevlabs/tiny11builder.git
synced 2025-09-16 14:18:01 +02:00
47
README.md
47
README.md
@@ -31,29 +31,30 @@ Instructions:
|
||||
6. When the image is completed, you will see it in the folder where the script was extracted, with the name tiny11.iso
|
||||
|
||||
What is removed:
|
||||
Clipchamp,
|
||||
News,
|
||||
Weather,
|
||||
Xbox (although Xbox Identity provider is still here, so it should be possible to be reinstalled with no issues),
|
||||
GetHelp,
|
||||
GetStarted,
|
||||
Office Hub,
|
||||
Solitaire,
|
||||
PeopleApp,
|
||||
PowerAutomate,
|
||||
ToDo,
|
||||
Alarms,
|
||||
Mail and Calendar,
|
||||
Feedback Hub,
|
||||
Maps,
|
||||
Sound Recorder,
|
||||
Your Phone,
|
||||
Media Player,
|
||||
QuickAssist,
|
||||
Internet Explorer,
|
||||
Tablet PC Math,
|
||||
Edge,
|
||||
OneDrive
|
||||
|
||||
- Clipchamp
|
||||
- News
|
||||
- Weather
|
||||
- Xbox (although Xbox Identity provider is still here, so it should be possible to be reinstalled with no issues)
|
||||
- GetHelp
|
||||
- GetStarted
|
||||
- Office Hub
|
||||
- Solitaire
|
||||
- PeopleApp
|
||||
- PowerAutomate
|
||||
- ToDo
|
||||
- Alarms
|
||||
- Mail and Calendar
|
||||
- Feedback Hub
|
||||
- Maps
|
||||
- Sound Recorder
|
||||
- Your Phone
|
||||
- Media Player
|
||||
- QuickAssist
|
||||
- Internet Explorer
|
||||
- Tablet PC Math
|
||||
- Edge
|
||||
- OneDrive
|
||||
|
||||
Known issues:
|
||||
|
||||
|
@@ -1,17 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<unattend xmlns="urn:schemas-microsoft-com:unattend">
|
||||
<settings pass="oobeSystem">
|
||||
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<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 name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<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>
|
||||
</component>
|
||||
<settings pass="windowsPE">
|
||||
<component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<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>
|
||||
@@ -29,7 +29,7 @@
|
||||
</ImageInstall>
|
||||
<UserData>
|
||||
<ProductKey>
|
||||
<Key></Key>
|
||||
<Key/>
|
||||
</ProductKey>
|
||||
</UserData>
|
||||
</component>
|
||||
|
Reference in New Issue
Block a user