[DISCUSSION] Windows 11 Official Build 22000.xxx (PC) [co_release]

Discussion in 'Windows 11' started by Enthousiast, Jun 28, 2021.

  1. Ahsan

    Ahsan MDL Addicted

    Dec 3, 2009
    828
    167
    30
    One Note for Windows 10 , isn't that better than this text one?
     
  2. panosxidis

    panosxidis MDL Senior Member

    Oct 8, 2017
    323
    30
    10
    Guys anyone Script for remove windows defender permantly???
    note not disable i need full remove thanks
     
  3. Xtreme21

    Xtreme21 MDL Addicted

    Jun 21, 2021
    690
    1,094
    30
  4. panosxidis

    panosxidis MDL Senior Member

    Oct 8, 2017
    323
    30
    10
  5. Xtreme21

    Xtreme21 MDL Addicted

    Jun 21, 2021
    690
    1,094
    30
    #6106 Xtreme21, Oct 14, 2021
    Last edited: Oct 14, 2021
    So far afaik there's been nothing posted to remove Defender, but as you see there, several options to disable it. Sorry, don't know. If you tag in @freddie-o I'm sure he'll explain if his script disables or removes it.

    Update: His post says permanently disable and he warns. Warning: This process is irreversible!
     
  6. amajmon

    amajmon MDL Senior Member

    Sep 21, 2012
    274
    120
    10
    I think you can remove with NTLite when you create costume Win ISO. There is option there I did yesterday. So when you install OS it will not install defender. I hope.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,375
    2,277
    60
  8. Krakatoa

    Krakatoa MDL Addicted

    Feb 22, 2011
    667
    1,085
    30
    #6109 Krakatoa, Oct 14, 2021
    Last edited: Nov 6, 2021
    Recommended
    Disable Defender
    Code:
    pushd "%~dp0"
    NSudoLC -U:T -P:E -Wait -ShowWindowMode:Hide powershell -command "& { Stop-Service -Name 'windefend' }"
    NSudoLC -U:T -P:E -Wait -ShowWindowMode:Hide sc config windefend start=demand
    reg add "HKLM\Software\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /d 1 /t REG_DWORD /f
    sc qc windefend
    pause
    Enable Defender
    Code:
    reg delete "HKLM\Software\Policies\Microsoft\Windows Defender" /f
    sc start windefend
    pause
    Not recommended
    Defender probably can't be uninstalled non-invasively.

    Edit
    sc stop windefend and net stop windefend is detected by Defender
    Stop-Service in ps is undetected by Defender
    sc/net stop replaced by ps Stop-Service
     
  9. Memnon

    Memnon MDL Member

    Feb 22, 2010
    100
    20
    10
    @Krakatoa
    How to run these scripts? As bat or reg?
     
  10. panosxidis

    panosxidis MDL Senior Member

    Oct 8, 2017
    323
    30
    10
    Guys the best choice for clean format is with MCT or download ISO and create USB with RUFUS?
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,278
    94,768
    450
    Whatever works for you, there is no best way.
     
  12. panosxidis

    panosxidis MDL Senior Member

    Oct 8, 2017
    323
    30
    10
    many saying on MCT is not good because is not complete ISO
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,278
    94,768
    450
    It only lacks Pro-education and Pro-for-Workstation, SKUs nobody needs, compared to a consumer ISO.
     
  14. panosxidis

    panosxidis MDL Senior Member

    Oct 8, 2017
    323
    30
    10
    On task manager many times open Windows widgets to many resources how to remove it?
     
  15. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,826
    5,615
    180
    MCT gives you install.esd. You want .ISO to get install.wim.
     
  16. W_fantasma

    W_fantasma MDL Senior Member

    Apr 10, 2012
    284
    236
    10
    MCT gives you an ISO file with install.esd inside
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,826
    5,615
    180
    The ONLY thing MCT is good for is a Boot Repair Tool when you boot from USB, then click on Repair.
     
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,278
    94,768
    450
    It's good for all who just want to install the OS as it is, like 99% of the global users.