Icon not showing in Taskbar when launched via context menu

OK, you're a pro :smiley:

Can you try this from an admin command prompt:

cd C:\Program Files\Mp3tag
powershell -c "Add-ProvisionedAppxPackage -Online -PackagePath Mp3tagShell.msix -SkipLicense"

C:\Program Files\Mp3tag>powershell -c "Add-ProvisionedAppxPackage -Online -PackagePath Mp3tagShell.msix -SkipLicense"
Path :
Online : True
RestartNeeded : False

Can the UAC settings be affected? I have them turned off completely.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
EnableLUA -> 0

I'll do some experiments later.

I've tried with UAC disabled on a fresh install of Windows 11 22000.708 and it works without problems.

If you're using an admin account you can also try from an admin command prompt:

cd C:\Program Files\Mp3tag
powershell -c "Get-AppxPackage -name *mp3tag* | Remove-AppxPackage"
powershell -c "Add-AppxPackage Mp3tagShell.msix"

I've also just learned about Get-AppxLastError and Get-AppxLog — maybe they can shed some light into this issue?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.