leecher1337 / ntvdmx64

Run Microsoft Windows NTVDM (DOS) on 64bit Editions
805 stars 81 forks source link

install.bat #111

Closed agentxan closed 3 years ago

agentxan commented 3 years ago

The entries added by install.bat to defender were added as

"C:\WINDOWS\system32\ldntvdm.dl "C:\WINDOWS\syswow64\ldntvdm.dll

Defender still flagged them. I think there is an extra " in the commands

I changed "DefExclusion="%SystemRoot%\system32\ldntvdm.dll" to "DefExclusion=%SystemRoot%\system32\ldntvdm.dll" and "DefExclusion="%SystemRoot%\syswow64\ldntvdm.dll" to "DefExclusion=%SystemRoot%\syswow64\ldntvdm.dll"

This then works fine and the entries were added as

C:\WINDOWS\system32\ldntvdm.dl C:\WINDOWS\syswow64\ldntvdm.dll

and defender does not detect a problem

AngryDavid808 commented 3 years ago

Looks like a simple mistake in the code inside the file. No biggie. Hope @leecher1337 sees it.

leecher1337 commented 3 years ago

Thank you for your report. I guess with commit above, it can be considered fixed, therefore I close this issue.