Hi, I'm currently on Windows 10 but the problem I'm about to tell you about has been occurring back when I was on Windows 8.1. Everytime I turn on my laptop a Windows Script Host error comes up, saying:
Script: C:/ProgramData/Lenovo-31300.vbs;
Line: 2;
Char:1;
Error: The system cannot find the file specified;
Code:80070002;
Source: (null)
I look up with the File Explorer for the mentioned script and open it up with the Note Pad and this is what has inside:
Set shellObject = CreateObject("WScript.Shell")
resultCode = shellObject.Run ("""C:\ProgramData\Lenovo\SupportTVSU/SupportFeed.CMD""", 0, True)
Set shellObject = Nothing
WScript.Quit resultCode
I uninstalled some Lenovo programs from my laptop some time ago, but frankly I don't remember which ones were (too much unnecessary crap). If you could assist me resolving this issue I would really appreciate it! It's kind of annoying to see that message every time I boot up my machine.
Thanks in advance.
Script: C:/ProgramData/Lenovo-31300.vbs;
Line: 2;
Char:1;
Error: The system cannot find the file specified;
Code:80070002;
Source: (null)
I look up with the File Explorer for the mentioned script and open it up with the Note Pad and this is what has inside:
Set shellObject = CreateObject("WScript.Shell")
resultCode = shellObject.Run ("""C:\ProgramData\Lenovo\SupportTVSU/SupportFeed.CMD""", 0, True)
Set shellObject = Nothing
WScript.Quit resultCode
I uninstalled some Lenovo programs from my laptop some time ago, but frankly I don't remember which ones were (too much unnecessary crap). If you could assist me resolving this issue I would really appreciate it! It's kind of annoying to see that message every time I boot up my machine.
Thanks in advance.