Hi tsf1jay,
OK, could you run this batch file? There was a typo in the previous one. My bad.
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
check2.bat. Choose to save as "
All files" and place it on your desktop.
It should look like this:
Double-click check2.bat on your desktop.
Notepad should open with text in it. Please post the contents of that text here.