Skip to content

Windows tune

Pavel Serikov edited this page Apr 16, 2018 · 8 revisions

We are using Windows 7 Ultimate SP1

  1. Disable uac (at Win10 input uac in search)

  2. At Computer properties set Maximum performance

  3. Disable all updates

  4. Install RDPWrap https://github.com/stascorp/rdpwrap/releases

  5. Create new local-RDP users, then open lusrmgr.msc and add them to Remote Desktop Users group - more info

  6. Решаем проблему смерти сети при старте: https://superuser.com/questions/193033/how-to-fix-network-connection-dead-on-startup-but-okay-after-disable-enable (https://stackoverflow.com/questions/21218346/run-batch-file-on-start-up)

netsh interface set interface "Подключение по локальной сети" disabled
netsh interface set interface "Подключение по локальной сети" enabled
  1. На хост машине должно быть настроено автоподнятие сети

https://askubuntu.com/questions/16376/connect-to-network-before-user-login

Clone this wiki locally