Tuesday 17 November 2015

Canon PIXMA MG7550: Default Username & Password

Browse to: http://{ipaddress}

Username: ADMIN
Password: canon

Tuesday 3 November 2015

Malwarebytes Anti-Malware: BusinessMessaging.exe System Error

The following error message is displayed at startup:

BusinessMessaging.exe - System Error

The program can't start because Qt5Widgets.dll is missing from your computer. Try reinstalling the program to fix this problem.

This can be caused following the uninstallation of Malwarebytes Anti-Malware from a domain joined computer.

To resolve:

(x86)
Open Registry Editor
Browse to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
Review and delete the Malwarebytes Anti-Malware key

(x64)
Open Registry Editor
Browse to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run
Review and delete the Malwarebytes Anti-Malware key

Alternatively, from an elevated PowerShell prompt:

(x86)
Remove-ItemProperty -Name 'Malwarebytes Anti-Malware' -Path 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Run'

(x64)
Remove-ItemProperty -Name 'Malwarebytes Anti-Malware' -Path 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run'

or remove the startup entry using msconfig.