RSelenium issue with startServer() on windows

只愿长相守 提交于 2019-12-04 17:00:32
jdharrison

It is an issue with Win 7.

A htable XSL stylesheet is used to format the output of WMIC path win32_process

It results as a mismatch when using regional settings. Possible workarounds given are:

  1. Copy or move the C:\Windows\system32\wbem\en-US*.xsl files up into the C:\Windows\system32\wbem\ folder.
  2. Change your regional settings to match your Windows language version, log out and back in.
  3. Specify the full path: WMIC process get /format:"%WINDIR%\System32\wbem\en-US\csv"

as noted in wmic error (invalid XSL format) in windows7

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!