1.打开cmd 找到OpenOffice的安装路径
cd C:\Program Files (x86)\OpenOffice 4\program
执行 soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard 命令
2.查看是否启动成功
第一步:.查看端口对应的pid
netstat -ano|findstr "8100"
第二步:查看pid对应的服务程序名
tasklist|findstr "ipd值"
附:OpenOffice安装包下载路径:点击打开链接