Nope it's not fixed yet I haven't been able to find out how to solve that, the db fix mentioned here earlier didn't work out for me. Am thinking to hook another dism.exe from earlier win versions and use that.
I just did my Optimize Offline Windows 11 ISO in a Windows 10 virtual machine to remove Defender. Unlike a Windows 10 ISO, if I try to remove Wordpad from Packages from a Windows 11 ISO, it errors out as well, even if I run the script from Windows 10.
Bit off-topic, but I'm pretty sure my BSOD issues with Windows 11 I never got with Window 10 were from a slightly unstable overclock Once I got my 5950x and memory Core Cycler, TM5, stressapptest, Linpack Xtreme AND Y-Cruncher stable, no BSODs in 11. stressapptest and Y-Cruncher were the most important ones. I need to game some to be sure, but it's been a day so far and I couldn't even go more than 5-6 hours without a BSOD.
@KedarWolf do you get these problems with the latest CU? Try to go back to the previous patch tuesday if possible, in the last CU preview of november Microsoft made a lot of changes see the changelog and one of them related to SSD is causing issues, so other hardware related issues may exist as well.
Czy ktoś - mniej znany i ceniony - na tym forum i na dziesięć temat liczyć - szybko szybko może - odpowiedzi na pytania? Jeszcze jedna strona na temat postów Kedarolf - KTÓRYCH BARDZO DOCENIAM ZA WSZYSTKI WKŁAD W TEN TEMAT - ORAZ PODSTAWĘ I UTRZYMANIE TEGO TEMATU! :godny:- i nikt nie cofnie się o dwie lub trzy strony - żeby drugie moje pytanie.
# 1560 • [W11] enable classic search in explorer • [W11] UI ribbon W10 style in explorer • [W11] enabled classic context menus Is it automatic? What if I don't want it? Because I like the style of the W11? It's about the last changes to the script - gdeliana. I didn't want to be impatient and insistent.
@gdeliana • [W11] enable classic search in explorer • [W11] UI ribbon W10 style in explorer • [W11] enabled classic context menus Is it automatic? What if I don't want it? Because I like the style of the W11? It's about the last changes to the script - gdeliana.
@gdeliana The Classic Search Box registry tweak broke Windows 11 Search Icon in the taskbar for me. it was so busted I had to make a new ISO and reinstall Windows 11.
Attached is an edited Set-RegistryProperties.ps1 that has those three tweaks removed. It still removes things like the News Feed, Task View button, Widgets button, Chat Icon and MeetNow Icon. If you want those left in, let me know. Overnight the existing file in the \Src\Public folder.
@gdeliana The Search Icon is broken in Windows 11 with the newest OO build. It's works fine from a Macrium image I saved from an ISO made in an older OO. I tried everything I could to fix it, deleing registry tweaks, nada.
Hello there, I may put it as a switch in the future, but for now just delete the lines in the script and that should do it.
Sorry for the attention of noob - in my folders - System 32 and SysWoW64 - these folders - Extra Language Files - occupy 10 MB. What do I gain by deleting these folders? Besides these - 10 MB?
and still the amazing effort continues... Code: ## Build 4.0.1.9-gdeliana-? (12-27-2021) - Added workaround for disabling Defender from W11 host ( Optimize-Offline.psm1 ) (12-27-2021) - Migrated some tweaks to SelectiveRegistry.ps1 (12-27-2021) - Added additional code for tweaks ( Configuration.json ) (12-27-2021) - Added switches for several reg tweaks ( Optimize-Offline.psm1 ) (12-27-2021) Kudos @gdeliana
One error, script completes though. @gdeliana Code: Index : 0 Exception : Cannot find path 'HKEY_LOCAL_MACHINE\WIM_HKLM_SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserSto re\InboxApplications' because it does not exist. Category : ObjectNotFound: (HKEY_LOCAL_MACH...boxApplications:String) [Get-ChildItem], ItemNotFoundException ErrorID : PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand Target : HKEY_LOCAL_MACHINE\WIM_HKLM_SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\InboxApplicatio ns Command : $InboxAppsPackages = Get-ChildItem -Path $RegKeyPath -Name | ForEach-Object -Process { Script : D:\Optimize-Offline-master\Optimize-Offline-master\Src\Public\Get-SystemPackages.ps1 Line : 15 Column : 23