Discord blocking keys

Announcements, questions
Post Reply
he125125
Posts: 1
Joined: 20 Mar 2022, 15:35

Discord blocking keys

Post by he125125 » 20 Mar 2022, 15:39

I've made a simple script that opens a web browser:

Code: Select all

Dim WshShell
set WshShell = CreateObject("WScript.Shell")
WshShell.Run "brave"
It works on every app execpt discord how can i fix this?

Post Reply