DrEmpiricism / Optimize-Offline

Optimize-Offline is a Windows 10 offline image optimization framework.
MIT License
705 stars 66 forks source link

[REQUEST]Optimize Offline For x86 ISOs. #209

Open KedarWolf opened 3 years ago

KedarWolf commented 3 years ago

Is your feature request related to a problem? Please describe. Tried to edit amd64 entries to x86, not working. Describe the solution you'd like I would like to have Optimize Offline work with x86 ISOs. Had a request for a stripped x86 ISO for benchmarks.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

KedarWolf commented 3 years ago

Someone from MyDigitalLife said to remove from the Optimize-Offline.psm1 the below and it works now.

The Insert Code breaks for formatting. here is a correct link though.

https://forums.mydigitallife.net/threads/optimize-offline-guide-windows-debloating-tool-windows-1803-1903-19h2-1909-20h1-and-ltsc-2019.80038/page-38#post-1646949 If ($InstallInfo.Architecture -ne 'amd64') { $PSCmdlet.WriteWarning($OptimizeData.UnsupportedImageArch -f $InstallInfo.Architecture) $TempDirectory | Purge Break } Latest version of Optimize Offline you also need to change to the below as well in the Optimize-Offline.psd1

ProcessorArchitecture = 'x86'