From 3cde876333c9f7effb9636bb7ce49400dd4dc6bd Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Thu, 17 Mar 2022 22:14:36 -0600 Subject: [PATCH] win10 issue --- docs/faq/m-flasher.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/faq/m-flasher.md b/docs/faq/m-flasher.md index 4a48f1c3..142efee4 100644 --- a/docs/faq/m-flasher.md +++ b/docs/faq/m-flasher.md @@ -9,3 +9,7 @@ sidebar_label: Meshtastic Flasher ### Why does my operating system flag Meshtastic Flasher as having malware? The flasher contains no malware and completely passed the Microsoft malware scanning. It appears that a lot of file download services are using the Windows Defender data, so if you're seeing alerts of a detected trojan please [update your Windows Defender definitions](https://www.microsoft.com/en-us/wdsi/defenderupdates). + +### What if I'm still having issues on Windows 10? + +It's been reported that `App execution aliases` might conflict with one another and prevent python from being able to run properly. There is an example of a fix located [here](https://github.com/meshtastic/Meshtastic-gui-installer/issues/154).