Okay So should I post this another issue as a question or discussion?
windows taskbar settings icon bug
How to fix this, I just upgraded from windows 10 to 11 yesterday and find this feature bug.
https://drive.google.com/file/d/1SfglrifVJl1gWQ_aIcH5LitPOigs8QRC/view?usp=sharing
Windows version
System Information
Windows for home | Windows 11 | Performance and system failures
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
6 answers
Sort by: Most helpful
-
Anonymous
2022-09-28T00:28:04+00:00 -
John DeV 165.2K Reputation points Independent Advisor
2022-09-27T22:33:29+00:00 Hello Anmol,
Thank you for updating me with that information. I suggest you create a new post on the new Microsoft Store since this thread is for "Taskbar settings not working". This will help other users to easily find this thread with a similar problem.
Please try the following methods below.
**Press Windows key+I to open Settings
Select System > Troubleshooter
Click Other troubleshooters
Select Windows Store Apps and Run the troubleshooter.
**Reset the Microsoft Store cache
Press the Windows Logo Key + R to open the Run dialog box, type wsreset.exe, and then select OK.
Note:
A blank Command Prompt window will open, and after about ten seconds the window will close and Microsoft Store will open automatically.
**Check the Microsoft Store Install Service
Press the Windows Key + S and type in services.msc.
Find the Microsoft Store Install Service and double click, If the status is Running, right click it then select Restart
If Disabled, change it to Automatic, click Start and click OK.
**Please Run PowerShell as Administrator
Copy and paste the command below then press Enter
Get-AppxPackage *Microsoft.WindowsStore* | Reset-AppxPackage
Restart your computer
Kindly let me know if this helps or if you have any further concerns.
Kind regards,
John DeV
Independent Advisor
-
Anonymous
2022-09-27T17:26:51+00:00 Hello Anmol,
Good day! I'm John DeV a Windows user like you and I'll be happy to assist you today. I know this has been difficult for you, Rest assured, I'm going to do my best to help you.
Please try the following methods below.
**Restart Windows Explorer
Press Ctrl + Shift + Esc to open Task Manager.
Select the Processes tab.
Scroll down and select Windows Explorer, Right click then select Restart.**Please try to run SFC and DISM to check for any system errors and corrupted files.
Windows Key + R to open Run then type: cmd
Press CTRL+SHIFT+ENTER to Run as administrator.
Copy and paste each command below, you need to do it one at a time until
finishes scanning.DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
Restart your computer
**Reset Settings app via PowerShell
Open PowerShell as Administrator
Copy and paste the command below then press Enter.Get-AppxPackage *windows.immersivecontrolpanel* | Reset-AppxPackage
Restart your computer
**Repair all Windows apps via PowerShell
Press Ctrl+Shift+Esc to open Task Manager then click File
Select "Run new task" then type: powershell
Make sure to put a check mark on the "Create this task with administrative privileges" box
Copy and paste the command below one at a time then press Enter. Please ignore the red errors and let the process complete.Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose}
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_. InstallLocation)\AppXManifest.xml"}
Restart your computer
Kindly let me know if this helps or if you have any further concerns.
Kind regards,
John DeV
Independent AdvisorMicrosoft store apps crashing
I was using WhatsApp client desktop version; I downloaded it from Microsoft store, and it suddenly got crashed.
The event viewer details are pasted below. https://docs.google.com/document/d/10zcRCR9ibeALPeT1JUBOwDHE3JflHoU1O0j9Cvgmyj8/edit?usp=sharing
-
Anonymous
2022-09-27T13:49:06+00:00 My pc is working fine now. If I face an issue, I will ping you here.
-
John DeV 165.2K Reputation points Independent Advisor
2022-09-27T11:44:44+00:00 Hello Anmol,
Good day! I'm John DeV a Windows user like you and I'll be happy to assist you today. I know this has been difficult for you, Rest assured, I'm going to do my best to help you.
Please try the following methods below.
**Restart Windows Explorer
Press Ctrl + Shift + Esc to open Task Manager.
Select the Processes tab.
Scroll down and select Windows Explorer, Right click then select Restart.
**Please try to run SFC and DISM to check for any system errors and corrupted files.
Windows Key + R to open Run then type: cmd
Press CTRL+SHIFT+ENTER to Run as administrator.
Copy and paste each command below, you need to do it one at a time until
finishes scanning.
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
Restart your computer
**Reset Settings app via PowerShell
Open PowerShell as Administrator
Copy and paste the command below then press Enter.
Get-AppxPackage *windows.immersivecontrolpanel* | Reset-AppxPackage
Restart your computer
**Repair all Windows apps via PowerShell
Press Ctrl+Shift+Esc to open Task Manager then click File
Select "Run new task" then type: powershell
Make sure to put a check mark on the "Create this task with administrative privileges" box
Copy and paste the command below one at a time then press Enter. Please ignore the red errors and let the process complete.
Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose}
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_. InstallLocation)\AppXManifest.xml"}
Restart your computer
Kindly let me know if this helps or if you have any further concerns.
Kind regards,
John DeV
Independent Advisor