Powershell issue - path is missing on Windows 10 home edition

The neo4j.bat and neo4j-admin.bat scripts on Windows installations of Neo4j require access to powershell. This is not an issue on any recent (7 and up) Windows installation, however, there is a little quirk on Windows 10 Home Edition ... powershell is not - by default - in the path.

The issue can easily be resolved by adding
%SYSTEMROOT%\System32\WindowsPowerShell\v1.0
into the path.