Hi tsf1jay,
I’m sorry for the late reply. I’ve having some of our experts look over your thread.
You have a relatively new type of malware. So, here’s what we do first.
Please open
Notepad (Start -> Run -> type
notepad in the Open field -> OK), and copy and paste the text present
inside the code box below:
Code:
For /F "TOKENS=*" %%g IN ('dir /s/a-d/b %windir%\ndis.sys'
) Do @echo "$$~g" %%~zg %%~tg >>report.txt 2>nul
start notepad report.txt & exit
Save this as
check.bat. Choose to save as "
All files" and place it on your desktop.
It should look like this:
Go to the desktop and double-click on check.bat and post back with the text that will open.
In case you still are unsure on how to create a BAT file, please take a look
HERE with screenshots.