1、windows7&2008R2操作系统:点击“开始”=>“所有程序”=>“附件”,右击“命令提示符”,选择“以管理员身份运行”,打开命令提示符。
2、其他操作系统按住windows徽标键+X,选择“命令提示符(管理员)”
3、在命令提示符中输入:sc config WorkfineService binPath="C:\Program Files\Workfine\server\WebApplication.exe--service --urls=http://*:5000",包括双引号。
4、在命令提示符中输入:netsh advfirewall firewall add rule name="workfine" protocol=TCP dir=in localport=5000action=allow,
5、最后在命令提示符中输入:sc stop workfineservice,按回车。稍等片刻后继续输入:sc start workfineservice,再按回车。
6、在局域网其他设备中输入“服务器IP:5000/index.html”访问使用Workfine个人版应用端。