Jump to content

Recommended Posts

Posted

Hi,

We are using XP Pro and at the minute are having problems with Conficker. I want to be able to view the scheduled taks on computers on the network, and without manually going to Run -> \\stationname\ then opening scheduled is thwere a quicker way or a tool that can get a batch for me?

Help would be brilliant,

Cheers,

- Stu

Posted

Can it be local on machines? Like BAT files/startup scrupts etc?

 

If so:

 

dir /b "%SystemRoot%\tasks" > blah.txt

 

And you should be able to just set a shared location for the text file.

 

Any use?

 

Steve

Posted

A good way of stopping conflicker at source is to make the root of all your shared drives read only.

 

It solved the virus overnight for us as it could not propagate any more.

Posted
The Windows Malicious Software Removal Tool can also be deployed via WSUS if you have many machines to update or you could download it to a share and script it to run silently.
Posted

Try this ..?

 

SCHTASKS /Query [/s system [/u username [/P [password]]]]

[/FO format | /XML [xml_type]] [/NH] [/V] [/TN taskname] [/?]

 

Description:

Enables an administrator to display the scheduled tasks on the

local or remote system.

 

Parameter List:

/S system Specifies the remote system to connect to.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...