Hello!
The error you are seeing, "Windows Script Host error 80070002," typically occurs when the system cannot find the specified file. In your case, it is possible that the system cannot find the "launch.vbs" script you specified in your registry file.
To resolve this issue, you can try the following steps:
1. Double-check the file path specified in your registry file and ensure that the script exists in the specified location.
2. If the file exists, try running the script manually to ensure that it works as expected.
3. If the script runs successfully, try editing the registry file to use the full file path instead of a relative path, such as "C:\Users\flori\Documents\launch.vbs" instead of "\Documents\launch.vbs".
4. You can also try...