📌 📄 内容摘要:
雪纷飞 (@qmazon) 在 删除右键菜单中的“AMD Software: Adrenalin Edition” 中发帖
受害者
[amd-context-menu]
解决方案(来自hosiet)
使用管理员权限执行下面的PowerShell命令即可:
Set-Location "Registry::HKEY_CLASSES_ROOT\PackagedCom\ClassIndex\"
$target = Get-ChildItem . -Recurse -Depth 1 |
Where-Object { $_.PSChildName -like "*AdvancedMicroDevicesInc*" } |
Select-Object -First 1
$uuid = Split-Path $target.PSParentPath -Leaf
Write-Host "找到匹配的 UUID: " $uuid -ForegroundColor Green
Set-Location 'HKLM:\SOFTW...
────────── 链接信息 ──────────
🔗 论坛链接: linux.do
📎 访问地址: https://linux.do/t/topic/1347084/1
─────────────────────────────
📢 来源:LINUX DO