Windows Script Host error in AppData\Local\Updates\Run.vbs , Line: 31 , Char: 1 . The System cannot find the file specified .
I have this error that comes up on Startup . and i don't know how to fix it . Is it a dangerous error or is it not so threatening please ? and how can i fix this ? i only started to see this error like from yesterday .
Windows for home | Windows 10 | Performance and system failures
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
74 answers
Sort by: Most helpful
-
Anonymous
2022-07-18T08:54:37+00:00 -
Anonymous
2022-07-18T09:09:10+00:00 Line 31 contains the code to run this file:
C:\Users%username%\AppData\Local\Updates\Windows.bat
Since that Batch file is missing (probably deleted by your antimalware app), the script encounters error 2 ("file not found").
BTW, I suppose you've followed the steps given by Dave in this thread to clear the error during startup.
-
Anonymous
2022-07-24T16:04:46+00:00 I have a similar problem and this is the content of the notepad.exe when I ran the command above.
-
Anonymous
2022-07-24T16:12:16+00:00 I have a similar problem and this is the content of the notepad.exe when I ran the command above.
Thanks.
Since that Batch file is missing (probably deleted by your antimalware app), the script encounters error 2 ("file not found").
BTW, I suppose you've followed the steps given by Dave in this thread to clear the error during startup.