search
HomeCommon ProblemWin7 computer system service remote shutdown tutorial

Win7 computer system service remote shutdown tutorial

Jul 19, 2023 pm 03:25 PM
Tutorialwin computerService shutdown remotely

In daily work, we often need to shut down some system services, but many people don't know how to shut down, so a remote technician is needed to assist you at this time. So how does he remotely shut down your Win7 computer system services? For detailed operation methods, we can read the content of the article.

If IPC$ sharing is not turned on, we will not be able to implement remote management services, so computers within the company will turn on the sharing function by default to facilitate management. If you want to open IPC$ sharing, right-click "Computer" - "Manage", open "Sharing" under "Sharing", you can see the following in the right box:

Win7 computer system service remote shutdown tutorial

How to remotely shut down computer system services in Win7.

Method 1: Remotely manage the computer’s system services through the services.msc snap-in unit.

Please open the system services snap-in by selecting "Run" in the "Start" menu and then entering "services.msc", just like the Win7 system demonstration below.

Win7 computer system service remote shutdown tutorial

Win7 computer system service remote shutdown tutorial

2. Then right-click "Local Services" in the list on the left, select "Connect to other computers", and select "Other computers" "Enter the remote computer name or IP address in the radio button box and click the "OK" button. The following is:

Win7 computer system service remote shutdown tutorial

Win7 computer system service remote shutdown tutorial

##3. Now, we can see the list of all system services of the remote computer. In a domain environment, if this If the computer is logged in with a domain administrator account, you can directly open the system service, stop, restart, disable, etc. of the remote computer. The following is:

Win7 computer system service remote shutdown tutorial

Win7 computer system service remote shutdown tutorial

Second method: Remotely manage system services through the cmd command line.

1. First enter: cmd in the "Start-Run" box to open the command prompt box, enter the following command in cmd to start the service (or use the Telnet service mentioned above).

(1) Change the automatic boot type: sc\\192.168.19.5configtlntsvrstart=auto.

(2) Open the service: sc\\192.168.19.5starttlntsvr.

Win7 computer system service remote shutdown tutorial

#2. Use the following command to shut down or disable the service.

(1) Open the service: sc\\192.168.19.5stoptlntsvr.

(2) Change the automatic start type: sc\\192.168.19.5configtlntsvrstart=disabled.

Win7 computer system service remote shutdown tutorial

The above is the method to remotely shut down the Win7 computer system service. There are two methods. The editor thinks the second method is relatively simple, so I suggest you use the second method. , but remember to change the IP address.

The above is the detailed content of Win7 computer system service remote shutdown tutorial. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:Win7之家. If there is any infringement, please contact admin@php.cn delete

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.