Cannot access settings from start menu after installing KB5003217 (Windows 10 LTSC)...

Deleted
Not applicable

On a device running Windows 10 version 1809 LTSC, can no longer access the settings from the start menu after installing the May 20, 2021-KB5003217. The settings screen somehow changes to segue ui and can only access settings through the control panel...

 

Tried to re-register all the apps using the following PowerShell (admin) command, but it did not help:

 

Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

 

Creating a new user with admin rights did not help either....

1 Reply

Hello,

 

Well, you can try re-registering Store app specifically. Perform these steps:

 

1. Search for Windows PowerShell using Cortana or Windows Search.

2. From results, right click on Windows PowerShell and select Run as administrator.

3. Then type following command and press Enter key:

 

Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

 

Let the command complete.

4. Close Windows PowerShell.

 

If issue still persists, try performing repair upgrade.

 

Hope this helps!