On my corporate computer, a keyboard shortcut (R ALT + W) is assigned to open a powershell app.
I would like to deactivate this shortcut, because it's conflicting with my keyboard mapping.
Using process explorer, I could identify the command line involved :
powershell.exe -sta -noprofile -executionpolicy bypass -file form.ps1
But I'm not able to find where the keyboard shortcut is defined.
Any idea to do this ?