Windows Network and Firewall

Block all apps in specified folder to access any network resources outside PC

https://www.tenforums.com/network-sharing/43084-how-block-multiple-exe-files-windows-firewall-post591205.html#post591205

for %%G in (“C:\Program Files (x86)\Test Folder\*.exe”) do (
netsh advfirewall firewall add rule name=”Blocked With Batchfile %%G” dir=in action=block program=”%%G” enable=yes profile=any
netsh advfirewall firewall add rule name=”Blocked With Batchfile %%G” dir=out action=block program=”%%G” enable=yes profile=any
)

USB over IP

Thanks to this man:
https://itproblog.ru/%D0%BF%D1%80%D0%BE%D0%B1%D1%80%D0%BE%D1%81-usb-%D1%83%D1%81%D1%82%D1%80%D0%BE%D0%B9%D1%81%D1%82%D0%B2-%D0%BF%D0%BE-%D1%81%D0%B5%D1%82%D0%B8-virtualhere/#Nastrojka_VirtualHere
I’ve found VirtualHere usb sharing software:
https://www.virtualhere.com/

There is a free of charge alternative so you can start free of charge server and use the client specified above also free:
https://habr.com/ru/companies/selectel/articles/668590/
or use alternative client (Windows only)
https://sourceforge.net/projects/usbip/

WiFi Roaming Mikrotik

Лучший мануал:
https://2keep.net/mikrotik-capsman-v2-hap-ac-lite/

Хороший мануал
https://zeroxzed.ru/nastroyka-mikrotik-kontrollera-capsman-dlya-besshovnogo-wifi-rouminga-na-primere-routerboard-2011uias-2hnd-in/

Ну или более бюджетный вариант, где одна точка – центр мира:
https://habrahabr.ru/post/217657/

И еще мануал:
https://serveradmin.ru/nastroyka-capsman-v-mikrotik/

Пара советов:
https://toster.ru/q/127543