Home > Blockchain >  How to install neo4j.bat
How to install neo4j.bat

Time:12-12

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.

CodePudding user response:

Create a dummy folder anywhere C:\libraries and place bat file neo4j.bat in the created folder and add(append) the folder path C:\libraries\ to Path environment variable

For adding environment variable, search for environment variable, enter image description here

GO to User variables for YourAccountName, Select Path, Click Edit, Click on New > Paste C:\libraries\ without quotes > Click ok > Click ok

CodePudding user response:

I ended up downloading a differnt version along with the desktop version. This seemed to work.

  • Related