___ Instructions for Config File Creation ___ - In C:\Empower create a file named "GateServiceConfig.txt". You can do this by right-clicking and selecting New > Text Document. Make sure it is exactly name "GateServiceConfig" without the quotes. - The file can override the timer interval value. The default is 5 minutes. The timer interval is in milliseconds - The file can also override the feature that only lets the gate service create gate entries when Storage Commander is closed. If you wanted to create a file that overwrites the interval value to 1 minute and for the gate service to create gate entries even when Storage Commander is open, the following content would be in the file: Interval=60000;CheckOnlyWhenScClosed=false If only one value is to be changed make sure the end of the parameter has a semicolon attached like so: Interval=60000;