Win10個性化設置最小化任務欄後不能彈出的的解決方法。
方法如下:
1.打開任務管理器(或者點擊CTRL+Shift+ESC)
2.點擊“文件” - “運行新任務”
3.請確保勾選”使用管理員身份創建這個任務“
4.輸入”Powershell“ (忽略“”)xitonghe.com
5.在Powershell中,輸入以下兩條命令:(第二條命令需要點擊回車)
$manifest =
(Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘AppxManifest.xml’
; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
Get-AppXPackage
-AllUsers |Where-Object {$_.InstallLocation -like ”*SystemApps*“}
6.完成後關閉Powershell
7.重啟您的計算機即可。