Solved windows script host problem, cant find script

tankpopper

New Member
Messages
4
Hey guys.

just finished formating my computer (using the built in windows 8 feature). once it was up and running i uninstalled all the built in stuff lenovo brings with the computer using revo uninstaller. in the procces i also removed all registry and files those programs left.. but now theres a probelm:

Untitled1.jpg

this pops up every once in a while. usually when i install something. note that this is just one messege out of two! the other one looks the same but reffers to a different file - Lenovo-25207.vbs which sits in the same folder.

any ideas?

Tank out.
 

My Computer

System One

  • OS
    8
Hey guys.

just finished formating my computer (using the built in windows 8 feature). once it was up and running i uninstalled all the built in stuff lenovo brings with the computer using revo uninstaller. in the procces i also removed all registry and files those programs left.. but now theres a probelm:

View attachment 37635

this pops up every once in a while. usually when i install something. note that this is just one messege out of two! the other one looks the same but reffers to a different file - Lenovo-25207.vbs which sits in the same folder.

any ideas?

Tank out.

Right click the .vbs file - open with notepad - check the second line for a file/folder reference - and then see whether that file/folder exists....
 

My Computer

System One

  • OS
    PC-DOS v1.0
    Computer type
    PC/Desktop
    System Manufacturer/Model
    IBM
    CPU
    Intel 8088, 4.77MHz
    Memory
    16K, 640K max
    Graphics Card(s)
    What's that?
    Sound Card
    Not quite
    Screen Resolution
    80 X 24 text
    Hard Drives
    dual 160KB 5.25-inch disk drives
Ill do that right away! But two question:

1. If they don't exist - what then?
2. How do I track down the program running the script in the first place? I tried deleting those files only to get a different t error stating it can't find those files..

Thanks

Tank out
 

My Computer

System One

  • OS
    8
Ill do that right away! But two question:

1. If they don't exist - what then?
2. How do I track down the program running the script in the first place? I tried deleting those files only to get a different t error stating it can't find those files..

Thanks

Tank out

1) Depends which dependencies it's looking for...
2) check event viewer for the error - may have a reference to the calling app as well

Deleting will have a knock-on effect i.e. not good... if you can send me the files I'll check the script code to see what it does...
 

My Computer

System One

  • OS
    PC-DOS v1.0
    Computer type
    PC/Desktop
    System Manufacturer/Model
    IBM
    CPU
    Intel 8088, 4.77MHz
    Memory
    16K, 640K max
    Graphics Card(s)
    What's that?
    Sound Card
    Not quite
    Screen Resolution
    80 X 24 text
    Hard Drives
    dual 160KB 5.25-inch disk drives
ok, i tried to find it in the event viewer without success :(

the files contain the following script:

Set shellObject = CreateObject("WScript.Shell")resultCode = shellObject.Run ("""C:\ProgramData\Lenovo\SupportTVSU/SupportFeed.CMD""", 0, True)
Set shellObject = Nothing
WScript.Quit resultCode

and the second file:

Set shellObject = CreateObject("WScript.Shell")
resultCode = shellObject.Run ("""C:\ProgramData\Lenovo\SupportTVSU/SupportFeed.CMD""", 0, True)
Set shellObject = Nothing
WScript.Quit resultCode

both reffer to the same place, and it dosnt exist.
 

My Computer

System One

  • OS
    8
May try uninstalling System Update.. see here for more details ...
 
Last edited:

My Computer

System One

  • OS
    PC-DOS v1.0
    Computer type
    PC/Desktop
    System Manufacturer/Model
    IBM
    CPU
    Intel 8088, 4.77MHz
    Memory
    16K, 640K max
    Graphics Card(s)
    What's that?
    Sound Card
    Not quite
    Screen Resolution
    80 X 24 text
    Hard Drives
    dual 160KB 5.25-inch disk drives
ok.. seems like the solution was there!

In taskschd.msc i needed to delete the task from the lenovo file.. as the matter of fact the only two task there werer the ones with the files in question.. now that folder is empty.

thanks guys!!
 

My Computer

System One

  • OS
    8
Script host error

attachment.php

I get this error alot it keeps popping out once in a while i think i deleted something i dont know what. Is there a way i can bring that missing file back? NEED HELP PLEASE :(
 

Attachments

  • ERROR!.png
    ERROR!.png
    61 KB · Views: 66

My Computer

System One

  • OS
    Windows 8.1
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Lenovo Flex 2
    Graphics Card(s)
    Nvidia Geforce 840M
    Screen Resolution
    FHD 1080p
Back
Top