View Issue Details

IDProjectCategoryView StatusLast Update
0022299MMW 5Generalpublic2026-08-29 19:18
Reportermichal Assigned To 
PriorityimmediateSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2027 
Target Version2027Fixed in Version2027 
Summary0022299: MM can create unwanted entries GoogleChromeAutoLaunch_xxxx in Windows autorun
DescriptionIt seems new Chromium has some experimental feature causing, that it can create entries like
"mediamonkey\chrome.exe" --startup-foreground-launch
in Windows Autorun registry section (HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run). Such exe even does not exist, so it does not run anything, but it can clutter Windows registry a lot, because it always creates the same entry with new unique ID few second after every app start. We should switch this feature "LaunchOnStartup" off in Chromium.
Additional Informationhttps://www.mediamonkey.com/forum/viewtopic.php?p=534055#p534055
TagsNo tags attached.
Fixed in build3519

Activities

michal

2026-08-29 08:12

developer   ~0081975

Last edited: 2026-08-29 08:15

Fixed in build 3519. Affected users should delete entries manually (they will need admin rights), i.e. delete in regedit all keys from HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run with name like GoogleChromeAutoLaunch_<GUID> and value containing "MediaMonkey\chrome.exe" --startup-foreground-launch

michal

2026-08-29 19:18

developer   ~0081976

I added also automatic cleanup of these entries during the first run of the new build. It cleans only entries for the same installation folder, to be sure, we really clean only these "our" values.