Although we do not celebrate New Year's on December 31st (New Year for us Muslims is on June 26th.), on my behalf I wish a Happy New Year to all Christians and those who celebrate.
This is because Edge.Webview2.Platform is removed by the script. Comment out or remove lines 1129 to 1134 from the script, save, and repeat the process.
Before removing these lines, please test by commenting out line 1298, which prevents the installation of Edge.Webview2. If this alone allows the installation of Edge.Webview2, then it will not be necessary to remove lines 1129 to 1134. Please report the result.
UPDATE: webview2 was successfully installed after the line below was marked as a comment. Code: :: ECHO. :: ECHO. :: ECHO ============================================================ :: ECHO Remove Edge.Webview2.Platform :: ECHO ============================================================ :: "%DISM11%" /english /image:%MT% /Remove-Capability /CapabilityName:Edge.Webview2.Platform~~~~ Code: :: reg add "HKLM\TK_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\MicrosoftEdgeUpdate.exe" /v "Debugger" /t REG_SZ /d "Blocked" /f
@SunLion The inactive line "Indexing Options Control Panel (32 bits)" is now hanging in the "control Panel". LOG file no, there is a solution, re-enable this function as follows from the administrator's command line: dism /Online/Enable-Feature/FeatureName:"SearchEngine-Client-Package" Then everything is fine. How can I add this to your script? Windows PowerShell (C) Microsoft Corporation. All rights reserved. Install the latest version of PowerShell for new features and improvements! PS C:\Windows\system32> dism /Online /Enable-Feature /FeatureName:"SearchEngine-Client-Package" The DISM system Version: 10.0.26100.5074 Image version: 10.0.26100.7462 Enabling functions [==========================100.0%==========================] The operation has been completed successfully. PS C:\Windows\system32>
Thanks for the updates! I was wondering if I should make switch from W10 to W11 now. How does it compare to W10?
I still prefer to stick with Windows 10 LTSC 2021. It's the most stable version so far. But, if you want, try the Windows 11 Enterprise LTSC 2024 version, 26100 and not 26200. For this you can use the 2xH2_Creator_14.6_5 script which contains PersonalTweaks or the 2xH2_Creator_14.6_4_2 version which does not contain PersonalTweaks. Test and see for yourself.
I was testing because I suspected that the removal of the SearchEngine-Client-Package feature was causing the problem. The corrected scripts for both versions are attached. Just replace the one inside the 2xH2_Creator_14.6_5 or 2xH2_Creator_14.6_4_2 folder and test it. The following adjustments were made: 1 - The removal of Edge.Webview2.Platform was maintained. 2 - The removal of the SearchEngine-Client-Package feature was deleted. 3 - The code that blocks Edge updates and prevents the installation of Edge.Webview2 was removed. Tested and everything seems to be fine. Please return the test result.
@SunLion 2xH2_Creator_14.6_4_2 everything works fine, without errors. Yes that fixed it for me. You are the best! Thank You Very much! Good health to You and your whole family! Happy New Year 2026!
You can comment out (with :: or rem) this code in the script and everything will be fine. For example: To run this online, you must run it as an administrator.
I use administrator to login and run the registry manually modify the key values. It is still not allowed to be modified. However, it can be modified in the taskbar properties to hide the search box. I think I should add permissions on the relevant registry keys.