5 lines
276 B
Batchfile
5 lines
276 B
Batchfile
@echo off
|
|
REM Als Administrator ausfuehren, wenn Scheduler.WebPrefix = http://+:8095/ genutzt wird.
|
|
netsh http add urlacl url=http://+:8095/ user=Everyone
|
|
netsh advfirewall firewall add rule name="FileInterface HTTP Admin 8095" dir=in action=allow protocol=TCP localport=8095
|