Power Toys and MSI Installer Problem

Today I noticed that my computer was slower than usual. A brief investigation revealed that PowerLauncher.exe was causing other running MSI installers to fail when setting up shortcuts.

The reason was Power Toys. I observed unusually high SSD activity. The tool I typically use in such cases is Process Monitor from Sysinternals, and here’s what I observed:

image-20241207061240640

Temporary file with pretty large size:

image-20241207061347154

and lot of entries related to the shortcut in log file:

image-20241207061516895

The reason was Update of Visual Studio 2010, which I installed for some legacy projects:

image-20241207061622882

After short digging into internet found similar issue:

PowerLauncher.exe causes other running MSI installers to fail to set up the shortcut #34391.

So, the PowerToys and Power Launcher was killed from the Task Manager,

Unistallation was slightly painful:

image-20241207061902817

But second attempt was successfull. After restart the Windows Updates was installed successfully and everything went normal back.

Will keep Power Toys unistalled for the moment, and wait for bug fix (hopefully will be fixed someday).