FS-Launch is a powershell script to login, download and run a FirstSpirit config file.
Just copy the script in a folder of your choice.
- Open a powershell console (hint: WIN+X)
- Enter the following command:
Read-Host -AsSecureString | ConvertFrom-SecureString | Set-Clipboard
- At the promt enter your FS password. It will be copied encrypted to your clipboard
- Replace the string
0123456789YOURSECURESTRING
in line 4 with your clipboard content - Enter your hostname in line 1
- Enter your username in line 2
Done.
Just run the fs-launch.cmd
file.
When windows shows a message that the .cmd
file cannot be executed, open the properties of the file and on the bottom check the permission to execute it.