How to make GE on windows GUI, command from guids not work

I want to trey make GE only from 1 sattelite, on windows GUI how to make it.

tried guide command from Graceful Exit Guide

but it give error
C:\Program Files\Storj\Storage Node>storagenode exit-satellite
2020-06-10T18:22:27.594+0300 FATAL Failed to load identity. {“error”: “file or directory not found error: open C:\Users\miner\AppData\Roaming\Storj\Identity\Storagenode\identity.cert: The system cannot find the path specified.”, “errorVerbose”: “file or directory not found error: open C:\Users\miner\AppData\Roaming\Storj\Identity\Storagenode\identity.cert: The system cannot find the path specified.\n\tstorj.io/common/identity.Config.Load:329\n\tmain.cmdGracefulExitInit:58\n\tstorj.io/private/process.cleanup.func1.4:359\n\tstorj.io/private/process.cleanup.func1:377\n\tgithub.com/spf13/cobra.(*Command).execute:840\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:945\n\tgithub.com/spf13/cobra.(*Command).Execute:885\n\tstorj.io/private/process.ExecWithCustomConfig:88\n\tstorj.io/private/process.ExecCustomDebug:70\n\tmain.main:320\n\truntime.main:203”}

my indentity realy is on different location, node is working now.

Try

storagenode exit-satellite --identity-dir “enter path to identity directory”

Here is more full guide:

Thank you, this looks much better.