Antimalware service executable eats memory

Anonymous
2025-02-04T08:12:19+00:00

title. it's always taking 200-300 mb of memory.

I tried:

disable windows security, got hit with this setting is managed by your (non existent) administrator

end task, got access is denies

command prompt things, did nothing

edit group policy, did nothing

enable disableantispyware in regedit, got hit with access is denied

tried to give myself permission to enable disableantispyware, access is denied

in case I missed any, I basically tried everything you can find online. no matter what I do, either nothing happens, access is denied or this setting is managed by your administrator

I'm about to flip this is my computer, I should get to choose what to do. I am the administrator and only user

Windows for home | Windows 10 | Settings

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

61 answers

Sort by: Newest
  1. Ramesh Srinivasan 87,865 Reputation points Independent Advisor
    2025-02-06T07:14:52+00:00

    The SENSE service is still starting, though we disabled it using the Batch file via WinRE. Any idea what was outputted when you ran sense.bat?

    1. Backup the registry using Acelogix Regbak:

    https://www.acelogix.com/download/#downrb

    1. Open c:\sense.bat using Notepad (admin). Add the following commands at the end of the batch file.

    **********

    reg save "HKLM\SY2\CurrentControlSet\Services\Sense" C:\Sense.bak
    
    reg delete "HKLM\SY2\CurrentControlSet\Services\Sense" /f
    

    **********

    1. Boot into WinRE Command Prompt.

    Run:

    bcdedit

    Note the OS partition's drive letter. Suppose it's C:, run these commands:

    reg load HKLM\SO2 C:\Windows\System32\Config\SOFTWARE

    reg load HKLM\SY2 C:\Windows\System32\Config\SYSTEM

    C:\sense.bat

    Take photos of the output screen using your mobile phone or camera and share the images here.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2025-02-06T07:02:07+00:00

    if you mean directly with command prompt and nothing else fancy

    Was this answer helpful?

    0 comments No comments
  3. Ramesh Srinivasan 87,865 Reputation points Independent Advisor
    2025-02-06T06:41:31+00:00

    Can you please check the status of the "sense" service? You can do so by running

    sc.exe query sense & sc.exe qc sense
    

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2025-02-06T06:39:05+00:00

    nevermind I fixed it by using startup repair, but the security settings are STILL managed by your administrator and I just got several 'this app failed to open' notifs (idk what app it's talking about). at least things seem to be functioning fine for now but problem still isn't solved

    Was this answer helpful?

    0 comments No comments
  5. Ramesh Srinivasan 87,865 Reputation points Independent Advisor
    2025-02-06T06:35:24+00:00

    Also, we've earlier created a Restore Point (using the fixlist.). You can access System Restore via Troubleshoot → Advanced Options.

    Was this answer helpful?

    0 comments No comments