zerosama
New Member
- Joined
- Jun 15, 2023
- Messages
- 5
- Thread Author
- #1
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:
Launch.vbs:
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.
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.