雪纷飞 (@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...