Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
remote control for iTunes problem; QM2.1.9 startup bug
#3
One of QM 2.1.9 beta bugs - the "Program: run at startup" checkbox in Options does not work. Run this macro instead:

Code:
Copy      Help
sel mes("Run QM at startup" "" "YN?")
,case 'Y'
,str s.format("''%sqm.exe'' S" _qmdir)
,rset s "Quick Macros" "SOFTWARE\Microsoft\Windows\CurrentVersion\Run" HKEY_LOCAL_MACHINE
,case 'N'
,rset "" "Quick Macros" "SOFTWARE\Microsoft\Windows\CurrentVersion\Run" HKEY_LOCAL_MACHINE -1
,


Or create shortcut in Startup folder. Or install QM 2.1.8.
_________

Normally QM does not slow down computer.

What is CPU usage of qm.exe process? You can see it in Task Manager. To run Task Manager, press Ctrl+Alt+Delete. When QM is hidden, CPU usage should be 0.

What is displayed in "Threads" dialog? To open the dialog, click menu Tools -> Threads.

What is your operating system. Windows XP?


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)