Windows 10 windows script host error

thekungfupanda

New Member
Joined
Dec 31, 2017
Messages
2
I have been getting this error messages for few days now. This error messages keeps resurfacing every few minutes. Please help me with this.
The screenshot is given below.
 

Attachments

  • windows.webp
    windows.webp
    20 KB · Views: 443
Solution
Something is trying to call a script that doesn't exist. Either some running program, service or scheduled task.

You can download Process Monitor - Windows Sysinternals create a filter on Path contains "SystemService.vbs". Leave that running until you get some entries. Those should tell you what is trying to execute the script.
Something is trying to call a script that doesn't exist. Either some running program, service or scheduled task.

You can download Process Monitor - Windows Sysinternals create a filter on Path contains "SystemService.vbs". Leave that running until you get some entries. Those should tell you what is trying to execute the script.
 

Solution
Thanks for the reply..
I'll try it out.
 

Back
Top