Windows 10: cannotfind script filec:\programdata\lenovo-23677.vbs

Discus and support cannotfind script filec:\programdata\lenovo-23677.vbs in Windows 10 Customization to solve the problem; Please help me remove this aggravating pop up... Discussion in 'Windows 10 Customization' started by Jacquelyn, Jul 27, 2018.

  1. Jacquelyn Win User

    cannotfind script filec:\programdata\lenovo-23677.vbs


    Please help me remove this aggravating pop up

    :)
     
    Jacquelyn, Jul 27, 2018
    #1

  2. Script Host error Lenovo-31300.vbs the system cannot find the file specified

    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 ****). 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.
     
    Simón DaríoValdivia, Jul 27, 2018
    #2
  3. Casheti Win User
    Question about scripts e.g. .vbs and stuff.

    I have been using wscript.echo "mymessage" to make a script with notepad and save it as a .vbs, but I was wondering if there was a way to change the text in the title bar of the popup when you run it?

    =D
     
    Casheti, Jul 27, 2018
    #3
  4. cannotfind script filec:\programdata\lenovo-23677.vbs

    Running a VB Script File Using Windows 10 Task Scheduler

    You can invoke VB scripts through the Task Scheduler, same as batch files or .exe files. What problem do you actually have? What is the script you run? Is it supposed to be interactive?

    There is little difference between cscript.exe and wscript.exe. When you run cscript.exe you will open a black Command Processor window (cmd.exe). With wscript.exe you won't. Furthermore, the instruction wscript.echo will do different things:

    • Under cscript.exe: Write a line of text in the Command Processor window.
    • Under wscript.exe: Generate message box.
    This difference is important for scripts being invoked by the Task Scheduler.
     
    Frederik Long, Jul 27, 2018
    #4
Thema:

cannotfind script filec:\programdata\lenovo-23677.vbs

Loading...
  1. cannotfind script filec:\programdata\lenovo-23677.vbs - Similar Threads - cannotfind script filec

  2. VBS script malware

    in Windows 10 Gaming
    VBS script malware: I have accidentally downloaded malware onto my computer. It is trying to run RuneGoTOMjbvdo.vbs which i deleted. I get a warning that Windows Script host cannot find the file. I have run Malwarebytes, and frst64. I have also added and enable key to the registry to disable...
  3. VBS script malware

    in Windows 10 Software and Apps
    VBS script malware: I have accidentally downloaded malware onto my computer. It is trying to run RuneGoTOMjbvdo.vbs which i deleted. I get a warning that Windows Script host cannot find the file. I have run Malwarebytes, and frst64. I have also added and enable key to the registry to disable...
  4. VBS script opening error

    in Windows 10 Gaming
    VBS script opening error: Hi guys.A .vbs script in the startup/programs folder that should open on every startup displays the following error and the script fails to run every time.The error message is -' Creates a SR point during the first startup of the day ' Option Explicit Dim SRP, CSRP, objWMI,...
  5. VBS script opening error

    in Windows 10 Software and Apps
    VBS script opening error: Hi guys.A .vbs script in the startup/programs folder that should open on every startup displays the following error and the script fails to run every time.The error message is -' Creates a SR point during the first startup of the day ' Option Explicit Dim SRP, CSRP, objWMI,...
  6. VBS script opening error

    in Windows 10 BSOD Crashes and Debugging
    VBS script opening error: Hi guys.A .vbs script in the startup/programs folder that should open on every startup displays the following error and the script fails to run every time.The error message is -' Creates a SR point during the first startup of the day ' Option Explicit Dim SRP, CSRP, objWMI,...
  7. vbs script problem

    in Windows 10 Gaming
    vbs script problem: Script: C:\Users\User\AppData\Local\Updates\Run.vbs Line: 31 Char: 1 Error: The system cannot find the file specified. Code: 80070002 Source: null This is popping up on my windows startup. And also my windows defender is not working. Please help....
  8. vbs script problem

    in Windows 10 Software and Apps
    vbs script problem: Script: C:\Users\User\AppData\Local\Updates\Run.vbs Line: 31 Char: 1 Error: The system cannot find the file specified. Code: 80070002 Source: null This is popping up on my windows startup. And also my windows defender is not working. Please help....
  9. VBS Visual Basic Scripts

    in AntiVirus, Firewalls and System Security
    VBS Visual Basic Scripts: Im sure most of you know about VBS which stands for Visual Basic Scripts . I just want to talk about what they are and what windows defender see's in them. Now you can make vbs scripts in notepad which is really helpful since its already on your computer! People use it to...
  10. VBS Script Renaming a pc script fails

    in Windows 10 Support
    VBS Script Renaming a pc script fails: can anyone tell me why this script fails with rc=5.. I am not very well versedin resolving scripts.... MUCH APPRECIATED IN ADVANCE! Const JOIN_DOMAIN = 1 Const ACCT_CREATE = 2 Const ACCT_DELETE = 4 Const WIN9X_UPGRADE = 16 Const DOMAIN_JOIN_IF_JOINED = 32 Const...