Forum Discussion
New Teams - Video freezing
MSI users and anyone else can refer to my post near the bottom of page 7 for how to figure it out without an explicit folder reference.
Rob_ICP_AZ I have an ASUS ROG Maximus VIII but I can't find any blackapp file or a-volute folders. Nahimic doesn't even show up under any of my services. The only searches I was able to find are these:
- Rob_ICP_AZDec 21, 2023Brass Contributor
ilandsj I don't know man, looks like that's a pretty old MB (2015) and it's very possible Nahimic changed their software around a bunch since then. I have a B650E-F which is from 2022 or 2023 and still in the current lineup, that's what I'm going off of. Your system is obviously using Nahimic's software from the search, but it could be the same issue with different specifics for the fix (or if they don't have an exclusions file it could be impossible to fix without removing it), or a different issue entirely.
We got lucky that someone from a Dell forum had a solution for theirs and shared it here, and I was able to extrapolate that to other systems using the same basic Nahimic layout (which appears to be common to newer releases). But if the layout is completely different, I don't know.
They could have renamed their exclusions file since yours was made - you might have to do some kind of findstr search for something you would expect to find in it. I attached mine (as a docx because for some reason txt is not allowed), you can look through it for search strings to try if you want to pursue this.
You'd run it like:
findstr /i /s "firefox.exe" *
I would start in %programdata%, but if you get nothing you might have to expand to the entire C: drive.
Good luck.