You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Server/wwwroot/Content/Install-Remotely.ps1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,7 @@ function Install-Remotely {
179
179
Invoke-RestMethod-Method Post -ContentType "application/json"-Uri "$HostName/api/devices"-Body $Body
180
180
}
181
181
182
-
New-Service-Name "Remotely_Service"-BinaryPathName "$InstallPath\Remotely_Agent.exe"-DisplayName "Remotely Service"-StartupType Automatic -Description "Background service that maintains a connection to the Remotely server. The service is used for remote support and maintenance by this computer's administrators."
182
+
New-Service-Name "Remotely_Service"-BinaryPathName "`"$InstallPath\Remotely_Agent.exe`""-DisplayName "Remotely Service"-StartupType Automatic -Description "Background service that maintains a connection to the Remotely server. The service is used for remote support and maintenance by this computer's administrators."
0 commit comments