Skip to content

Commit

Permalink
08.11.2019
Browse files Browse the repository at this point in the history
## Updated
- Sections rearranged
- Comments
- Removed unnecessary "Turn off Cortana" section. To remove the key execute
  ```powershell
  Remove-Item -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\Windows Search" -Force
  ```
- Removed unnecessary "Turn on Retpoline patch against Spectre v2" section;
- Removed unnecessary "Turn on firewall & network protection" section;
- "Enable System Restore" redone into "Remove Shadow copies (restoration points)"
- Minor changes.

## Обновлено
- Разделы переставлены;
- Комментарии
- Удален раздел "Отключить Cortana". Чтобы удалить ключ, выполните
  ```powershell
  Remove-Item -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\Windows Search" -Force
  ```
- Удален раздел "Включить патч Retpoline против Spectre v2";
- Удален раздел "Включить брандмауэр";
- "Включить восстановление системы" переделан в "Удалить теневые копии (точки восстановения)"
- Незначительные изменения.
  • Loading branch information
farag2 authored Nov 8, 2019
1 parent 222c5dd commit da9ea5a
Showing 1 changed file with 67 additions and 89 deletions.
Loading

0 comments on commit da9ea5a

Please sign in to comment.