What's new

Help Windows and setting not opening in windows 11

Hi there! I'm sorry to hear that you're experiencing issues with Windows and the Settings app in Windows 11. Let's try a few troubleshooting steps to see if we can resolve the problem:

1. Restart your computer: Sometimes, a simple restart can fix minor software glitches. Give it a try and see if it resolves the issue.

2. Run Windows Updates: Make sure you have the latest Windows updates installed on your system. To do this, go to Settings > Windows Update and click on "Check for updates." Install any pending updates and restart your computer if necessary.

3. Use the Windows Troubleshooter: Windows has built-in troubleshooters that can help diagnose and fix various issues automatically. Open Settings, go to "System" > "Troubleshoot," and run the troubleshooter for the specific problem you're facing (e.g., Windows Update, Microsoft Store, etc.).

4. Use the SFC and DISM tools: The System File Checker (SFC) and Deployment Image Servicing and Management (DISM) tools can scan and repair corrupted system files. Open Command Prompt as an administrator and run the following commands one by one, followed by pressing Enter after each command:
- sfc /scannow
- DISM /online /cleanup-image /restorehealth

5. Create a new user account: Sometimes, user profile corruption can cause issues with Windows apps. Try creating a new user account and see if the problem persists. To do this, go to Settings > Accounts > Family & other users > Add account.

6. Perform a clean boot: A clean boot helps identify if a third-party application or service is causing the problem. Follow these steps to perform a clean boot:
- Press Windows + R, type "msconfig," and hit Enter.
- In the System Configuration window, go to the "Services" tab and tick the "Hide all Microsoft services" box.
- Click on "Disable all" and then go to the "Startup" tab.
- Click on "Open Task Manager" and disable all startup items.
- Close the Task Manager and click "OK" in the System Configuration window.
- Restart your computer.

If none of these steps resolve the issue, it may be helpful to provide more details about the specific error messages or behaviors you're encountering. Additionally, you can consider reaching out to Microsoft support or visiting the Windows community forums for further assistance. Good luck!
 
PowerShell Command Used:
Get-AppxPackage windows.immersivecontrolpanel | Reset-AppxPackage

Open Command Prompt as an administrator and run the following commands one by one, followed by pressing Enter after each command:
sfc /scannow

restart pc pag done na po
 
PowerShell Command Used:
Get-AppxPackage windows.immersivecontrolpanel | Reset-AppxPackage

Open Command Prompt as an administrator and run the following commands one by one, followed by pressing Enter after each command:
sfc /scannow

restart pc pag done na po
tried na po and still hindi nag oopen ang windows and ang automatic crash po ang settings
 
Step 1) Update Windows 11 Windows + I
Step 2) Run DISM and SFC command: Ctrl + Shift + Escsfc /scannowDISM.exe /Online /Cleanup-image /Restorehealth
Step 3) Press Ctrl + Shift + Esc
Type PowerShell and type this command:

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

restart PC

open powershell again and copy this code

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

restart again the pc
 
Step 1) Update Windows 11 Windows + I
Step 2) Run DISM and SFC command: Ctrl + Shift + Escsfc /scannowDISM.exe /Online /Cleanup-image /Restorehealth
Step 3) Press Ctrl + Shift + Esc
Type PowerShell and type this command:

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

restart PC

open powershell again and copy this code

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

restart again the pc
will try po update ko nalng po kayo if hindi parin thank you po

Step 1) Update Windows 11 Windows + I
Step 2) Run DISM and SFC command: Ctrl + Shift + Escsfc /scannowDISM.exe /Online /Cleanup-image /Restorehealth
Step 3) Press Ctrl + Shift + Esc
Type PowerShell and type this command:

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

restart PC

open powershell again and copy this code

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

restart again the pc
while trying ko na po yan now nag try po ako ng system restore ito po ang error

Step 1) Update Windows 11 Windows + I
Step 2) Run DISM and SFC command: Ctrl + Shift + Escsfc /scannowDISM.exe /Online /Cleanup-image /Restorehealth
Step 3) Press Ctrl + Shift + Esc
Type PowerShell and type this command:

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

restart PC

open powershell again and copy this code

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

restart again the pc
not working padin po
 

Attachments

Last edited:

Similar threads

Back
Top