We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f175f4 commit de359cdCopy full SHA for de359cd
1 file changed
Elucidate/Elucidate/snapraid.ps1
@@ -10,7 +10,7 @@ $loopStart = get-date
10
do {
11
if((get-process "snapraid" -ea SilentlyContinue) -eq $Null) {
12
Write-Host "To have this window hidden:"
13
- Write-Host "Edit the Sheduled Task and in Security Options "
+ Write-Host "Edit the Scheduled Task and in Security Options "
14
Write-Host "select 'Run whether the user is logged on or not'"
15
Write-Host "and also make sure the 'Hidden' checkbox is checked."
16
Write-Host ""
0 commit comments