Interesting concept but this program pretty much will set off every major antivirus program out there and separately requires the computer it runs on to disable Windows Defender and the Malicious Software Removal Tool... but you knew that already

Now if you could accomplish this without all that, you could really have something until someone out there uses your program in the next virus, then everyone will detect it again.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
"DisableAntiSpyware"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MRT]
"DontOfferThroughWUAU"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"DisallowRun"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowRun]
"1"="mrt.exe"
Thank you, yeah I think it's very interesting as well. I know the Antivirus stuff is annoying, but I'm working on a way to bypass that but also I would not want someone using this in a virus for sure.