1 頁 (共 1 頁)

[連結] win10 動態磚程式不見,無法釘選(解決方法)

發表於 : 2024-11-03, 10:45
心靈捕手
https://answers.microsoft.com/zh-hant/w ... 45b46ce38c

--
重點眉批:
  1. 「Win+X」打開開始選單附屬選單,點擊「Powershell(管理員)」,
  2. 在 Powershell(管理員)中,輸入以下命令:(第二條命令需要點擊 [Enter])

    代碼: 選擇全部

    $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest 
    
    Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"}
  3. 完成後關閉 Powershell(管理員),重新啟動您的電腦即可。