docs: windows server note

This commit is contained in:
bol-van
2025-08-22 19:10:56 +03:00
parent 7364bab8a7
commit 06613b4fd5
2 changed files with 12 additions and 0 deletions

View File

@@ -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.