pacifism628
pacifism628
Hi. I'd love to see more granular settings in `Protect` and `Unprotect` tabs. For example, in `Lock Screen` section I want to enable/disable `Lockout threshold`, but not to touch `PIN...
### Description Hi. Why do you usually set a variable `$registryPath`, but don't use it? For example ``` PowerShell -ExecutionPolicy Unrestricted -Command "$registryPath = 'HKCU\SOFTWARE\Microsoft\InputPersonalization\TrainedDataStore'; $data = '0'; reg add...
### Description The error https://github.com/undergroundwires/privacy.sexy/issues/246 is still there. A good workaround is https://github.com/LesFerch/ClearDefenderHistory, but it requires reboot. Tested on Windows 11 22H2. ### How can the bug be recreated? ```...
### Problem statement `rm %userprofile%\AppData\Roaming\Microsoft\Windows\PowerShell\PSReadLine\ConsoleHost_history.txt` ### Proposed solution - ### Alternatives considered _No response_ ### Additional information _No response_
### Problem statement UserAssist is an artifact in Windows forensics, tracking app usage to help reconstruct user activity. `HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\{GUID}\Count` I found the forensics artifact here https://github.com/MHaggis/PowerShell-Hunter/blob/e80c2bba2a5307cbd0a49047629ff9f391b8d917/UserAssist/UserAssist_Hunt.ps1#L61 Please, add the regedit...
### 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...