Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQUEST]Optimize Offline For x86 ISOs. #209

Open
KedarWolf opened this issue Feb 25, 2021 · 1 comment
Open

[REQUEST]Optimize Offline For x86 ISOs. #209

KedarWolf opened this issue Feb 25, 2021 · 1 comment

Comments

@KedarWolf
Copy link

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
Copy link
Author

KedarWolf commented Feb 27, 2021

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant