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