Share via

Windows Script Host Error

Daniel Bedi 0 Reputation points
2026-01-07T08:39:39.73+00:00

Windows Script Host Error can not find script file "C:\Users\Public\assembly\assembly.js" keeps popping up on my machine. I have run updates, but it keeps popping up.

Microsoft 365 and Office | Other
0 comments No comments

2 answers

Sort by: Most helpful
  1. DaveM121 880.3K Reputation points Independent Advisor
    2026-01-07T09:18:12.9+00:00

    Click the link below to download a small free utility that does not require installation.

    https://download.sysinternals.com/files/Autoruns.zip

    When the file downloads, unzip it.

    Run Autoruns64 as Administrator

    1

    Select the 'Logon' tab at the top of Autoruns.

    Please provide a screenshot of all entries on that tab.

    2

    Select the 'Scheduled Tasks' tab at the top of Autoruns.

    Please provide a screenshot of all entries on that tab.

    Was this answer helpful?


  2. AI answer

    2026-01-07T08:39:54.9333333+00:00

    The error message you're encountering indicates that Windows Script Host is trying to execute a script file located at "C:\Users\Public\assembly\assembly.js", but it cannot find that file. This could happen for several reasons:

    1. File Deletion or Move: The script file may have been deleted or moved from its original location. Check if the file exists in the specified path.
    2. Startup Scripts: Sometimes, scripts are set to run at startup. If this is the case, you may need to check your startup programs to see if there's a reference to this script that needs to be removed.
    3. Registry Entries: There might be a registry entry that is trying to execute this script. You can check the registry for any references to this script and remove them if necessary. Be cautious when editing the registry, as incorrect changes can cause system issues.
    4. Malware: In some cases, malware can cause unwanted scripts to run. It might be a good idea to run a full antivirus scan to ensure your system is clean.

    If you confirm that the script is not needed, you can safely ignore the error or remove any references to it. If the script is necessary, you may need to restore it from a backup or reinstall the application that created it.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer 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.