Questions tagged [windows-defender]

Use with Windows Security which was formally called Windows Defender Security Center

References:
Help protect my device with Windows Security

Related tag:
Windows-Security

180 questions
1
vote
0 answers

I'm Getting this Trojan Detection Error When Installing Laravel

I'm trying to create a new project using "laravel new projectName". During installation it threw this error: ... - Removing graham-campbell/result-type (v1.0.1) - Downgrading vlucas/phpdotenv (v5.2.0 => v4.1.8): Loading from cache - Installing…
Siddique
  • 11
  • 2
1
vote
0 answers

How can i remove threat using Windows Defender Functions

I am using Windows Defender Function to scan folder. First I opened windows defender manager using MpManagerOpen. Next I started scanning using MpScanStart function. And then, I enumerated all threats using MpThreatOpen function. My goal is how to…
Jack Lee
  • 363
  • 5
  • 18
1
vote
1 answer

Windows Defender/Security deletes my "hello world" program

I'm trying to start a new C project using BearLibTerminal, compiling with gcc. I'm able to compile the hello world, but when I try to launch, Windows Security gives an error, which reads "Operation did not complete successfully because the file…
Sam Warren
  • 21
  • 2
1
vote
0 answers

SmartScreen and EV Code Signing Certificate

I'm about to deploy an installation package of my software online as EXE installer file that users will be able to download from the website of my company, and then run and install. The installer and the applicatoin itself is C# .NET. The…
msporek
  • 1,187
  • 8
  • 21
1
vote
1 answer

Windows Defender Blocks getting Pointer location in Java

I am using the below code to get the pointer location but windows 10 blocks the access as I run the application. while (true) { //Thread.sleep(100); try { System.out.println("(" +…
Jamshaid
  • 370
  • 2
  • 11
  • 40
1
vote
1 answer

Documents and Music folder -> Windows Defender Ransomware protection breaking my app

So it looks like Windows 10 Ransomware has broken my app (StationRipper). It's a C++/MFC app, but it looks like it would break any app that is doing what StationRipper is doing. My high-level question: My app needs to write files (e.g., mp3's) as…
Greg
  • 424
  • 1
  • 4
  • 14
1
vote
3 answers

Powershell Set-MpPreference -DisableRealtimeMonitoring $true not working

To disable the Windows Defender, I am using the PowerShell (as an administrator) in Windows 10 to run the following command: Set-MpPreference -DisableRealtimeMonitoring $true But the real time protection is not getting disabled. Can anyone have…
sam
  • 481
  • 2
  • 8
  • 21
1
vote
1 answer

My C# DotNet DLL being detected as Ransomware by Windows Defender

This is a real shot in the dark. I have a C# DotNet solution (Visual Studio 2010) that consists of the EXE and several class library support DLLs. The Solution uses SMO (SQL Management Objects) to connect to and browse a database. One of the DLLs is…
Neil Weicher
  • 2,370
  • 6
  • 34
  • 56
1
vote
1 answer

Why does scanning a single file in Powershell with Start-MpScan take longer than using the context menu option?

I'm currently writing a script to use Windows Defender for scanning various files. I've read the documentation on Microsoft Docs - StartMpScan, however I am running into an issue when attempting to scan a single file or folder. Documentation…
1
vote
0 answers

Generally how many days it takes by Windows smart screen to white list a published digitally signed exe?

I have developed a Windows executable which has to be downloaded from my website by a user to run. The exe is code signed by regular certificate(not ev). My concern is when a user is downloading the software and run, the Windows smart screen is…
1
vote
0 answers

Windows Defender extremly slowing down Macro only on Windows 10

I wrote a large VBA program which, in a nutshell, calculates the energy need of buildings. It would be way to much code to post here but firstly it reads a configuration file for each building, then loads some heat load profiles from the disk and…
John Doe
  • 91
  • 7
1
vote
0 answers

How to whitelist a UNC from Windows Defender SmartScreen by GPO?

I have some C# ClickOnce applications distributed via our intranet UNC. Recently, a new organization level GPO has been pushed down removing the "Run Anyway" button. I need a method of adding the application to the trusted list within windows…
DKATyler
  • 914
  • 10
  • 16
1
vote
1 answer

Win 10 changes the permission of .exe file after running it once?

I got a very strange problem. I used a notebook computer installed with Win 10, and compiled a .exe file from a very simple .c file using Dev-C++. The .exe file was created on the Desktop, and I could run the .exe file -- once only. After running…
1
vote
1 answer

Can't download my own executeable c#

I just made a small and simple windows form. I uploaded the .exe to mediafire so anyone could download it, but when someone(or even myself) tries to download it: windows defender instantly deletes it, because it thinks it is a virus. Is this a…
Aiko
  • 153
  • 2
  • 16
1
vote
1 answer

Windows Defender API to scan a directory for malwares

Using Windows Defender API , I'm trying to do a scan for malwares on a folder. Following The documentation I wrote the code: MPRESOURCE_INFO ResourceInfo = { 0 }; MPSCAN_RESOURCES ScanResource = { 0 }; PMPRESOURCE_INFO ResourceInfoArray =…
macro_controller
  • 1,469
  • 1
  • 14
  • 32