Showing posts with label virus. Show all posts
Shortcut Virus In Flash Drive
If ur pen drives get infected wid the new "SHORTCUT VIRUS" then u can remove it using this simple method.....
1. Open cmd as administrator;
2. type the command
attrib -h -r -s /s /d X:\*.*
(Replace X with your pen drive letter)
2. type the command
attrib -h -r -s /s /d X:\*.*
(Replace X with your pen drive letter)
DONE!!
Also, create an 'Autorun.inf' blank file in pen drive & make it read only or inaccessible from security tab which will possibly prevent this infection...
Also, create an 'Autorun.inf' blank file in pen drive & make it read only or inaccessible from security tab which will possibly prevent this infection...
Sunday, June 16, 2013
Posted by Unknown
Notepad Trick - Continuously eject CD/DVD drives
This trick will create a code which will continuously eject CD/DVD drive. If you put them back in, it will pop them out again untill u don't know how to stop it( explained blow the code " how to stop it" ). Copy this code and paste it in Notepad
and save it as cdrom.vbs or *.vbs
Double click to open this file and you will be impressed by this awesome trick.
How to stop it
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
and save it as cdrom.vbs or *.vbs
Double click to open this file and you will be impressed by this awesome trick.
How to stop it
- Open task manager or use ctrl+alt+del
- click on process tab
- select wscript.exe
- click on end process.
Sunday, March 17, 2013
Posted by Unknown
