Skip to content

v0.3.0

Compare
Choose a tag to compare
@RobotsOnDrugs RobotsOnDrugs released this 21 Jun 18:07
· 4 commits to master since this release

Added a PowerShell script for easy installation. The path must be supplied for a new installation and must be run in PowerShell from the directory in which the script is located. Since this script creates a scheduled task that is run with highest privileges, running as admin is also required.

To install:
.\install.ps1 -InstallationPath C:\example\path\FSC

Depending on your current PowerShell execution policy, you may need to unblock the file first.
Unblock-File -Path .\install.ps1

Alternatively, you can allow all scripts.
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope LocalMachine