Share via

Microsoft Windows based script host (32 bit)

aprildbrown 26 Reputation points
2022-04-27T16:09:39.857+00:00

Every morning when I go to access my laptop, the fan is running and it's hot. Task Manager shows "Microsoft Windows based script host (32 bit)" is using a high percentage of the CPU time. Once the task is ended, the CPU goes back to normal and continues to be normal throughout the day. The next morning it does the same thing. This has been happening for the last 14 days. How can I troubleshoot to see what program/process is causing the issue. I am running Windows 11 64-bit.
Thanks in advance for any help you can provide.

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments

Answer accepted by question author

  1. MotoX80 37,676 Reputation points
    2022-04-27T17:19:49.807+00:00

    When it's running, open a Powershell prompt with "run as administrator" and run this command.

    Get-WmiObject Win32_Process -Filter "name like '%script%'" | select name, processid, commandline
    

    The script being executed will show up in the commandline output. See what's in the file.

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.