home.social

#adrenalinsoftware — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #adrenalinsoftware, aggregated by home.social.

  1. How to remove “AMD Software Adrenalin Edition” from Context Menu in Windows 11

    Problem: After installing the AMD Adrenalin Software, a new entry appeared in the Explorer Context Menu. What I find super annoying is that it dows nothing else than opening the Adrenalin Software. There is no Context at all. So: get rid of it.

    A quick Search reveals that this is a common problem. Yet a lot of solutions pointing towards deleteing the according entry in the Registry Editor were not applicable as the entry didn’t exist in my case.

    Solution: On Reddit, I found this thread which mentions to remove the entry via the following command in Powershell:

    Get-AppxPackage -AllUsers AdvancedMicroDevicesInc-RSXCM | Remove-AppxPackage -AllUsers

    Note: RSXCM might be an abbreviation for Radeon Software X[something] Context Menu

    #AdrenalinSoftware #AMD #ContextMenu