Tema: Re: Virusas win32 hllw pykspa
Autorius: Jonas Jonaitis <pavardė@microsoft.com>
Data: 2015-02-04 08:43:49
Dėkui, atrodo susitvarkiau, su Autoruns for Windows v13.0, task schedule 
pravaliau :)

"Sigitas" <sigbart@takas.lt> wrote in message 
news:maqior$nfg$1@trimpas.omnitel.net...
> 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.
>
>