Hello Joseph Lara,
Welcome to Microsoft Q&A forum. I'm happy to help.
Thanks for sharing your issue here, as I checked, this error mean that the script in that path is requesting a file that doesn't exist. It is specified that the path can be found in line 2 of the script. Before we proceed, may I know when did this start and if there are any changes to your computer before that?
For this issue, the first thing we can do to fix this is to disable the script from running.
- Using Task Manager.
- Go to Task Manager > Startup
- Find entries mention the .vbs script and escript.exe,
- Select it and click Disable.
- Restart your PC.
- Using Task Scheduler.
- Type "Task Scheduler" in the search bar and press Enter.
- Open Task Scheduler Library.
- Check and disable (or delete if you don't need it) all task running wscript.exe or the .vbs file.
- Restart your PC.
- Edit registry. Disclaimer: Generally, modifying registry subkeys or work group is intended for advanced users, administrators, and IT Professionals. It can help fix some problems, however, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For further protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click How to back up and restore the registry in Windows - Microsoft Support to view the article.
- Type "Regedit" in the search bar and press Enter.
- Locate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run and HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run.
- Check the right pane on both location and delete any entries containing:
- Audio system.vbs
- wscript.exe
- Netframework.4.5.2
- Restart your computer.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.