另外順便說 爬過某些文章
例如
打指令
"Get-AppxPackage | % { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml" -verbose }"
更新
貼上上面的指令


也看過登錄表
像這樣
Common Start Menu: %ALLUSERSPROFILE%\「開始」功能表
Common Programs: %ALLUSERSPROFILE%\「開始」功能表\程式集
Common Startup: %ALLUSERSPROFILE%\「開始」功能表\程式集\啟動
全都正常,但 只要更新顯卡驅動(NDIVIA)或是降版 就讓開始功能表 失去作用 無論怎麼做 都無法修理
只有重開機 才會恢復
在線上等著 有沒有更好的方法 或 遇到和我相同的情況..
更新 查找找到這個文章
打了指令
add-appxpackage -register "C:\Windows\SystemApps\*\AppxManifest.xml" -disabledevelopmentmode
跑完之後就彈出這個 紅字 有人看得懂嗎?
