2021年12月8日 星期三

移除 華碩 ASUS ArmouryCrate 桌面右鍵選單 GameLibray

移除 華碩 ASUS ArmouryCrate 桌面右鍵選單 GameLibray

這選單是真礙眼,沒有習慣從桌面的右鍵選單裡面開遊戲,偏偏軟體裡面又不給設定移除。姑且自己去挖登錄檔位置出來有成功刪除了。



停用的方法

先按下 Win+X 然後再按下 A ➔ 打開終端機,然後輸入底下的代碼按下Enter

reg add "HKEY_CLASSES_ROOT\Directory\Background\shell\GameLibrary" /v "LegacyDisable" /t REG_SZ /f

執行完畢就會消失了。


復原

由於沒有直接刪除原本的值,要復原的話刪除 LegacyDisable 這個項目即可

reg delete "HKEY_CLASSES_ROOT\Directory\Background\shell\GameLibrary" /v "LegacyDisable" /f

就此就能輕易復原了





登錄檔值

對應的位置在這裡,要強制刪除可以執行這行
Remove-Item -LiteralPath 'Registry::HKEY_CLASSES_ROOT\Directory\Background\shell\GameLibrary'

登錄檔機碼備份,把她存成 GameLibrary.reg 之後執行即可復原
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\GameLibrary]
"MUIVerb"="ArmouryCrate"
"SubCommands"="g0;|;g1;"

"Icon"="C:\\Users\\這裡換成自己的使用者路徑\\AppData\\Local\\Packages\\B9ECED6F.ArmouryCrate_qmba6cd70vzyy\\LocalState\\GameLibrary\\ArmouryCrate.ico"

2 則留言: