MSFN Forum: How Disable Windows Defender with DISM - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

How Disable Windows Defender with DISM not seen in features list

#1 User is offline   karikaturs 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 04-April 11
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 18 May 2011 - 07:31 AM

How Disable Windows Defender with DISM?
with get-features command I can not find WD. it is not seen in features list.


#2 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,676
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 18 May 2011 - 07:55 AM

Just as it says in the Unattended Windows Setup Reference CHM that comes with WAIK, use DisableAntiSpyware. The link is for Vista but the value is unchanged for Windows 7.

#3 User is offline   karikaturs 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 04-April 11
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 20 May 2011 - 02:17 AM

View PostTripredacus, on 18 May 2011 - 07:55 AM, said:

Just as it says in the Unattended Windows Setup Reference CHM that comes with WAIK, use DisableAntiSpyware. The link is for Vista but the value is unchanged for Windows 7.


thanks for the reply.

but this is "<DisableAntiSpyware>true</DisableAntiSpyware>" an xml for unattended.xml

I ask DISM command for mounted wim files

#4 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,676
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 20 May 2011 - 07:43 AM

It is neither a feature or a package, and it is not something you can change in OfflineServicing. You may need to do a regedit to disable it. :unsure:

#5 User is offline   zs123 

  • Group: Members
  • Posts: 5
  • Joined: 13-March 10
  • OS:none specified
  • Country: Country Flag

Posted 19 August 2011 - 09:32 PM

but how to?I just wanna to remove it from the image permarnently!thanks!

#6 User is offline   TheWalrus 

  • N.W.O.
  • PipPipPipPipPip
  • Group: Members
  • Posts: 911
  • Joined: 11-August 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 20 August 2011 - 08:33 AM

Failure to read is the plague of internets...

#7 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,392
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 20 August 2011 - 08:42 AM

View Postzs123, on 19 August 2011 - 09:32 PM, said:

but how to?I just wanna to remove it from the image permarnently!thanks!


We can't remove Windows Defender...Just disable it!

You can use Autounattend.xml to disable Windows Defender, like said Tripredacus!

Or use a reg file:

Computer 32-bit:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender]
"DisableAntiSpyware"=dword:00000001



Computer 64-bit:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender]
"DisableAntiSpyware"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows Defender]
"DisableAntiSpyware"=dword:00000001



http://tweakhound.co...uide/page_5.htm

This post has been edited by Tripredacus: 22 August 2011 - 08:49 AM
Reason for edit: fixed the spelling of my username ;)


#8 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,974
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 30 September 2012 - 09:29 AM

it can be done in Windows 8 with Lego's install_wim_tweak.exe:

install_wim_tweak.exe /o /c Windows-Defender /r



this removes Defender completely and speeds up Windows Explorer a lot.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy