I needed to disable a service as a prereq to stream a virtual AppV Visual Studio 2010 Professional package.
When using sc with these parameters,I got a syntax error:
sc config FontCache3.0.0.0 start=disabled
You need to add a space after start= and disabled to get this working!
sc config FontCache3.0.0.0 start= disabled

access denied error 5 occur