Browse Source

docs: windows server note

pull/894/merge
bol-van 4 weeks ago
parent
commit
06613b4fd5
  1. 6
      docs/windows.en.md
  2. 6
      docs/windows.md

6
docs/windows.en.md

@ -165,3 +165,9 @@ clone the code in all cmd files to support multiple tasks `winws1,winws2,winws3,
Tasks can also be controlled from GUI `taskschd.msc`.
Also you can use windows services the same way with `service_*.cmd`.
## Windows Server
winws is linked against wlanapi.dll which is absent by default.
To solve this problem run power shell as administrator and execute command `Install-WindowsFeature -Name Wireless-Networking`.
Then reboot the system.

6
docs/windows.md

@ -257,3 +257,9 @@ _zapret-winws_ - это отдельный комплект для повсед
Все батники требуется запускать от имени администратора.
Управлять задачами можно так же из графической программы управления планировщиком `taskschd.msc`
## Особенности Windows Server
winws слинкован с wlanapi.dll, который по умолчанию не установлен в windows server.
Для решения этой проблемы запустите power shell под администратором и выполните команду `Install-WindowsFeature -Name Wireless-Networking`.
После чего перезагрузите систему.

Loading…
Cancel
Save