Skip to content

[Feature]: Background Activity Moderator #550

Open
@pacifism628

Description

@pacifism628

Problem statement

BAM is a Windows service introduced in Windows 10 that tracks application execution times and helps Windows manage background applications' resource consumption.

HKLM\SYSTEM\CurrentControlSet\Services\bam\State\UserSettings

I found the forensics artifact here https://github.com/MHaggis/PowerShell-Hunter/blob/e80c2bba2a5307cbd0a49047629ff9f391b8d917/BAM/get-BAM.ps1#L57
Please, add the regedit path to privacy cleanup section.

Proposed solution

However, access is denied when you try to purge it via regedit or reg delete "HKLM\SYSTEM\CurrentControlSet\Services\bam\State\UserSettings\S-1-5-12345-1001". I had to elevate privileges to nt authority\system by running PsExec64.exe -s -i cmd.exe and then reg delete ....

Alternatives considered

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions