Zend certified PHP/Magento developer

Windows 11 Settings app will no longer opening

When I try to open the app I get the following message:

We’re updating Settings. It should be ready to use again shortly.

enter image description here

When I run:

Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel

I get this output:

Name                   : windows.immersivecontrolpanel
Publisher              : CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
Architecture           : Neutral
ResourceId             : neutral
Version                : 10.0.8.1000
PackageFullName        : windows.immersivecontrolpanel_10.0.8.1000_neutral_neutral_cw5n1h2txyewy
InstallLocation        : C:WindowsImmersiveControlPanel
IsFramework            : False
PackageFamilyName      : windows.immersivecontrolpanel_cw5n1h2txyewy
PublisherId            : cw5n1h2txyewy
PackageUserInformation : {S-1-5-21-144685632-2172771273-2963176446-1001
                         [S-1-5-21-144685632-2172771273-2963176446-1001]: Installed,
                         S-1-5-21-144685632-2172771273-2963176446-500 [S-1-5-21-144685632-2172771273-2963176446-500]:
                         Installed, S-1-5-21-144685632-2172771273-2963176446-1000
                         [S-1-5-21-144685632-2172771273-2963176446-1000]: Installed, S-1-5-18 [S-1-5-18]: Installed...}
IsResourcePackage      : False
IsBundle               : False
IsDevelopmentMode      : False
NonRemovable           : True
Dependencies           : {Microsoft.UI.Xaml.CBS_9.2311.10002.0_x64__8wekyb3d8bbwe}
IsPartiallyStaged      : False
SignatureKind          : System
Status                 : DeploymentInProgress, Servicing

The relevant part being the last line:

Status                 : DeploymentInProgress, Servicing

This has been going on for weeks during which I’ve installed several Windows updates and restarted several times.

How can I go about fixing this?