1. 程式人生 > >win10 開始選單打不開訊息欄打不開

win10 開始選單打不開訊息欄打不開

是點選開始選單無反應?如果是無反應的話,可以嘗試以下方案:
1.開啟工作管理員(或者點選CTRL+Shift+ESC)
2.點選“檔案” - “執行新任務”
3.請確保勾選[使用管理員身份建立這個任務]
4.輸入”Powershell" (忽略“”)
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.重啟您的計算機即可。