[Help] How to turn on/off AveDesk automatically during gaming

Hi Can does anyone know how to turn off AveDesk during playing online games?? At the moment i have to turn it off in Windows Task Manager, however this is long, and plus i'm quite laszy to turn it off and then bak on after gaming. This has sorta been done for Object Dock and it works for that, but i was wondering if there is a way for AveDesk?

Thanks in Advance :slant:

#227807

I understand you're new, and it would be quite hard to find the right search terms, but still, it can't help to browse the forums first.

At least you tagged your thread properly :) .

Basically, you can use batch files, or external programs.

With Batch files: http://www.aqua-soft.org/board/showthread.php?t=16047

External Program (mentions two): http://www.aqua-soft.org/board/showthread.php?t=10982

Hope this helps!

-NC

#227808

Quick question.. does AveDesk actually effect gaming for you?

Just curious as I never turn it off... Doom 3 for example if fine with it.

#227809

Yes there is:

	Dim WshShell, AveDesk
Set AveDesk = CreateObject("AveDesk.Application")
AveDesk.Close
Set AveDesk = Nothing
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "yourpathyourgame.exe", 1, true
Set WshShell = Nothing
Set AveDesk = CreateObject("AveDesk.Application")

substitute the yourpathyourgame.exe part with your actual game,

save this snippet as mygame.vbs and doubleclick it. Of course, you still have to tell us why you want to do that :)

#227810

Hey, thanks for reply's i will check out these forums now. I'm kinda new sorta, but i mainly belong to the Aero-Soft Forums, it's just that the AveApps belong here so i thought i would get help. In answer to ur question, i actually just got a new Logitech 510 gaming mouse. However, it was driving me nuts at why when i turned in first person games, that my mouse would lag. Therefore i did a big investigation by closing all apps in Windows task manager. Finally, for some reason it was AveDesk! However i am running systat and i have a suspicion that it might be the Aero Weather config i got :). O.k thanks for ur help, i'll check forums now!

#227821

Yes there is:

	Dim WshShell, AveDesk

Set AveDesk = CreateObject("AveDesk.Application")

AveDesk.Close

Set AveDesk = Nothing

Set WshShell = WScript.CreateObject("WScript.Shell")

WshShell.Run "yourpathyourgame.exe", 1, true

Set WshShell = Nothing

Set AveDesk = CreateObject("AveDesk.Application")

substitute the yourpathyourgame.exe part with your actual game,

save this snippet as mygame.vbs and doubleclick it. Of course, you still have to tell us why you want to do that :)

O.k i tried that script and now i get a VB script error saying something like error in Line 6, char 5. Sorry i don't know how to post a photo

#227823

Omg don't worry i got it now, how stupid was I? I completely forgot that Object Dock Proggy's can be run With AveDesk :D:D:D. Therefore i just used that dock program taht i orignally used with AveDesk :D. O.k anyway thanks for ur help.

#227828