Windows를 실행(Windows run) 하고 다양한 앱에 많은 기능을 제공 하는 이유가 무엇인지 적어도 한 번 이상 궁금했을 것 입니다. 대답의 중요한 부분 중 하나는 Windows 서비스에서 제공됩니다. Windows 는 해당 서비스를 사용하여 네트워크 연결을 관리하고 , 스피커를 통해 소리를 재생(play sound) 하고, 암호와 자격 증명을 기억하고, 화면에 색상을 표시하는 등의 작업을 수행할 수 있습니다. 이 기사에서 우리는 Windows 서비스가 무엇인지 그리고 그것들을 사용하는 기본 사항에 대해 설명할 것입니다. Windows 서비스 에 대해 자세히 알아보려면 다음을 읽어보세요 .
Windows 서비스란 무엇입니까?
서비스는 다른 애플리케이션과 거의(almost) 유사한 애플리케이션입니다. 서비스와 다른 프로그램의 차이점은 백그라운드에서 실행되며 클릭하거나 탭할 수 있는 사용자 인터페이스가 없다는 것입니다. 웹 서비스(web serving) , 이벤트 로깅(event logging) , 파일 서비스(file serving) , 인쇄 또는 오류 보고(printing or error reporting) 와 같은 운영 체제(operating system) 기능 을 제공하기 위한 것 입니다.
모든 서비스가 Microsoft 에서 개발한 것은 아닙니다 . 일부 응용 프로그램 및 드라이버는 해당 서비스를 설치합니다. 보안(Security) 제품군은 시스템 활동에 대한 실시간 모니터링, 맬웨어 방지 보호, 방화벽 보호(firewall protection) 등을 제공하기 위해 서로 다른 서비스를 설치하기 때문에 훌륭한 예입니다. 그들은 서비스가 제공하는 이점을 사용해야 합니다. 이러한 장점 중 하나는 시스템 부팅 중, 다른 프로그램 이전, 심지어 로그인하기 전에 시작할 수 있다는 것입니다. 그러나 가장 중요한 장점은 (system boot)Windows 코어(Windows core) 에 완벽하게 통합되면서 컴퓨터에서 실행되는 모든 것을 모니터링할 수 있다는 것입니다 . 이러한 방식으로 높은 수준의 보호를 제공할 수 있습니다.
타사 서비스의 또 다른 예로는 보안 원격 연결을 위해 사무실에서 자주 사용되는 SSH 서버 또는 (SSH server)Firefox 에서 사용 하는 Mozilla 유지 관리 서비스(Mozilla Maintenance Service) 와 같은 웹 브라우저용 자동 업데이트 서비스가 있습니다 .
서비스가 무엇을 또는 언제 수행하는지 아는 것은 유용할 수 있습니다. 예를 들어, 해당 기능이 필요하지 않다는 것을 알고 있다면 비활성화하여 시스템 속도를 높일 수 있습니다. 로컬 네트워크를 관리하기 위해 라우터를 설치한 경우 인터넷 연결 공유(Internet Connection Sharing) 서비스를 실행 하지 않아도 됩니다.
또는 실행할 서비스가 필요하지만 그렇게 중요하지 않은 경우 Windows(Windows) , 시작 앱(startup apps) 또는 기타 중요한 서비스가 시작된 후 조금 나중에 시작하도록 설정할 수 있습니다 . 제 경우에는 우리에게 필요하지만 우리의 삶이 그것에 의존하지 않는 서비스 중 하나가 Windows와 앱 의 (Windows and apps)날짜와 시간(date and time) 을 동기화하는 Windows 시간(Windows Time) 서비스 입니다. 그래서 우리는 그것을 지연된(Delayed) 시작으로 설정하기로 결정했습니다.
Windows 서비스에 액세스하는 방법은 무엇입니까?
Windows 서비스 에 액세스하는 방법에는 여러 가지가 있습니다. 그러나 여기에서 찾을 수 있는 이전 가이드 중 하나에서 이미 설명했기 때문에 모든 것을 설명할 생각은 없습니다. Windows (모든 버전) 에서 서비스(Services) 에 액세스하는 9가지 방법.
그러나 전체 가이드를 읽을 시간이 없는 경우 최신 Windows 버전 에서 (Windows version)서비스(Services) 를 여는 빠른 방법 중 하나 는 검색을 사용하는 것입니다. Windows 10 의 작업 표시줄에서 검색 필드(search field) 에 단어 서비스(services) 를 입력 하거나 Windows 8.1 의 시작 화면에서 (Start)서비스 (services)입력 을 시작하거나 (start typing)Windows 7 의 (Windows 7)시작 메뉴(Start Menu ) 에서 검색 필드에 서비스(services) 를 입력합니다 . 이러한 모든 운영 체제 에서 서비스(Services) 또는 "로컬 서비스 보기"("View local services") 검색 결과 를 클릭하거나 누릅니다 . (click or tap)그런 다음, 서비스(Services) 창이 열립니다.
서비스(Services) 창 은 모든 Windows 서비스 를 보고, 시작하고, 중지하고, 구성할 수 있는 곳 입니다.
Windows 서비스(Windows service) 에 대한 정보를 보는 방법은 무엇입니까?
서비스(Services) 창 에서 나열된 각 서비스에 대해 다음 5가지 항목을 볼 수 있습니다.
-
이름(Name) - 해당 서비스가 무엇을 하는지 알고 싶다면 서비스 이름이 도움이 될 수 있습니다. 하지만 불행히도 이 이름은 서비스가 무엇인지 이해하는 데 도움이 되지 않는 경우가 많습니다.
-
설명(Description) - 서비스에 대한 설명은 서비스의 목적 또는 ID에 대한 몇 가지 간단한 정보를 보여줍니다.
-
상태(Status) - 해당 서비스가 실행 중인지 또는 중지되었는지 알려줍니다.
-
시작 유형(Startup Type) - Windows에서 해당 서비스를 시작하는 방법을 보여줍니다. 서비스는 자동으로 자동으로 시작되지만 지연이 있으면 수동으로 시작하거나 비활성화할 수 있습니다. 즉, 시작되지 않습니다. 이 자습서의 뒷부분에서 Windows 서비스의 시작 유형과 구성 방법에 대해 자세히 설명합니다.
-
다음 으로 로그온 - (Log On As)로컬 시스템(Local System) 계정을 사용하여 서비스를 시작할지 아니면 수동으로 지정하는 다른 사용자 계정을 사용 하여 시작할지 선택할 수 있습니다.
서비스(Services) 창 에서 해당 이름을 두 번 클릭(또는 두 번 탭)하면 각 서비스 의 속성(Properties) 에서도 동일한 정보를 볼 수 있습니다 .
Windows 서비스(Windows service) 를 시작하거나 중지하는 방법
서비스를 시작하거나 중지하는 것은 쉽습니다. 서비스를 마우스 오른쪽 버튼으로 클릭(또는 길게 탭(tap and hold) )하고 원하는 작업을 선택하기만 하면 됩니다. 서비스를 실행하려면 시작(Start) 을 누릅니다 .
실행 중인 서비스를 중지하려면 중지(Stop) 옵션을 눌러야 합니다.
시작(Start ) 및 중지(Stop) 외에도 사용할 수 있는 몇 가지 다른 옵션이 있습니다 . 선택한 서비스 를 일시 중지, 재개(Pause, Resume) 또는 다시 시작할 수도 있습니다. (Restart)마지막 옵션은 Pause(Pause) 와 같이 자명 합니다. 서비스가 중지되었지만 관리 또는 서비스 권한이 없는 사용자 계정에 대해서만 해당되며 후자에 대해서는 계속 실행됩니다. 당연히 Resume 은 해당 계정에 대해 일시 중지된 서비스를 시작합니다.
선택한 작업은 현재 컴퓨팅 세션(computing session) 에만 적용됩니다 . Windows를 다시 시작하면 선택한 서비스가 기본 상태(default state) 로 다시 시작됩니다 .
참고:(NOTE: ) 서비스를 시작하거나 중지하는 다른 방법이 있습니다. 서비스의 속성(Properties) 창에서 수행할 수도 있습니다. 서비스를 마우스 오른쪽 버튼으로 클릭(Right-click) (또는 길게 누름(press and hold) )한 다음 속성(Properties) 을 클릭 합니다. 그런 다음 일반(General) 탭에서 마우스 오른쪽 버튼 클릭 메뉴와 동일한 옵션을 찾아야 합니다.
Windows 서비스 의 (Windows service)시작 유형(startup type) 을 변경하는 방법
Windows 서비스(Windows service) 가 시작 되는 방식을 변경하려면 먼저 속성을 열어야 합니다 . (Properties.)그렇게 하려면 서비스를 마우스 오른쪽 버튼으로 클릭(또는 길게 누름(press and hold) )한 다음 속성(Properties) 을 클릭 합니다.
서비스의 속성(Properties) 창에서 일반(General) 탭은 서비스 이름, 표시 이름(display name) , 설명, 실행 파일 경로 및 시작 유형(startup type) 수정 옵션에 대한 정보를 공유합니다 . 두 번째 섹션에서는 서비스 상태를 공유하고 필요한 경우 사용자 지정 시작 매개변수를 지정할 수 있습니다.
시작 유형(Startup type) 을 다음과 같이 설정할 수 있습니다.
-
자동:(Automatic:) 부팅 시 서비스가 시작됩니다.
-
자동(지연된 시작):(Automatic (Delayed Start):) 시스템이 자동으로 시작하도록 설정된 다른 모든 서비스를 로드한 후에만 서비스가 시작됩니다.
-
수동:(Manual:) 필요할 때만 서비스를 시작합니다.
-
비활성화(Disabled:) 됨: 다른 Windows 서비스 또는 앱에서 해당 기능을 요청하더라도 서비스가 시작되지 않습니다.
할 수는 있지만 수행 중인 작업을 모르는 경우 서비스 의 시작 유형(Startup type) 을 변경하지 않는 것이 좋습니다 . 다른 시스템 구성 요소가 종속될 수 있으므로 서비스를 Disabled 로 설정하는 것은 특히 위험 합니다. 이로 인해 운영 체제 또는 앱(operating system or app) 이 오작동 하거나 부팅에 실패할 수 있습니다.
또한 비활성화해도 안전한 서비스에 대한 지침이 필요한 경우 다음 문서를 읽어야 합니다.
- Windows 서비스 – 종속성 식별 및 (Identifying)시작 유형 변경(startup type)
- 어떤 Windows 서비스를 언제 비활성화하는 것이 안전합니까?
Windows PC에서 서비스를 관리합니까?
모든 성능을 짜내고 시스템 속도를 높여야 하는 경우 일부 서비스가 지연되거나 비활성화될 수도 있습니다. 그러나 이는 해당 서비스가 즉시 필요하지 않거나 전혀 필요하지 않은 경우에만 가능하며 비활성화해도 문제나 불편이 발생하지 않습니다. 우리가 지금 염두(mind right) 에 두고 있는 질문 은 다음과 같습니다. PC에서 Windows 서비스를 직접 관리하고 있습니까, 아니면 그대로 두기를 원하십니까? 아래에 댓글(Comment) 을 달고 토론해 봅시다.
What are Windows services, what do they do and how do you manage them?
You must have wondered at leaѕt onсe about what makes Windows run and offer so many features to so many different apps? One crucial part of the answer is provided by the Wіndows services. By using its services, Windows can manage network connections, plаy sound through the speakers, remember passwords and credentіals, display colorѕ on the screen and so on. In this article, we are going to dеѕcribe whаt Windows servіces are аnd the bаsicѕ of workіng with them. If you want to leаrn more about Windows services, read on:
What are Windows services?
A service is an application almost like any other. The difference between services and other programs is that they run in the background and do not have a user interface that you can click or tap on. They are intended to provide operating system features such as web serving, event logging, file serving, printing or error reporting.
Not all services are developed by Microsoft. Some applications and drivers install their services. Security suites are an excellent example, as they install different services to provide real-time monitoring of your system's activities, anti-malware protection, firewall protection, etc. They need to use the advantages offered by services. One such advantage is that they can be started during the system boot, before other programs and even before you log in. However, the most important advantage is that they can monitor everything that runs on your computer while being perfectly integrated into the Windows core. This way, they can provide a high level of protection.
Another example of a non-Microsoft service could be an SSH server, often used in offices for secure remote connections or an auto-updating service for your web browser like the Mozilla Maintenance Service used by Firefox.
Knowing what or when a service does something can be useful. For example, if you know that you are not going to need its features, you can disable it to speed up your system. If you have a router installed to manage your local network, it is likely that you do not need the Internet Connection Sharing service to run.
Alternatively, if you need a service to run, but it is not that important, you can set it to start a little bit later, after Windows, startup apps or other, more critical services, have started. In my case, one of the services we need but our lives do not depend on it, is the Windows Time service, which synchronizes the date and time for Windows and apps. So we decided to set it to a Delayed startup.
How to access Windows services?
There quite a few different ways of accessing the Windows services. However, we do not intend to describe them all, because we already did it in one of our previous guides, which you can find here: 9 ways to access Services in Windows (all versions).
However, if you do not have the time to read the full guide, know that one fast way of opening the Services in any recent Windows version, is to use the search. Enter the word services in the search field from the taskbar in Windows 10, start typing services on the Start screen from Windows 8.1, or type services in the search field from the Start Menu in Windows 7. In all these operating systems, click or tap on the Services or "View local services" search results. Then, the Services window opens.
The Services window is the place where you can view, start, stop and configure all the Windows services.
How to view information about a Windows service?
In the Services window, for each of the services listed, you can see five things:
-
Name - The name of the service can be helpful if you want to get an idea of what that service does. Unfortunately, though, this name is often too cryptic to help you understand what the service is all about.
-
Description - The description of the service shows some brief information about the service's purpose or identity.
-
Status - Tells you whether that service is running or if it is stopped.
-
Startup Type - Shows you how that service is started by Windows. Services can be launched automatically, automatically but with a delay, manually, or they can be disabled, which means that they are never started. We will talk more about the startup type of Windows services and how to configure it, later in this tutorial.
-
Log On As - Lets you select whether the service is started using the Local System account or using another user account that you manually specify.
Note that you can also see the same information in the Properties of each service, by double-clicking (or double-tapping) on its name in the Services window.
How to start or stop a Windows service
Starting or stopping a service is easy: all you have to do is right-click the service (or tap and hold) and select the desired action. To execute a service, press Start.
If you want to stop a running service, you have to press the Stop option.
Besides Start and Stop there are some other options available: you can also Pause, Resume or Restart the selected service. The last option is self-explanatory, as for Pause: it means that the service is stopped, but only for user accounts that do not have administrative or service privileges, while it still runs for the latter. Naturally, Resume starts a paused service for those accounts.
The action you chose is applied only to your current computing session. After you restart Windows, the selected service resumes to its default state.
NOTE: There is an alternative way of starting or stopping a service: you can also do it from the service's Properties window. Right-click (or press and hold) on the service and then on Properties. Then, in the General tab, you should find the same options as in the right-click menu.
How to change the startup type of a Windows service
To change the way a Windows service starts, you must first open its Properties. To do that, right-click (or press and hold) on the service and then on Properties.
In the service's Properties window, the General tab shares information about the service's name, the display name, description, the path to its executable and the option to modify its startup type. The second section shares the status of the service and lets you specify custom start parameters if needed.
You can set the Startup type to be:
-
Automatic: the service starts at boot time.
-
Automatic (Delayed Start): the service starts only after the system has loaded all the other services set to start automatically.
-
Manual: the service starts only when it is needed.
-
Disabled: the service never starts, even when its functionality is requested by other Windows services or apps.
Although you can do it, we recommend you not to change the Startup type for your services, unless you know what you are doing. It is especially dangerous to set a service to be Disabled, as other system components may depend on it. This can lead to a malfunctioning operating system or app, or even failure to boot.
Also, if you need some guidance on what services are safe to disable, you should read these articles:
Do you manage the services on your Windows PC?
Some services can be delayed or even disabled if you need to squeeze every bit of performance and to speed up your system. However, that is possible only if you do not need those services right away or not at all, and disabling them does not cause you problems or inconveniences. The question we have in mind right now is: are you managing the Windows services by yourself on your PC or do you prefer to leave them all untouched? Comment below and let's discuss.