Jump to content

Recommended Posts


Posted

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

  • 2 months later...
Posted (edited)

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.com/vista/tweakguide/page_5.htm

Edited by Tripredacus
fixed the spelling of my username ;)
  • 1 year later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...