How To Start A Remote Computer Repair Service
Computers in the home are plainly very common these days and it's non unusual to find more than one Windows PC or laptop in a household. Perhaps the parents accept the desktop PC and the kids use a laptop or y'all have desktop machines networked together in your function for work. With the increase in computers at your disposal comes an increase in looking after them when they developed a problem, need tweaking or don't piece of work as efficiently as they should.
One of the ways to piece of work on another computer without physically being in front end of information technology is of course via networking. Besides the obvious of being able to read and execute files on a remote estimator or transferring files betwixt computers, you tin besides perform more advanced maintenance tasks such as starting or stopping remote processes and even decision-making Windows Services to exist started, stopped or completely disabled.
Here we'll bear witness you lot some ways to view the status of Windows Services on a remote computer in addition to having the ability to starting time and cease them without leaving your own computer.
1. Yet Another (Remote) Process Monitor
This program hasn't been updated since 2009 only YAPM is one of few tools that tin actually let you lot manage remote services from the comfort of a GUI. We accept talked about the program before considering of the remote process handling abilities, but it's equally at home controlling services.
YAPM allows you to view the services and their details on the remote motorcar. It offers control of starting, stopping, or irresolute the startup type. There are 2 ways to remotely connect to another computer; either via the easier WMI interface, or launching a YAPM server process on the remote machine (this choice doesn't seem to piece of work besides well these days).
For ease of use, nosotros'll show the WMI option. Run YAPM and click the circular Options push near the top left of the window, select "Change connectedness blazon" from the menu. This will bring up the connections window, click "Remote via WMI" followed by Disconnect, and then enter the remote computer name or IP address along with the remote admin's username and countersign. Finally, click Connect and then Hide window.
In the master window, select the Services tab and after a few moments you lot should encounter all the services on the remote reckoner (refresh if not). Now you tin can view and control the remote services every bit if they're on your own automobile with buttons or context carte du jour options to get-go, terminate, gear up to autostart, on-demand startup (transmission), or disable from starting. YAPM requires .NET 3.5 for Windows 10 users, a portable version is also bachelor.
Download Yet Another (Remote) Procedure Monitor
two. Application Admission Server (A-A-Due south)
A-A-S is an old tool that actually boasts several powerful features. Sadly, it can be tricky to apply and the official documentation isn't very helpful. With the ability to launch Windows applications and enable/disable services remotely over the net as well as a local network, A-A-Southward has practiced potential uses. A possible drawback is it needs to be configured and run entirely on the remote computer.
To get up and running quickly you don't need to configure that much. First, run the program and click on Configure > User, highlight user admin in the list, and click change. Replace the password and optionally the username, click OK. You tin also change the port from the default of 6262 to something like 80 which volition get effectually firewall port restrictions. Press Showtime to launch the web server.
Now go to a reckoner on the network you wish to connect from and open up a spider web browser. Enter the IP address of the calculator with A-A-S on it in the accost bar and suspend the port number (no need if y'all use port 80), so information technology would look something like:
http://192.168.0.45:6262
You will then be prompted for the username and password of the user edited in a higher place. In the web interface, click the Services option on the left. The window volition display the services on the remote computer along with their current status. Exercise annotation that A-A-Southward can't tell the difference between a disabled service or but a stopped service. For this reason, when you press to Start a remote service information technology might not actually commencement because it's startup state is set to Disabled.
Services with Manual or Automated startup types will accept First/Stop requests simply Pause volition likely fail. A-A-Due south offers extra security measures such as Silent or Stealth port options. Silent requires a keyword appended to the IP address and port while Stealthed uses a split AAS_Login.exe tool. Services can besides be started and stopped using command line tools like Net or SC, this tin can be washed in the Awarding configuration window.
Download Application Access Server
3. Controlling Remote Services via Command Prompt
The Windows congenital in SC command is basically a console based version of the Services MMC snap in. It does have a problem considering there is no ability to log on as another user on the remote estimator. Thankfully, combining SC with the NET Utilize command, we can connect to the remote figurer and and so perform service tasks. Bring up an admin Control Prompt (Start > blazon cmd > Ctrl+Shift+Enter) and so blazon the following:
Net Utilize \\computername password /User:username
The NET USE command first creates a connection to the remote computer with the credentials of 1 of its administrators. Then y'all tin use the SC command to query the condition of a service and showtime/stop or change its startup type. A few examples are:
Query whether the service is running or stopped:
SC \\computername Query servicename
Query the service startup type, path, display name, dependencies, and etc:
SC \\computername QC servicename
Start or stop a service:
SC \\computername Start|Terminate servicename
Change the service startup type:
SC \\computername Config servicename start= Auto|Demand|Disabled
Note: The single space subsequently "start=" is important and must not be omitted!
The above screenshot queries the Windows Update Service on the remote machine, starts it, and so queries information technology over again to check the service has started. More information on how to use the SC command tin be found at Microsoft Technet or third party sites like SS64.Com.
If you wish to stop the connection with the remote reckoner, either reboot the computer or run "Net Apply \\computername /Delete".
4. Sysinternals PsService (part of PsTools)
The Microsoft endemic developer Sysinternals has a set up of control line utilities for local and remote administration chosen PsTools. I of the included tools is PsService and it's specifically fabricated to handle remote services. The advantage this tool has over SC is the option to supply the user name and password of a user on the remote automobile, then the Net command isn't needed. The syntax is:
Psservice \\computername -u username -p password command options
As PsService supplies user credentials as arguments, you don't need to include the Cyberspace Use command. The basic commands are broadly the same as the Windows SC utility such as query, config, commencement, finish, and etc. Here are a few examples for handling the Windows Search Service:
Query the service:
Psservice \\computername -u admin -p laissez passer Query wsearch
Query the startup configuration of the service:
Psservice \\computername -u admin -p pass Config wsearch
Showtime or stop the service:
Psservice \\computername -u admin -p pass First|Stop wsearch
Set the startup type of the service:
Psservice \\computername -u admin -p laissez passer Setconfig wsearch Automobile|Disabled|Demand
The above paradigm stops the Windows Search Service and and then disables it. To completely disable a service, make certain to stop it before setting its startup type. The full list of syntax and arguments can exist found in the included help document or on the SysInternals website.
Download Sysinternals PsTools (includes PsService)
v. Services/Computer Management Console
This method might be the easiest to use considering information technology doesn't rely on third party tools or the command line and is congenital into Windows. Still, it tin too be a scrap of a pain on some systems and there'south a chance y'all will become errors or connection bug.
a) Press the Windows key and blazon "services" to open up the Control Panel Services applet. Alternatively, type Services.msc into the Win+R Run dialog. Become to the Action carte du jour > "Connect to another computer".
b) Click Browse and enter the name of the remote calculator in the object name box. Press OK and you lot will be prompted for the username and password of an account on the remote estimator.
If you can't recollect the remote computer'south proper noun, click Browse > Avant-garde > Find now. This volition show a list of computers in the local workgroup where you can find the PC you want to connect with. Click OK to get dorsum to the main window.
c) The Services window should now take the remote calculator'due south name in the console tree instead of Local. From in that location, all you lot have to practise is expand "Services and Applications" and go to Services.
The remote Services Control Panel applet works with services in the verbal same way every bit if you was controlling services on the local machine.
Finding Windows Service Names
Windows has more than one proper name for each service; the Service name and its Display Name. For example, "Windows Update" is the brandish name for the Windows Update Service, Wuauserv is the service proper name.
The easiest way to use these tools is with the shorter service name, yous can find names for services on your own computer if you're not sure, open Task Managing director and go to the Services tab, the Name column gives the name you lot need to use.
Alternatively, you lot can use the Control Panel Services applet (Services.msc) and double click the service to find the name nearly the top (pictured to a higher place). A useful resource for Service data including names for all versions of Windows is BlackViper.com.
Source: https://www.raymond.cc/blog/remotely-start-and-stop-applications-or-services-over-the-internet/
Posted by: vieirascul1936.blogspot.com
0 Response to "How To Start A Remote Computer Repair Service"
Post a Comment