Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Для аварийного удаления антивируса NOD32 x86
- Invoke-WebRequest "http://download.eset.com/special/avremover/avremover_nt32_enu.exe" -OutFile "E:\tmp\avremover_nt32_enu.exe" -UseBasicParsing
- #Для аварийного удаления антивируса NOD32 x64
- Invoke-WebRequest "http://download.eset.com/special/avremover/avremover_nt64_enu.exe" -OutFile "E:\tmp\avremover_nt64_enu.exe" -UseBasicParsing
- # Утилита Касперского для экспресс-проверки компа на вирусы
- Invoke-WebRequest "http://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe" -OutFile "E:\tmp\KVRT.exe" -UseBasicParsing
- # Утилита CureIT DrWeb для экспресс-проверки компа на вирусы
- Invoke-WebRequest "http://terrance.drweb.com/pub/drweb/cureit/setup.exe" -OutFile "E:\tmp\setup.exe" -UseBasicParsing
- # Антивирусная утилита Зайцева
- Invoke-WebRequest "http://z-oleg.com/avz4.zip" -OutFile "E:\tmp\avz4.zip" -UseBasicParsing
- # Диск Eset Live CD ####
- Invoke-WebRequest "http://esetsupport.ru/eset_sysrescue.iso" -OutFile "E:\tmp\eset_sysrescue.iso" -UseBasicParsing
- # Диск Kasperskiy Rescue CD 10
- Invoke-WebRequest "http://rescuedisk.kaspersky-labs.com/rescuedisk/updatable/kav_rescue_10.iso" -OutFile "E:\tmp\kav_rescue_10.iso" -UseBasicParsing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement