Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft Defender troubles #3662

Closed
OldFox-62 opened this issue Sep 10, 2024 · 3 comments
Closed

Microsoft Defender troubles #3662

OldFox-62 opened this issue Sep 10, 2024 · 3 comments

Comments

@OldFox-62
Copy link

Update to ExplorerPatcher Version 22621.3880.66.5

On Windows 11 (23H2 Build 22631.4112)

Microsoft Defender:
"Operation did not complete successfully because the file contains a virus or potentially unwanted software"

@stevencook66
Copy link

Bitdefender also not happy with latest update:-

The app C:\Users\******\AppData\Roaming\ExplorerPatcher\Update for ExplorerPatcher from https꞉∕∕github.com∕valinet∕ExplorerPatcher∕releases∕latest∕download∕ep_setup.exe infected with Gen:Suspicious.Cloud.2.@B0@aaXsGSBT was moved to quarantine. It is recommended that you run a System Scan to make sure your system is clean.

@warwickcope
Copy link

Same thing here. Allowing the setup file on device in Defender doesn't change the outcome. Win11 21H2.

@Amrsatrio Amrsatrio closed this as not planned Won't fix, can't repro, duplicate, stale Sep 10, 2024
@Amrsatrio
Copy link
Collaborator

Amrsatrio commented Sep 10, 2024

Warning

You are downloading a file flagged as malware by Microsoft and very likely by other major antivirus vendors. We believe that this false flag indicates Microsoft's hatred against this software, not because this contains a virus or such.

Please include the following files and folders in your antivirus' exclusion list to prevent issues due to antivirus detections:

  • C:\Program Files\ExplorerPatcher
  • %APPDATA%\ExplorerPatcher
  • C:\Windows\dxgi.dll
  • C:\Windows\SystemApps\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy
  • C:\Windows\SystemApps\ShellExperienceHost_cw5n1h2txyewy

For Defender, you can run the following script in PowerShell as an administrator:

Add-MpPreference -ExclusionPath "C:\Program Files\ExplorerPatcher"
Add-MpPreference -ExclusionPath "$env:APPDATA\ExplorerPatcher"
Add-MpPreference -ExclusionPath "C:\Windows\dxgi.dll"
Add-MpPreference -ExclusionPath "C:\Windows\SystemApps\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy"
Add-MpPreference -ExclusionPath "C:\Windows\SystemApps\ShellExperienceHost_cw5n1h2txyewy"

If you are downloading from this page, please temporarily disable real-time protection or save to a folder excluded from antivirus scans.

Issues related to antivirus detections will be closed immediately. Discuss about this in #3228.

Read. For BitDefender add those paths manually in its UI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants