Commit graph

9 commits

Author SHA1 Message Date
Snshadow
5fae99b01e enhance: reduce iso image size
- Revert to use dism for exporting install.esd to use recovery compression which reduced the size about 1 gigabytes.
- Add outlook provisioned appxpackage for removal.
2025-01-16 10:47:13 +09:00
Snshadow
f1e79e8d16 update: powershell dism feature and provisoned appx
- Get architecture using Get-WindowsImage and its property directly.
- Use Get-AppxProvisionedPackage and Remove-AppxProvisionedPackage instead if dism for more consistence.
- Use Export-WindowsImage with -CompressionType Maximum instead of Fast for smaller type(used to be recovery with dism.exe).
2025-01-15 17:26:46 +09:00
Snshadow
e1273fe6ca fix: do not call method on $null object
- fix the cause of crash if ADK is not installed
2025-01-15 13:20:27 +09:00
Snshadow
b0750f317c fix: change disallowing ExecutionPolicy
- Add AllSigned, Undefined for consideration which also prevent script from running
2025-01-15 12:12:13 +09:00
Snshadow
49dac34d87 several-fixes
- Edit README.md part for `Set-ExecutionPolicy` to use `-Scope Process` to prevent changing the entire computer's policy.
- Fix tiny11maker.ps1 and tiny11Coremaker.ps1 to find oscdimg.exe from registry instead of using fixed path.
- Add Run.bat helper batch file(referenced from Win11Debloat) to help running tiny11maker with double clicking.
2025-01-15 11:28:39 +09:00
NTDEV
9ca84542f3
Fixes for 24H2 2024-11-17 20:51:22 +02:00
NTDEV
af2e6159d0
Add files via upload 2024-05-20 21:04:18 +03:00
NTDEV
eeb3c580e2
Added oscdimg downloader 2024-05-20 21:02:09 +03:00
NTDEV
218e141897
Introducing tiny11 core builder! 2024-05-06 19:59:43 +03:00