Tema: Re: Virusas win32 hllw pykspa
Autorius: Jonas Jonaitis <pavardė@microsoft.com>
Data: 2015-02-04 13:45:11
Paleidau tą cmd failiuką, parasė kad nerado *.spl ir *.shd failų, bet
kartais vis iššoka lentelė su viruso nukenksminimu :)
"Sigitas" <sigbart@takas.lt> wrote in message
news:maqior$nfg$1@trimpas.omnitel.net...
> 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.
>
>