Hi my name is Tamir, Im A PC user like you you can reset the settings app by following these steps
Reset the Settings App via the Start Menu
To reset the Settings app in Windows 10/11 to default, follow these steps:
Step 1: Open the Start menu and search for Settings.
Step 2: Right-click the app in the result and select App settings.
Step 3: In the Settings window, scroll down to the Reset button and click Reset.
also you can try PowerShell
Step 1: Press Win + X on your keyboard and select Windows PowerShell (Admin) from the popup list.
Step 2: In the PowerShell window, copy-paste this command and press Enter:
Get-AppxPackage *windows.immersivecontrolpanel* | Reset-AppxPackage
and command prompt
Step 1: Open the Start menu and search for Command Prompt.
Step 2: Right-click it and select Run as administrator. Then click Yes in the User Account Control prompt.
Step 3: In the Command Prompt window, copy-paste this command and press Enter:
PowerShell -ExecutionPolicy Unrestricted -Command “& {$manifest = (Get-AppxPackage *immersivecontrolpanel*).InstallLocation + ‘AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
here is the screen you going to be looking for
Feel free to follow up with me to let me know it has worked, this conversation will remain open till we resolve this issue for you or till you say its been resolved.