diff --git a/docs/windows.en.md b/docs/windows.en.md index bb8c1e5b..02e2c5a6 100644 --- a/docs/windows.en.md +++ b/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. diff --git a/docs/windows.md b/docs/windows.md index b91e468f..1f0c452c 100644 --- a/docs/windows.md +++ b/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`. +После чего перезагрузите систему.