![]() |
|
#1
|
||||
|
||||
|
Is there a free task scheduler that can run a application/vbscript every few seconds. The windows task manager has a 60 second minimum.
__________________
Kaspersky Internet Security 2009 Kaspersky Fan Club Kaspersky Lab Forum
|
|
#2
|
||||
|
||||
|
My suggestion: a batch file (.bat or .cmd), in windows task manager...
Quote:
![]() |
|
#3
|
||||
|
||||
|
Quote:
__________________
Kaspersky Internet Security 2009 Kaspersky Fan Club Kaspersky Lab Forum
|
|
#4
|
||||
|
||||
|
Quote:
![]()
__________________
Lean, Mean and Clean! Sandboxie, Buster Sandbox Analyser, Returnil 2008, Microsoft Virtual PC 2007 SP1, Drive Snapshot
|
|
#5
|
||||
|
||||
|
For situation like this I would use and recommend others learn to use Autohotkey.
It's an easy program or scripting language intended to create hotkeys for launching programs, automating key stroke and mouse click sequences and such, but it can also do a lot more if you learn to use it. It's free and you can initially use the included 'macro recorder' to create hotkeys, but to really benefit from it you need to put in a bit of time and effort to learn it. If you do, it'll become one of those programs you can't image living without.
__________________
Main machine: Samsung laptop, i7 QuadCore, 16GB RAM, SSD, USB3.0, Win7 Home Premium 64-bit (main), Mint 12.4 (linux newbie) Software: Comodo Internet Security, KeyScrambler, Keepass w/ Dropbox to sync, Sandboxie, Peerblock, Drive Snapshot, a2cmd, EasyBCD for custom boot, AutoHotkey. Last edited by pajenn : December 29th, 2010 at 04:59 AM. |
|
#6
|
||||
|
||||
|
I was using WinHotKey here but some of these new Ransom/Winlock/Screenlockers lock everything up where hotkeys just won't work whereas the batchfile, which has to be running before executing the malware, works a treat.
__________________
Lean, Mean and Clean! Sandboxie, Buster Sandbox Analyser, Returnil 2008, Microsoft Virtual PC 2007 SP1, Drive Snapshot
|
|
#7
|
||||
|
||||
|
AutoHotkey scripts don't require actual hotkeys to launch. For example, here's an example from the AutoHotkey help file of a script that runs in the background and closes annoying windows (if present) every 250 milliseconds:
Quote:
You could paste that into notepad and save it as an .ahk file. Then double click it to launch it, let Task Manager launch it, or add (a link to) it to Startup folder to load it automatically with Windows. Replacing the "WinClose,..." lines with "Run, calc.exe" would make it run the Calculator app repeatedly instead of closing windows. (Normally you may need to specify the full path to the exe or vbscript file whereas with calc.exe the path is available in the registry).
__________________
Main machine: Samsung laptop, i7 QuadCore, 16GB RAM, SSD, USB3.0, Win7 Home Premium 64-bit (main), Mint 12.4 (linux newbie) Software: Comodo Internet Security, KeyScrambler, Keepass w/ Dropbox to sync, Sandboxie, Peerblock, Drive Snapshot, a2cmd, EasyBCD for custom boot, AutoHotkey. |
| « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|
|