For v4.2.6 - in case, encountered win10 powershell security issues, update file neo4j-enterprise-4.2.6\bin\neo4j.ps1 - adjust try block with following - this should work
try
{
Unblock-File -Path '$PSScriptRoot\Neo4j-Management*.*' -ErrorAction 'Sil...