c# - How to stop windows defender from scanning files that are opened? -


i having issue windows defender when open file using

new filestream(path, filemode.open, fileaccess.read); 

windows defender attempt scan file attempting read via service msmpeng.exe. scan making performance severely degrade because files not on true random access device.

my question there way in c# or visual studio stop windows defender scanning files attempting open? or forcing user add exception application option?


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -