sc.exe requires space after the = sign - Server 2008 R2 Enterprise
Open
- Dominant language
- No language data
- Stars
- 21
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
sc.exe requires spaces after the = sign
Correct Syntax
sc.exe create WindowsAzureGuestAgent binpath= "C:\WindowsAzure\Packages_[date]_[time[\GuestAgent
\WindowsAzureGuestAgent.exe" start= auto DisplayName= "Windows Azure Guest Agent"
Current Syntax
sc.exe create WindowsAzureGuestAgent binpath="C:\WindowsAzure\Packages_[date]_[time[\GuestAgent
\WindowsAzureGuestAgent.exe" start=auto DisplayName="Windows Azure Guest Agent"
Work around is to manually run the command either with the correct path, or perform a repair after the service is registered. Only then the agent will update itself and report.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.