Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions modules/ROOT/pages/installation/windows.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ You will then be prompted to change the password.

Neo4j can also be run as a Windows service.

[WARNING]
====
By default, the Neo4j Windows service runs as the LocalSystem account, which has full access to the system.
This is a security risk, and it is recommended to run the service as a user without full LocalSystem privileges.
====

=== Install the Windows service

Install the service with `bin\neo4j windows-service install`, and start it with `bin\neo4j start`.
Expand Down