How to close this popup

khllk 0 Reputation points
2024-09-03T09:52:31.6833333+00:00

I downloaded a game from the Internet, he will be decompressed after the launch of the pop-up window appeared, the game uninstalled also in微信图片_20240903174626

Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

2 answers

Sort by: Most helpful
  1. S.Sengupta 24,636 Reputation points MVP
    2024-09-04T00:57:10.5066667+00:00

    Only download games from official and trusted sources.

    It could be a malware. Run a full system scan with up-to-date antivirus software.


  2. Anonymous
    2024-09-04T08:48:35.68+00:00

    Hello khllk,

    Thank you for posting in Q&A forum.

    The "Windows Script Host" error message usually appears when your system is trying to run a script that no longer exists or is incorrectly configured. To stop the pop-up from appearing, you can try several solutions to either fix or disable the problematic script.

    <1>: Check for Startup Items

    1. Open Task Manager:
    • Press Ctrl + Shift + Esc to open Task Manager.
    1. Go to Startup Tab:
    • Click on the Startup tab.
    1. Disable Suspicious Entries:
    • Look for any suspicious entries or entries that reference a script.
    • Right-click on the entry and select Disable.

    <2>: Check the Registry for Script Entries

    PS: Editing the Windows Registry can be risky. Please back up the registry first or create a system restore point.

    1. Open Registry Editor:
    • Press Win + R, type regedit, and press Enter.
    1. Navigate to the Following Paths:
    • HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
    • HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
    1. Look for Suspicious Entries:
    • In each path, look for any entry that references a .vbs or .js script file that might be missing or invalid.
    • Right-click on the suspicious entry and choose Delete.

    <3>: Scan for Malware

    Sometimes, malware or adware can cause this issue. It's important to run a full system scan to rule out any infections.

    1. Use Windows Defender:
    • Open Windows Security and run a Full Scan.
    1. Use Third-Party Anti-Malware Tools:
    • Use tools like Malwarebytes, Spybot Search & Destroy, or any other reputable anti-malware tool to scan your system.

    <4>: Disable Windows Script Host

    If you don’t use scripts or want to disable the Windows Script Host entirely:

    1. Open Registry Editor:
    • Press Win + R, type regedit, and press Enter.
    1. Navigate to the Following Path:
    • HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Script Host\Settings
    1. Disable Script Host:
    • Double-click on Enabled (or create a new DWORD (32-bit) value named Enabled if it doesn't exist).
    • Set the value to 0 to disable Windows Script Host.
    • Click OK and close the Registry Editor.

    <5>: Check Task Scheduler

    1. Open Task Scheduler**:
    • Press Win + R, type taskschd.msc, and press Enter.
    1. Check for Suspicious Tasks**:
    • Go through the tasks listed under Task Scheduler Library.
    • Look for any suspicious or unknown tasks that reference script files.
    • Right-click on any suspicious tasks and select Disable or Delete.

    After following these steps, restart your computer to see if the "Windows Script Host" error message stops appearing.

    I hope the information above is helpful.

    If you have any questions or concerns, please feel free to let us know.

    Best Regards,

    Daisy Zhou

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

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