Update README.md

This commit is contained in:
NTDEV
2024-04-21 03:01:25 +03:00
committed by GitHub
parent 491145ce4c
commit c2679204e0

View File

@@ -1,12 +1,14 @@
# tiny11builder # tiny11builder
Scripts to build a trimmed-down Windows 11 image - now in PowerShell! Scripts to build a trimmed-down Windows 11 image - now in PowerShell!
<br>
Tiny11 builder, now completely overhauled. Tiny11 builder, now completely overhauled.
</br>
After more than a year (for which I am so sorry) of no updates, tiny11 builder is now a much more complete and flexible solution - one script fits all. Also, it is a steppingstone for an even more fleshed-out solution. After more than a year (for which I am so sorry) of no updates, tiny11 builder is now a much more complete and flexible solution - one script fits all. Also, it is a steppingstone for an even more fleshed-out solution.
<br>
You can now use it on ANY Windows 11 release (not just a specific build), as well as ANY language or architecture. You can now use it on ANY Windows 11 release (not just a specific build), as well as ANY language or architecture.
This is made possible thanks to the much-improved scripting capabilities of PowerShell, compared to the older Batch release. This is made possible thanks to the much-improved scripting capabilities of PowerShell, compared to the older Batch release.
</br>
Since it is written in PowerShell, make sure to set the execution policy to Unrestricted, so that you could run the script. Since it is written in PowerShell, make sure to set the execution policy to Unrestricted, so that you could run the script.
If you haven't done this before, make sure to run: If you haven't done this before, make sure to run:
<br> Set-ExecutionPolicy unrestricted </br> <br> Set-ExecutionPolicy unrestricted </br>
@@ -49,13 +51,7 @@ Your Phone,
Media Player, Media Player,
QuickAssist, QuickAssist,
Internet Explorer, Internet Explorer,
LA57 support,
OCR for en-us,
Speech support,
TTS for en-us,
Media Player Legacy,
Tablet PC Math, Tablet PC Math,
Wallpapers,
Edge, Edge,
OneDrive OneDrive
@@ -63,6 +59,7 @@ Known issues:
1. Although Edge is removed, there are some remnants in the Settings. But the app in itself is deleted. You can install any browser using WinGet (after you update the app using Microsoft Store) 1. Although Edge is removed, there are some remnants in the Settings. But the app in itself is deleted. You can install any browser using WinGet (after you update the app using Microsoft Store)
2. Outlook and Dev Home might reappear after some time. 2. Outlook and Dev Home might reappear after some time.
3. If you are using this script on arm64, you might see a glimpse of an error while running the script. This is caused by the fact that the arm64 image doesn't have OneDriveSetup.exe included in the System32 folder.
And that's pretty much it for now! And that's pretty much it for now!
Thanks for trying it and let me know how you like it! Thanks for trying it and let me know how you like it!