Skip to main content

Menghapus Virus !My Picture dan Virus ShortCut dengan 2x klik




Hallo semua sahabat blogger!!!! wahwah, sudah lama banget nggak ngeblog nih, dari mulai awal Ujian Nasional tinggat SMA sampai sekarang kuliah. :D jadi nggak enak nih mau share tapi malah di sibukin sama kegiatan dan tugas kuliah. mumpung sekarang lagi bebas-bebas nya kegiatan kuliah, saya nyempetin ngasih tutorial + script buat menghilangkan virus ShortCut dan Virus !My Picture.
sebelum menginjak ke langkah-langkahnya, saya akan memberikan ciri-ciri laptop atau PC yang sudah terinfeksi oleh dua virus ini.

# berikut ciri-ciri dari virus Shortcut :
1. setiap kali flashdisk di colokin ke komputer atau laptop , semua isi/file yang ada di dalam flashdisk tersebut akan berubah menjadi shortcut semua.
2. ada software yang bernama "WSCRIPT.EXE" yang di jalankan oleh user. (cara melihatnya bisa melalui task manager)
3. apabila anda menggunakan antivirus SMADAV , tiap kali flashdisk di tancapkan smadav akan langsung mendeteksi adanya virus dan semua file dalam jendela smadav tersebut berekstensi *.lnk .
# Berikut ciri-ciri dari virus !My Picture :
1. setiap drive laptop anda ( partisi hardisk ) contohnya : local disk (D:) atau (C:) dll. akan bisa di temui file yang bernama !My Picture.scr . dengan gambar wanita cantik . :D

2. apabila PC/laptop anda sudah lama terjangkit oleh virus ini.
PC/laptop akan sering BlueScreen.
3. laptop akan selalu restart, ketika di shutdown.

nah, dengan ciri-ciri di atas, kita akan mudah sekali mengenali virus yang ada di PC/laptop kita. sekarang pertanyaannya adalah. apakan laptop anda juga mengalami kejadian yang sama dengan ciri-ciri di atas?. apa bila jawabannya "ya" , anda sekarang berkunjung ke blog yang tepat.
cukup basa-basinya, sekarang lanjut ke langkah-langkahnya. fungsi : membasmi worm shortcut + !My Picture
bahasa : batch progaming
 

langkah-langkah membasmi virus shortcut dengan script :
1. copy sript di bawah ini.

@echo off
taskkill -im wscript.exe -f
taskkill -im wscript.exe -f
REG DELETE "HKCU\Software\Microsoft\Windo
ws\CurrentVersion\Run" /f /v "tlktkovwwq"
cd /d c:\
attrib /s -s -r -h +a tlktkovwwq..vbe
del /s tlktkovwwq..vbe -f
attrib -s -r -h +a d:\*.*
attrib -s -r -h +a e:\*.*
attrib -s -r -h +a f:\*.*
attrib -s -r -h +a g:\*.*
attrib -s -r -h +a h:\*.*
attrib -s -r -h +a i:\*.*
del /s d:\tlktkovwwq..vbe
del /s e:\tlktkovwwq..vbe
del /s f:\tlktkovwwq..vbe
del /s g:\tlktkovwwq..vbe
del /s h:\tlktkovwwq..vbe
del /s i:\tlktkovwwq..vbe
msg * Deleting Worm Shortcut Finish!!
pause

2. buka notepad, lalu paste script tadi.
3. simpan file dengan extensi *.bat. caranya, ganti isi dari combobox " Save as type " yang awalnya "txt" menjadi "all file"--> lalu berinama file tersebut dengan nama "shortcut.bat", tanpa tanda kutip.
4. jalankan file tersebut. ( akan lebih baik di gunakan saat "safe mode").
=============================================================================================
langkah-langkah membasmi virus !My Picture dengan script :
1. copy sript di bawah ini.

@echo off
taskkill -im GoogleChrome.exe -f
taskkill -im GoogleChrome.exe -f
REG DELETE "HKCU\software\ed695f7a0a96a42
1871268638e7cecd4" /f
REG DELETE "HKCU\software\ed695f7a0a96a42
1871268638e7cecd4" /f
cd /d c:\
attrib /
s -s -r -h +a ed695f7a0a96a421871268638e7cecd4.exe
attrib /
s -s -r -h +a ed695f7a0a96a421871268638e7cecd4.exe
del /
s ed695f7a0a96a421871268638e7cecd4.exe
del /
s ed695f7a0a96a421871268638e7cecd4.exe
del /s GoogleChrome.exe
del /s GoogleChrome.exe
del /s *.scr
del /s *.scr
cd /d d:\
del /s *.scr
del /s *.scr
cd /d e:\
del /s *.scr
del /s *.scr
cd /d f:\
del /s *.scr
del /s *.scr
cd /d g:\
del /s *.scr
del /s *.scr
cd /d h:\
del /s *.scr
del /s *.scr
cd /d i:\
del /s *.scr
del /s *.scr
msg * !My Picture has Cleaned
pause
2. buka notepad, lalu paste script tadi.
3. simpan file dengan extensi *.bat. caranya, ganti isi dari combobox " Save as type " yang awalnya "txt" menjadi "all file"--> lalu berinama file tersebut dengan nama "mypicture.bat", tanpa tanda kutip.
4. jalankan file tersebut. ( akan lebih baik di gunakan saat "safe mode").

visit : http://ilmusekolahan.blogspot.com/



bagi yang mau download file *.bat nya langsung, bisa klik download di bawah ini :
DOWNLOAD

WARNING : di mohon untuk teman-teman agar tidak mengcopy ulang link di atas. penulis mencoba untuk mempertahankan agar link tetap hidup dan dapat terus di gunakan oleh pengunjung yang tertarik untuk mendownloadnya. 

Popular posts from this blog

Automatic API Documentation Swagger in Golang #GolangDev

pixabay.com In this article, I'll explain how to generate an API blueprint instantly using SwagGo in Golang. API blueprint is a document that contains a bunch of API endpoints, its slickly same as documentation but less description, it's allow another programmer to read and see all the available endpoint and try it out with sandbox feature. Swagger is one of the most used API blueprints right now, it's available in free but limited usage. if you wanna use the free credit, you need to understand YAML notation, you can read the example notation in swagger official documentation. but again, it's really hard and takes an expensive time to arranges all the notation to achieve a good API blueprint. fortunately, there are tools in Golang that allow us to generate the YAML notation and automatically generate the blueprint page with only using markup notation, and it's FREE unlimited for self-host, insane right? SwagGo tools are available here , the documentation is very cl...

Create MVC Pattern Using Echo Framework #GolangDev

pixabay.com Hi, Back again. today I am gonna share about Go Language, yes it is a new programming language that really fast growing this day, so many startup using it, especially in indonesia, there is a Gojek, Dana, Tiket and many more. Go Lang is a programming language found by google engineer, this language is a multi paradigm language, you could use it as functional programming or treat it like an OOP bases. Echo is an framework that use Golang as a main language, to use a fast and reliable backend/web apps, as you know Golang has a really fast performance than other language, one of the reason is because its compiled not interpreted, so the Echo claim that its 10x faster. insane right ? Actually I didn't test the performance yet, but yeah for newbie like me in golang its not the main thing that you must understand, so the thing that we should know is how we actually can do with Golang.  I am person with MVC bases, before jump to golang, I have experience with La...

Playing with Hooks in Gorm #GolangDev

Pixabay Hello everyone, I would like to share some tricks in gorm, the Idea of this tricks is to execute a command or code statement in the middle of an ORM operation, if you ever know about trigger in the query language, then hooks is just kinda like that. Hooks could execute statement in some events such as: beforeCreate, beforeUpdate, afterCreate,  and afterUpdate . those event is similar as a trigger,  when the trigger is executed in DBMS layer, hooks are executed in the application layer. In my real case, my current company has different convention of naming database column, so when I try to implement ORM, a lot of columns such as created_at, updated_at and deleted_at can't be generated automatically. also if you have a custom UUID you could pass the value UUID generator into hooks before the insert is executed. for more detail let's jump into code : # Explanation Above code containing model struct, and several methods from gorm to serve model, TableName method used to d...