Recent content by reidalow


  1. Firefox best practice for security

    Some new settings i`ve been using: user_pref("privacy.resistFingerprinting", true); user_pref("browser.send_pings", false); user_pref("dom.battery.enabled", false); user_pref("dom.event.clipboardevents.enabled", false); user_pref("extensions.htmlaboutaddons.recommendations.enabled", false)...
  2. Has anyone found a way to disable Windows Defender in Windows 11 ?

    Great, i would keep monitoring because i think that if you dont rename the files, some defender applications may be called in a very specific situations like after a browser download.
  3. RAM statistics in Windows 1121H2 22000.556

    W11 requires only 1gb of RAM with all the intrusive services disabled. The essencial core processes are something between 63 and 74 processes.
  4. What is the ONE change you'll bring to Windows?

    Build in Netlimiter 4
  5. My results with Windows Hardware Acceleration GPU Scheduling.

    Everybody uses it by default, if windows detect a compatible GPU driver it will set it to ON. The performance gains are nothing. In very rare cases, Hardware Accelerated GPU Scheduling set to ON (2) may improve input latency.
  6. Has anyone found a way to disable Windows Defender in Windows 11 ?

    No, specially on the first pass there will always be some files locking most folders. Renaming the files will break several defender modules and kernel-level drivers until it wont work anymore but will not break the OS. Microsoft design it to be impossible for the user to disable, even with another AV...
  7. Has anyone found a way to disable Windows Defender in Windows 11 ?

    No need to use any proprietary software. Restart in safe mode and rename the files within these folders: %Programfiles%\windows defender %Programfiles%\Windows Defender Advanced Threat Protection %Programfiles% (x86)\Windows Defender %ProgramData%\Microsoft\Windows Defender...
  8. Solved Clean Install of Windows 11 won’t download updates and won’t let me download apps from store

    Unplug the ethernet cable and keep only the wifi on or the other way around. Windows lacks load-balancing multiple isp. Check if these services are NOT disabled: Winmgmt BITS DoSvc MpsSvc cryptsvc by looking at regedit Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services all should...
  9. Firefox best practice for security

    The most important for me are: 'user_pref("privacy.resistFingerprinting", true);' 'user_pref("browser.send_pings", false);' 'user_pref("dom.battery.enabled", false);' 'user_pref("dom.event.clipboardevents.enabled", false);' 'user_pref("extensions.htmlaboutaddons.recommendations.enabled"...
Back
Top Bottom