My company seems to be hit by a virus that calls shutdown -r on all workstations. Until IT figures it out, I want to:
- run a console program (shutdown-a) every minute
- without it flashing a cmd.exe window on the screen.
Any suggestions?
|
My company seems to be hit by a virus that calls shutdown -r on all workstations. Until IT figures it out, I want to:
Any suggestions?
| |||
|
feedback
|
|
Seeing the timing does not have to be exact, I would just write a batch file like.
You do get one cmd prompt on-screen (which can be minimised), but it doesn't keep flashing up. | |||
|
feedback
|
|
Could it be this problem http://www.f-secure.com/v-descs/msblast.shtml#details Can you move shutdown.exe out of C:\windows\system32 temporarily? I do that on my XP machine and then from the command line shutdown -a fails, can't find the command Running a command minimized http://www.winhelponline.com/blog/run-bat-files-invisibly-without-displaying-command-prompt/ | |||||||
feedback
|
|
If you're able to install things, or just have python lying around anyway (Because let's face it, why not?)
Save that in a .pyw file, and run it. (I used this very basic idea to make a full-on scheduler a-la cron, to do all sorts of neat things. Useful!) | |||
|
feedback
|