I am trying to install neo4j.bat using the cmd: neo4j.bat install service. I am following a tutorial on this so I can use BloodHound on my windows machine.
when running this command I am getting an Error:
AuthorizedManager check faild.
CategoryInfo : SecurityError: (:) [], ParentContainsErrorRecordException
FullyQualifiedErrorId : UnauthorizedAccess
Has anyone seen this or know how to get passed this.
2条答案
按热度按时间rqenqsqc1#
在任意位置
C:\libraries
创建一个虚拟文件夹,将bat文件neo4j.bat
放置在创建的文件夹中,并将文件夹路径C:\libraries\
添加(附加)到Path
环境变量中要添加环境变量,请搜索环境变量
转到
User variables for YourAccountName
,选择路径,单击编辑,单击新建〉粘贴不带引号的C:\libraries\
〉单击确定〉单击确定pkbketx92#
我最终下载了一个不同的版本沿着桌面版本。这似乎是工作。