Update README.md

This commit is contained in:
jestxfot
2022-07-10 20:40:52 +03:00
committed by GitHub
parent ddf7ebbac2
commit 0d03532005
+2
View File
@@ -328,6 +328,7 @@ Taskbar:
<details><summary><b>🗃 Disable Windows Defender</b></summary>
Source: https://admx.help/HKLM/Software/Policies
**Установите перед использованием [gsudo](https://github.com/gerardog/gsudo/releases/download/v1.3.0/gsudoSetup.msi)!**
```powershell
echo "Disable Windows Defender"
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender" /v DisableAntiSpyware /t REG_DWORD /d 1 /f
@@ -365,6 +366,7 @@ Taskbar:
<details><summary><b>🗃 Disable Windows Update</b></summary>
```powershell
**Установите перед использованием [gsudo](https://github.com/gerardog/gsudo/releases/download/v1.3.0/gsudoSetup.msi)!**
echo "Disable OS Upgrade"
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v DisableOSUpgrade /t REG_DWORD /d 1 /f
echo "Disable Scanning, Downloading and Installing Updates"