How can I move the Crosser Edge Node to another folder in Windows?
Open PowerShell as Administrator.
(Optional) Depending on your machine setup, you may need to run:
set-executionpolicy -scope process unrestricted
Stop and remove the Windows service by running:
stop-service Crosser.EdgeNode.Service
stop-service Crosser.EdgeNode.Service
remove-service Crosser.EdgeNode.Service
Move the WinService folder to the desired location.
From inside the moved WinService folder, reinstall the service by running:
.\InstallWindowsService.ps1
When prompted for nodeId and accessKey, just press Enter, then answer run when asked.