Oops, that reg value doesn't mean what I thought it meant.

servicizing
Sean McArdle 2016-03-29 13:54:08 -07:00
parent 27d46da48a
commit 55f4a9f8ff
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ USAGE
private void InstallServiceCommandLine()
{
string keyParent = @"SYSTEM\CurrentControlSet\Services\" + ServiceName;
const string VALUE_NAME = "WifiSitter";
const string VALUE_NAME = "ImagePath";
try
{