Page 1 of 1
How Disable Windows Defender with DISM not seen in features list
#1
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.
with get-features command I can not find WD. it is not seen in features list.
#2
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
Posted 20 May 2011 - 02:17 AM
Tripredacus, 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
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.
#5
Posted 19 August 2011 - 09:32 PM
but how to?I just wanna to remove it from the image permarnently!thanks!
#7
Posted 20 August 2011 - 08:42 AM
zs123, 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
Posted 30 September 2012 - 09:29 AM
it can be done in Windows 8 with Lego's install_wim_tweak.exe:
this removes Defender completely and speeds up Windows Explorer a lot.
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



Help
Back to top











