mirror of
https://github.com/ntdevlabs/tiny11builder.git
synced 2025-09-16 22:18:03 +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
|
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:
|
What is removed:
|
||||||
Clipchamp,
|
|
||||||
News,
|
- Clipchamp
|
||||||
Weather,
|
- News
|
||||||
Xbox (although Xbox Identity provider is still here, so it should be possible to be reinstalled with no issues),
|
- Weather
|
||||||
GetHelp,
|
- Xbox (although Xbox Identity provider is still here, so it should be possible to be reinstalled with no issues)
|
||||||
GetStarted,
|
- GetHelp
|
||||||
Office Hub,
|
- GetStarted
|
||||||
Solitaire,
|
- Office Hub
|
||||||
PeopleApp,
|
- Solitaire
|
||||||
PowerAutomate,
|
- PeopleApp
|
||||||
ToDo,
|
- PowerAutomate
|
||||||
Alarms,
|
- ToDo
|
||||||
Mail and Calendar,
|
- Alarms
|
||||||
Feedback Hub,
|
- Mail and Calendar
|
||||||
Maps,
|
- Feedback Hub
|
||||||
Sound Recorder,
|
- Maps
|
||||||
Your Phone,
|
- Sound Recorder
|
||||||
Media Player,
|
- Your Phone
|
||||||
QuickAssist,
|
- Media Player
|
||||||
Internet Explorer,
|
- QuickAssist
|
||||||
Tablet PC Math,
|
- Internet Explorer
|
||||||
Edge,
|
- Tablet PC Math
|
||||||
OneDrive
|
- Edge
|
||||||
|
- OneDrive
|
||||||
|
|
||||||
Known issues:
|
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">
|
<unattend xmlns="urn:schemas-microsoft-com:unattend">
|
||||||
<settings pass="oobeSystem">
|
<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>
|
<OOBE>
|
||||||
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
|
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
|
||||||
</OOBE>
|
</OOBE>
|
||||||
</component>
|
</component>
|
||||||
</settings>
|
</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>
|
<ConfigureChatAutoInstall>false</ConfigureChatAutoInstall>
|
||||||
</component>
|
</component>
|
||||||
<settings pass="windowsPE">
|
<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>
|
<DynamicUpdate>
|
||||||
<WillShowUI>OnError</WillShowUI>
|
<WillShowUI>OnError</WillShowUI>
|
||||||
</DynamicUpdate>
|
</DynamicUpdate>
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
</ImageInstall>
|
</ImageInstall>
|
||||||
<UserData>
|
<UserData>
|
||||||
<ProductKey>
|
<ProductKey>
|
||||||
<Key></Key>
|
<Key/>
|
||||||
</ProductKey>
|
</ProductKey>
|
||||||
</UserData>
|
</UserData>
|
||||||
</component>
|
</component>
|
||||||
|
Reference in New Issue
Block a user