lkpmap.blogg.se

Start teamviewer host service command line
Start teamviewer host service command line













But the service name we need to use in the above commands is RpcSs. For example, Remote procedure call (RPC) is the display name of the service. Each service is given a unique identification name which can be used with net or sc commands. Note that the service name is not the display name of a service. Again, if you do not have administrator previliges you would get the below error. This SC command works on a Windows 7 machine and also on the down-level editions of Windows i.e Windows XP/2003 and Windows Vista. Note: Space is mandatory after ‘=’ in the above sc commands. To make a service start automatically with system boot: sc config servicename start= auto To enable a service: sc config servicename start= demand To disable a service: sc config servicename start= disabled If you are just a normal user on the computer, you would get an error like below. You need to have administrator privileges to run net start/stop commands.















Start teamviewer host service command line