Tema: Re: Virusas win32 hllw pykspa
Autorius: Sigitas
Data: 2015-02-03 15:34:19
On 2015-02-03 10:17, Jonas Jonaitis wrote:
> Kaip panaikinti jį? Gal kas jau susidūrėte?
>
> Ačiū.
>
>
For each print job there are two spool files generated by the Windows 
NT/2000 spooler. One file with the .SHD extension for job settings, and 
one with the .SPL extension for the drawing commands.

Using notepad ..

@echo off
net stop spooler
cd\
cd \windows\system32\spool\printers
del *.spl
del *.shd
net start spooler
exit

Save as a c:\windows\clrspool.cmd

Setup a task schedule that runs the cmd sometime in the early morning 
when nobody will be printing.