-
I have Discord in a red hardened sandbox with data protection, but haven't been able to fully block the "Share my screen" feature; the Screens tab can still see my desktop. |
Beta Was this translation helpful? Give feedback.
-
You can try blocking some gpu related dll files. # Intel
ClosedFilePath=Discord.exe,*\igc*.dll
# NVDIA
ClosedFilePath=Discord.exe,*\nv*.dll
ClosedFilePath=Discord.exe,\Device\NvAdminDevice
# AMD? |
Beta Was this translation helpful? Give feedback.
You can try blocking some gpu related dll files.