Search found 1 match

by he125125
20 Mar 2022, 15:39
Forum: General
Topic: Discord blocking keys
Replies: 0
Views: 6762

Discord blocking keys

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?