Forum Discussion
Windows 10 LTSC & KB5002317
Hi,
I use Windows LTSC version 1809 Build 17763.1935 x32 bit.
After the KB5002317 i can't open the "Windows Setting"
More details:
1) Start -->I Choose "Windows Setting"
2) The window "Windows Setting" opens BUT after a few seconds the window closes itself
It's known ?
Thanks very much !
Luciano
Problem SOLVED with last KB5003646
Thanks
7 Replies
- As suggested first try to uninstall KB5002317 and check the issue.
- evvivameCopper Contributor
Hi,
Thanks for your suggestion but with this workaround the bug is still present
Yes now i hid the kb5002317 ( with wushowhide.diagcab)
p.s this issue is present ONLY with X32 : the kb5002317 on same version but x64 doesn't create problems !
Regards
- Uninstall x32bit KB and check the issue.
- uvb76Copper Contributor"Control panel" -> "Add or Remove Programs" -> "Lists installed updates" -> uninstall "KB5003217"
Does not require OS initialization. Hello evvivame,
Please perform clean boot. Also, try running wsreset.exe command and see if this fix Settings app issue.
If issue still persists, re-register Settings app:
-
Open administrative Windows PowerShell.
-
In PowerShell window, type/paste following cmdlet and press Enter key:
Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
Let the command complete.
Let us know if this helps!
-