Hi!
I wanted to show you little script, which could let you test if your AV is set-up properly.
It's enough to paste this code to Notepad and save it with any name you want with *.bat extension.
<pre class="ipsCode">X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*</pre>
IMPORTANT NOTE:
If you have set your AV up properly, it will block that file (considering it as a virus).
But that file is NOT a virus - it's quite harmless, so don't worry about your machine :lol:
Here you can read more about that file.
And now surprise - how to open DVD drive using VBScript ?
Open Notepad and paste this code in it. Then save it with any name you want with *.vbs extension.
<pre class="ipsCode">Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
End If</pre>
Double click to execute that script.
Have fun " data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/tongue@2x.png 2x" width="20" height="20">
I wanted to show you little script, which could let you test if your AV is set-up properly.
It's enough to paste this code to Notepad and save it with any name you want with *.bat extension.
<pre class="ipsCode">X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*</pre>
IMPORTANT NOTE:
If you have set your AV up properly, it will block that file (considering it as a virus).
But that file is NOT a virus - it's quite harmless, so don't worry about your machine :lol:
Here you can read more about that file.
And now surprise - how to open DVD drive using VBScript ?
Open Notepad and paste this code in it. Then save it with any name you want with *.vbs extension.
<pre class="ipsCode">Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
End If</pre>
Double click to execute that script.
Have fun " data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/tongue@2x.png 2x" width="20" height="20">