I use some scripts to copy some strings which I frequently use. I assigned hotkeys to them, with which I can copy those string with keyboard shortcuts.
The problem is that Windows is taking way too long to run those scripts. From another Super User question (Slow Windows Desktop Keyboard Shortcuts), I understand that Windows queries all the existing windows if they have that hotkey before executing.
In my case, those windows definitely wouldn't exist because they close as soon as they copy strings to the clipboard. How can I disable Windows checking all existing windows for hotkey matches?