Windows 11 Tweaks, Fixes and Modifications [Overview]

Discussion in 'Windows 11' started by Enthousiast, Jul 1, 2021.

  1. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,258
    1,158
    60
    Hi, disable defender's Tamper and Realtime protection, restart, then disable it's 5 services, restart. Easy peasy. Repeat 4ever, since 11 will most likely reenable them. :hummer:
    Code:
    reg add "HKLM\System\CurrentControlSet\Services\MDCoreSvc" /v "Start" /t REG_DWORD /d "4" /f
    reg add "HKLM\System\CurrentControlSet\Services\WdFilter" /v "Start" /t REG_DWORD /d "4" /f
    reg add "HKLM\System\CurrentControlSet\Services\WdNisDrv" /v "Start" /t REG_DWORD /d "4" /f
    reg add "HKLM\System\CurrentControlSet\Services\WdNisSvc" /v "Start" /t REG_DWORD /d "4" /f
    reg add "HKLM\System\CurrentControlSet\Services\WinDefend" /v "Start" /t REG_DWORD /d "4" /f
     

    Attached Files:

  2. griferss

    griferss MDL Novice

    Jul 17, 2018
    24
    3
    0

    Thank you. I suppose that to deactivate those services, I have to make a .bat file with those commands that you put me, no? or I have to do it with the extension .reg? Sorry for the ignorance.

    Best regards and thanks!
     
  3. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,258
    1,158
    60
  4. vkarthick

    vkarthick MDL Novice

    Nov 9, 2017
    1
    0
    0
    add to process lasso disallowed processes
     
  5. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    732
    281
    30
    is the windows 11 small taskbar not yet enabled. it was introduced long time ago.??
     
  6. pawlakbest

    pawlakbest MDL Novice

    Feb 22, 2011
    14
    1
    0
    #1847 pawlakbest, Jan 11, 2025
    Last edited: Jan 12, 2025
    Is there a way to remove Accessibility settings from Start Menu Settings? And remove Ease of Access altogether? I've added hide:easeofaccess; to SettingsPageVisibility in Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer , but option still appears. I'm on debloated Win11 24H2 Home N.
    upload_2025-1-11_21-52-50.png