Win10 personalization settings can not be popped after minimizing the taskbar.

  
Win10 Personalization settings can not be popped up after minimizing the taskbar.

The method is as follows:
1. Open the task manager (or click CTRL+Shift+ESC)
2. Click “File” - “Run new task”
3 Please make sure to check "Create this task as an administrator" <;
4. Enter "Powershell“ (Ignore“”)xitonghe.com
5. In Powershell, enter the following two commands :(The second command needs to hit enter)
$manifest =
(Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘AppxManifest.xml’
; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
Get-AppXPackage
-AllUsers | Where-Object {$_.InstallLocation -like ”*SystemApps*“}
6. Close Powershell when finished.
7. Restart your computer.

Copyright © Windows knowledge All Rights Reserved