The bat windows defender

The bat windows defender

Сообщения: 239
Благодарности: 27

Конфигурация компьютера
Материнская плата: Gigabyte GA-MA770-UD3 v1.0
HDD: ST3320620AS ATA Device (320 Гб, 7200 RPM, SATA-II)
Звук: Встроенная Realtek ALC888 @ ATI SB700 — High Definition Audio Controller
CD/DVD: Optiarc DVD RW AD-7200S ATA Device
ОС: Windows 7 Максимальная x86
Ещё вариант отключения и включения Windows Defender
тестировал на Win10 Pro x64
Вложения
WinDefender-OFF.zip
(63.6 Kb, 0 просмотров)
WinDefender-ON.zip »

——-
Главное иметь желание и интерес!

Сообщения: 35936
Благодарности: 6473

Сообщения: 64
Благодарности: 1

Здравствуйте!
Как я могу эту инструкцию загнать в один .bat файл,чтобы и разделы создавались,и записи?


Нажмите клавиши Win+R, введите regedit и нажмите Enter.

В редакторе реестра перейдите к разделу HKEY_LOCAL_MACHINE\ SOFTWARE\ Policies\ Microsoft\ Windows Defender

В правой части редактора реестра нажмите правой кнопкой мыши, выберите «Создать» — «Параметр DWORD 32 бита» (даже если у вас 64-бит система) и задайте имя параметра DisableAntiSpyware Отключение защитника Windows в редакторе реестра
После создания параметра дважды нажмите по нему и задайте значение 1.
Там же создайте параметры AllowFastServiceStartup и ServiceKeepAlive — их значение должно быть 0 (ноль, задается по умолчанию).

В разделе Windows Defender выберите подраздел Real-Time Protection (или создайте его), а в нем создайте параметры с именами DisableIOAVProtection и DisableRealtimeMonitoring Отключение защиты в режиме реального времени
Дважды кликните по каждому из этих параметров и задайте значение 1.

Читайте также:  Ophcrack windows 10 tables

В разделе Windows Defender создайте подраздел Spynet, в нем создайте параметры DWORD32 с именами DisableBlockAtFirstSeen (значение 1), LocalSettingOverrideSpynetReporting (значение 0), SubmitSamplesConsent (значение 2). Это действие отключает проверку в облаке и блокировку неизвестных программ.

Как программно отключить Windows Defender?

Как программно отключить брандмауэр?
Прошу помощи в коде; на windows 10 не хочет работать. Private Sub Disable() Dim Proc.

Как программно отключить пользователей(Выход из системы)?
Здравствуйте! На сервере терминалов постоянно висят пользователи(некорректно выходят с.

Как программно отключить JIT Debugging?
В методе Main моей программы стоит блок try/catch, который в случае возникновения исключения должен.

Как отключить функцию smartscreen windows 8 программно?
возможно знаете как отключить функцию smartscreen windows 8 в коде программы с++. Когда запускаю.

amstersi, используйте класс Process для зауска таких штук

Добавлено через 1 минуту
ну или, еще проще. класс Registry и напрямую добавляйте/меняйте значения реестра. но скорее всего нужно будет пускать ваше ПО от имени администратора.

Заказываю контрольные, курсовые, дипломные и любые другие студенческие работы здесь или здесь.

Программно отключить функцию Windows 7
Доброго времени суток, подскажите как программно с помощью билдера отключить функции Windows 7.

Windows Defender\ Защитник Шиндоус как удалить?
Все не могу найти как удалить или хотя бы навсегда отключить Защитника. Прошу помощи.

Как отключить БД программно?
доброго времени суток есть БД и оболочка на делфи для нее требуется сжать БД программно.

pe3zx / disable_windows_defender.bat

Конфигурация компьютера
ОС: Windows 10 Pro x64 Release Preview
» width=»100%» style=»BORDER-RIGHT: #719bd9 1px solid; BORDER-LEFT: #719bd9 1px solid; BORDER-BOTTOM: #719bd9 1px solid» cellpadding=»6″ cellspacing=»0″ border=»0″>
rem USE AT OWN RISK AS IS WITHOUT WARRANTY OF ANY KIND .
rem https://technet.microsoft.com/en-us/itpro/powershell/windows/defender/set-mppreference
rem To also disable Windows Defender Security Center include this
rem reg add «HKLM\System\CurrentControlSet\Services\SecurityHealthService» /v «Start» /t REG_DWORD /d «4» /f
rem 1 — Disable Real-time protection
reg delete » HKLM\Software\Policies\Microsoft\Windows Defender » /f
reg add » HKLM\Software\Policies\Microsoft\Windows Defender » /v » DisableAntiSpyware » /t REG_DWORD /d » 1 » /f
reg add » HKLM\Software\Policies\Microsoft\Windows Defender » /v » DisableAntiVirus » /t REG_DWORD /d » 1 » /f
reg add » HKLM\Software\Policies\Microsoft\Windows Defender\MpEngine » /v » MpEnablePus » /t REG_DWORD /d » 0 » /f
reg add » HKLM\Software\Policies\Microsoft\Windows Defender\Real-Time Protection » /v » DisableBehaviorMonitoring » /t REG_DWORD /d » 1 » /f
reg add » HKLM\Software\Policies\Microsoft\Windows Defender\Real-Time Protection » /v » DisableIOAVProtection » /t REG_DWORD /d » 1 » /f
reg add » HKLM\Software\Policies\Microsoft\Windows Defender\Real-Time Protection » /v » DisableOnAccessProtection » /t REG_DWORD /d » 1 » /f
reg add » HKLM\Software\Policies\Microsoft\Windows Defender\Real-Time Protection » /v » DisableRealtimeMonitoring » /t REG_DWORD /d » 1 » /f
reg add » HKLM\Software\Policies\Microsoft\Windows Defender\Real-Time Protection » /v » DisableScanOnRealtimeEnable » /t REG_DWORD /d » 1 » /f
reg add » HKLM\Software\Policies\Microsoft\Windows Defender\Reporting » /v » DisableEnhancedNotifications » /t REG_DWORD /d » 1 » /f
reg add » HKLM\Software\Policies\Microsoft\Windows Defender\SpyNet » /v » DisableBlockAtFirstSeen » /t REG_DWORD /d » 1 » /f
reg add » HKLM\Software\Policies\Microsoft\Windows Defender\SpyNet » /v » SpynetReporting » /t REG_DWORD /d » 0 » /f
reg add » HKLM\Software\Policies\Microsoft\Windows Defender\SpyNet » /v » SubmitSamplesConsent » /t REG_DWORD /d » 0 » /f
rem 0 — Disable Logging
reg add » HKLM\System\CurrentControlSet\Control\WMI\Autologger\DefenderApiLogger » /v » Start » /t REG_DWORD /d » 0 » /f
reg add » HKLM\System\CurrentControlSet\Control\WMI\Autologger\DefenderAuditLogger » /v » Start » /t REG_DWORD /d » 0 » /f
rem Disable WD Tasks
schtasks /Change /TN » Microsoft\Windows\ExploitGuard\ExploitGuard MDM policy Refresh » /Disable
schtasks /Change /TN » Microsoft\Windows\Windows Defender\Windows Defender Cache Maintenance » /Disable
schtasks /Change /TN » Microsoft\Windows\Windows Defender\Windows Defender Cleanup » /Disable
schtasks /Change /TN » Microsoft\Windows\Windows Defender\Windows Defender Scheduled Scan » /Disable
schtasks /Change /TN » Microsoft\Windows\Windows Defender\Windows Defender Verification » /Disable
rem Disable WD systray icon
reg delete » HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run » /v » Windows Defender » /f
reg delete » HKCU\Software\Microsoft\Windows\CurrentVersion\Run » /v » Windows Defender » /f
reg delete » HKLM\Software\Microsoft\Windows\CurrentVersion\Run » /v » WindowsDefender » /f
rem Remove WD context menu
reg delete » HKCR\*\shellex\ContextMenuHandlers\EPP » /f
reg delete » HKCR\Directory\shellex\ContextMenuHandlers\EPP » /f
reg delete » HKCR\Drive\shellex\ContextMenuHandlers\EPP » /f
rem Disable WD services
reg add » HKLM\System\CurrentControlSet\Services\WdBoot » /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
reg add » HKLM\System\CurrentControlSet\Services\SecurityHealthService » /v » Start » /t REG_DWORD /d » 4 » /f
rem Run «Disable WD.bat» again to disable WD services
Читайте также:  Обновлюсь до windows 10
# From https://isc.sans.edu/diary/Bypassing+UAC+to+Install+a+Cryptominer/25644
Set-MpPreference — DisableRealtimeMonitoring $true — ErrorAction Ignore;
Set-MpPreference — DisableBehaviorMonitoring $true — ErrorAction Ignore;
Set-MpPreference — DisableBlockAtFirstSeen $true — ErrorAction Ignore;
Set-MpPreference — DisableIOAVProtection $true — ErrorAction Ignore;
Set-MpPreference — DisablePrivacyMode $true — ErrorAction Ignore;
Set-MpPreference — SignatureDisableUpdateOnStartupWithoutEngine $true — ErrorAction Ignore;
Set-MpPreference — DisableArchiveScanning $true — ErrorAction Ignore;
Set-MpPreference — DisableIntrusionPreventionSystem $true — ErrorAction Ignore;
Set-MpPreference — DisableScriptScanning $true — ErrorAction Ignore;
Set-MpPreference — SubmitSamplesConsent 2 — ErrorAction Ignore;
Set-MpPreference — MAPSReporting 0 — ErrorAction Ignore;
Set-MpPreference — HighThreatDefaultAction 6 — Force — ErrorAction Ignore;
Set-MpPreference — ModerateThreatDefaultAction 6 — ErrorAction Ignore;
Set-MpPreference — LowThreatDefaultAction 6 — ErrorAction Ignore;
Set-MpPreference — SevereThreatDefaultAction 6 — ErrorAction Ignore;

This comment has been minimized.

Copy link Quote reply

undergroundwires commented Sep 2, 2020

All legit, thanks! Added some of them to privacy.sexy

This comment has been minimized.

Copy link Quote reply

dknewlife commented Apr 16, 2021 •

(4-16-21)
This didn’t work for me, running a Microsoft Edge ISO of Windows Build 1903 as a Virtualbox Windows VM test, I rebooted to the same enabled/running Win. Defender elements.

Everything else I could access, has been turned off in the settings, folders, & in the local GPO & registry, the latter two, of which I understand have now been depreciated for disabling. Services for the main Win Defender in «Services.msc» cannot be accessed (it is greyed out), & trying to change owner permissions in the ProgramData folder with Win Defender settings, the only folder I’ve yet to be able to access, also leads to the page greying out, though you can share the folder, which of course doesn’t help. If there are registry entries for «Services» & the «ProgramData» folder I couldn’t find myself, please let me know, & specify here.

Читайте также:  Диспетчер устройств windows звук

I like strong security, but controlling one’s own PC should be left at one’s own discretion, Windows is now becoming more like Apple in making the choices for you, which I do NOT like.

This comment has been minimized.

Copy link Quote reply

pe3zx commented Apr 17, 2021

(4-16-21)
This didn’t work for me, running a Microsoft Edge ISO of Windows Build 1903 as a Virtualbox Windows VM test, I rebooted to the same enabled/running Win. Defender elements.

Everything else I could access, has been turned off in the settings, folders, & in the local GPO & registry, the latter two, of which I understand have now been depreciated for disabling. Services for the main Win Defender in «Services.msc» cannot be accessed (it is greyed out), & trying to change owner permissions in the ProgramData folder with Win Defender settings, the only folder I’ve yet to be able to access, also leads to the page greying out, though you can share the folder, which of course doesn’t help. If there are registry entries for «Services» & the «ProgramData» folder I couldn’t find myself, please let me know, & specify here.

I like strong security, but controlling one’s own PC should be left at one’s own discretion, Windows is now becoming more like Apple in making the choices for you, which I do NOT like.

The Tamper Protection feature might be the culprit here. A lot of articles suggest disabling this feature first to make the config permanent. I would suggest giving it a try.

You can’t perform that action at this time.

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.

Оцените статью