Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 905ce8c

Browse files
Added Service Description
1 parent 1c4f12f commit 905ce8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DVDFab.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ $ServiceName = 'DVDFabAutoRip'
2424
$ServicePath = 'C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe'
2525
$ServiceArguments = '-ExecutionPolicy Bypass -NoProfile -File "{0}"' -f $ScriptPath
2626
& $nssm install $ServiceName $ServicePath $ServiceArguments
27+
&nssm set $ServiceName Description DVDFabAutoRip Service to watch for media in optical drive and launch DVDFab for Ripping
2728
Start-Sleep -Seconds .5
2829
# check the status... should be stopped
2930
& $nssm status $ServiceName

0 commit comments

Comments
 (0)