zerosama
New Member
- Joined
- Jun 15, 2023
- Messages
- 5
- Thread Author
- #1
Hello!
I recently installed Windows 11.
I want to change the shortcut winKEY + E to another folder.
I used the below code and it worked on another laptop, but now I got the error from title.
I am using Bitdefender with the attached settings.
What can I do?
Thank you!
I recently installed Windows 11.
I want to change the shortcut winKEY + E to another folder.
I used the below code and it worked on another laptop, but now I got the error from title.
Code:
REG FILE:
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\\flori\\Documents\\launch.vbs\""
// VBA FILE:
WScript.CreateObject("Wscript.Shell").Run "C:\Users\flori\Downloads"
I am using Bitdefender with the attached settings.
What can I do?
Thank you!