How to change the location of windows key + E ?

zerosama

New Member
Hello,

I bought a new laptop and I am trying to change the location of windows key + E.

Until now I used a method with script.reg with launch.vbs :

Script.reg:

Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Classes\CLSID\{52205fd8-5dfb-447d-801a-d0b52f2e83e1}\Shell\opennewwindow\command]

"DelegateExecute"=""

@="wscript.exe \"C:\\Users\\NAME\\Documents\\launch.vbs\""

Launch.vbs:

Code:
WScript.CreateObject("Wscript.Shell").Run "C:\Users\NAME\Downloads"

I copy as path the launch.vbs file:

"C:\Users\NAME\Documents\launch.vbs"

But I always get the attached error.

What can I do? Thanks.

LE: I switched NAME with my actual pc name for privacy reasons.
 

Attachments

  • 2024-04-12 14_29_25-Windows Script Host.png
    2024-04-12 14_29_25-Windows Script Host.png
    28.6 KB · Views: 0
Back
Top