PC 성능을 향상시키려면 블로트웨어 및 기타 쓸모없는 응용 프로그램을 삭제(delete bloatware) 해야 한다는 것을 모두 알고 있습니다 . 하지만 서비스는 다루기가 조금 까다롭습니다.
이러한 저수준 프로세스는 백그라운드에서 실행되어 귀중한 컴퓨팅 리소스를 조용히 차지합니다. 앱이 아니므로 프로그램 추가(Add) / 제거(Remove Programs) 로 이동하여 제거할 수 없습니다.
그렇다면 Windows 컴퓨터에서 서비스를 제거하는 방법은 무엇입니까? 다음은 몇 가지 방법입니다.
서비스란?
현대의 애플리케이션은 복잡하고 다면적입니다. 상호 작용하는 UI에서 프로그램의 내부 작업을 처리하는 백그라운드 스레드에 이르기까지 모든 앱을 계속 실행하려면 다양한 프로세스가 필요합니다.
이러한 서비스는 무거운 작업을 수행하고 메모리에서 파일을 읽고 표시되는 창을 표시하는 숨겨진 프로세스입니다.
Windows 운영 체제 는 컴퓨터 실행을 유지하는 핵심을 다루는 많은 서비스를 소유하고 있습니다. 이러한 서비스의 대부분은 PC 기능에 필수적이며 성능에 영향을 주지 않고 안전하게 제거할 수 없습니다.
컴퓨터(Your Computer) 에 설치된 모든 서비스(Services) 를 어떻게 볼 수 있습니까 ?
서비스 제거를 시작하기 전에 PC에서 실행 중인 서비스를 확인하는 것이 좋습니다. 물론 디스크에 설치된 응용 프로그램으로 표시되지 않으므로 다른 방법을 시도해야 합니다.
- services.msc 유틸리티는 Windows 컴퓨터에 설치된 모든 서비스를 보는 가장 쉬운 방법입니다. 시작(Start) 메뉴 검색 표시줄
에 "서비스"를 입력하여 찾을 수 있습니다 .
- 서비스(Services) 앱을 실행하면 각 서비스 에 대한 간단한 설명, 상태 및 시작 시간과 함께 서비스의 알파벳순 목록이
있는 창이 표시됩니다.(Window)
작업 관리자(Task Manager) 를 사용하여 실행 중인 서비스를 볼 수도 있지만 해당 서비스에 대한 정보는 많지 않습니다. services.msc 유틸리티는 현재 실행되고 있지 않더라도 모든 서비스를 표시하고 해당 목적을 이해하는 데 도움이 되는 설명을 제공합니다.
Windows 에서 (Windows)서비스(Services) 를 제거해야 합니까 ?
Windows 의 서비스는 Windows 서비스와 타사 서비스의
두 가지 주요 범주로 나눌 수 있습니다 .
대부분의 경우 Windows 서비스를 제거하려고 시도하고 제거하는 것은 좋은 생각이 아닙니다(it isn’t a good idea to try and remove a Windows service) . 이러한 서비스 중 많은 부분이 필수 기능을 수행하며 이러한 서비스를 삭제하면 컴퓨터가 다운될 수 있습니다.
반면에 타사 서비스는 설치된 응용 프로그램에 의해 생성됩니다. 유용한 응용 프로그램과 연결된 서비스가 계속 실행되기를 원하지만 성능을 향상시키려면 다른 모든 것을 제거하는 것이 좋습니다.
일부 Windows 서비스 도 이 범주에 속하며(some Windows services fall into this category) 핵심 시스템 기능에 영향을 주지 않고 중지 및 제거할 수 있습니다. 그러나 확실하지 않은 경우 항상 Windows 서비스를 그대로 두십시오.
방법 1: Windows 레지스트리 사용(Windows Registry)
서비스를 제거하는 가장 쉬운 방법(약간 어려워 보일 수 있음)은 Windows 레지스트리(Windows Registry) 를 사용하는 것 입니다. 레지스트리는 OS와 많은 응용 프로그램이 시작할 서비스를 포함하여 낮은 수준의 설정을 저장하는 곳입니다. 서비스(Services) 키로 이동하여 거기에 나열된 서비스를 삭제하면 작동이 중지됩니다.
- 레지스트리를 편집하려면 레지스트리 편집기(Registry Editor) 도구 를 사용해야 합니다 . 시작 메뉴(Start Menu) 검색 창
에 "regedit"를 입력 하기 만 하면 찾을 수 있습니다.(Just)
- Regedit 는 사용하기 쉽습니다. 모든 키는 Windows 파일 탐색기(Windows File Explorer) 의 폴더처럼 정렬 되고 동일한 방식으로 탐색됩니다. 키를 확장하여 해당 하위 키(또는 하위 디렉터리) 및 해당 값을 볼 수 있습니다.
- 서비스의 경우 HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServices로 이동해야 합니다.
- 컴퓨터의 모든 서비스는 이 디렉토리의 키로 표시됩니다. 제거하려는 키를 마우스 오른쪽 버튼으로 클릭하고 삭제 를 선택하기만 하면 (Simply)됩니다(Delete) .
다음에 PC를 재부팅하면 서비스가 더 이상 실행되지 않습니다.
방법 2: 명령 프롬프트에서
명령줄 터미널(command-line terminal) 은 서비스를 삭제 하는 또 다른 쉬운 방법을 제공합니다. 이 방법을 사용하려면 제거하려는 서비스 이름을 입력해야 하므로 먼저 해당 이름을 찾아야 합니다.
- 시작 메뉴(Start Menu) 검색 창 에 "cmd"를 입력하여 명령 프롬프트(Command Prompt) 를 엽니 다. 일부 명령에는 관리자 권한이 필요하므로 관리자 권한으로
실행(Run) 옵션을 사용하십시오 .
- 삭제하려는 서비스 이름이 확실하지 않은 경우 cmd에 모든 서비스를 나열할 수 있습니다. sc queryex type=service state=all을 입력하기만 하면 됩니다
.(Simply)
- 서비스를 삭제하려면 sc delete name 명령을 사용하십시오. 여기서 이름은 해당 서비스의 실제 이름으로 대체되어야 합니다. 작업이 성공하면 SUCCESS(SUCCESS) 메시지를
받게 됩니다.
방법 3: Windows PowerShell
많은 사용자에게 PowerShell 명령은 명령 프롬프트보다 더 유용하고 편리합니다. PowerShell cmdlet은 무한히 재사용할 수 있으므로 시스템 관리자가 단일 스크립트를 실행하여 일상적인 작업을 수행할 수 있습니다.
- (Open PowerShell)시작 메뉴(Start Menu) 모음 에서 PowerShell 을 검색하여 엽니다. 전체 권한을 위해 관리자로 실행할 수 있습니다.
- PowerShell 은 시스템에 설치된 모든 서비스의 이름도 표시할 수 있습니다. 기억하지 못하는 경우 제거하려는 서비스의 정확한 이름을 보는 편리한 방법이 될 수 있습니다. Get-Service 명령을 사용하여 서비스 목록을 보기
만 하면 됩니다.(Just)
- 서비스를 삭제하는 명령은 명령 프롬프트(Command Prompt) 에서와 동일합니다 . sc delete name 여기서 이름은 해당 서비스의 이름으로 대체됩니다. cmd와 달리 PowerShell 은 오류 메시지만 제공하므로 명령이 성공했다는 유일한 힌트는 아무 것도 표시되지 않는다는 것입니다.
방법 4: 자동 실행 유틸리티 사용
레지스트리 키와 터미널 명령을 조작하는 것이 자신의 일이 아니라면 Autoruns 를 사용해 볼 수 있습니다 . 이것은 Windows 및 타사 앱을 포함하여 컴퓨터에서 자동 시작 응용 프로그램을 구성 하도록 설계된 (configure auto-start applications)Microsoft 유틸리티입니다 .
놀랍도록 포괄적이며 모든 확장, 알림 및 서비스를 표시합니다. 터미널 명령을 사용하는 것보다 더 쉬운
Autoruns 를 사용하여 서비스를 제거할 수도 있습니다 .
- 시작하려면 공식 웹사이트에서 Autoruns를 다운로드하십시오(download Autoruns from the official website) .
- 휴대용 앱이므로 다운로드한 zip 파일을 추출하고 실행하기만 하면 됩니다.
- 라이센스 계약에 동의하면 Autoruns 의 기본 화면이 표시 되며 시스템 스캔이 즉시 시작됩니다.
- 서비스(Services) 탭으로 전환 하여 컴퓨터에 등록된 모든 서비스를 봅니다. 또한 자동 실행은 서비스 게시자가 확인되었는지 여부를 알려주므로 세심한 타사 서비스를 쉽게 제거할 수 있습니다
.(Autoruns)
- (Right-click)제거하려는 서비스를 마우스 오른쪽 버튼으로 클릭 하고 나타나는 드롭다운 메뉴에서
삭제 를 선택합니다.(Delete)
- 자동 실행(Autoruns) 은 서비스를 삭제할지 여부를 확인하고 이 작업을 되돌릴 수 없음을 경고합니다. 계속하려면
확인을 선택하십시오 .(Select OK)
- 일부 서비스는 삭제하려면 높은 권한이 필요하며 그렇지 않으면 액세스가 거부됩니다. 관리자(Administrator) 권한으로 실행하여 해당 문제를 해결할 수 있습니다.
Windows 에서 서비스(Services) 를 제거하는 가장 좋은 방법은 무엇입니까 ?
불필요한 서비스는 다른 곳에서 더 잘 사용되는 처리 주기와 메모리를 사용하여 컴퓨터 속도를 늦출 수 있습니다. 컴퓨터에서 제거하여 시스템 성능과 시작 시간을 크게 향상시킬 수 있습니다.
그러나 서비스는 정확히 응용 프로그램이 아니므로 일반적인 방법으로 제거할 수 없습니다. 레지스트리 편집기 를 사용하거나 (Registry Editor)명령 프롬프트(Command Prompt) 또는 PowerShell 에서 sc delete 명령을 사용하여 해당 키를 제거해야 합니다 .
또는 더 나은 방법은 Autoruns 유틸리티를 사용하는 것입니다. 이것은 아마도 Windows 에서 서비스를 제거하는 유일한 사용자 친화적인 방법이며 매력처럼 작동합니다. 보너스로 Autoruns 를 사용하면 시작(Startup) 목록도 정리할 수 있어 부팅 시간을 늦출 수 있는 모든 블로트웨어를 제거할 수 있습니다.(removing any bloatware)
4 Ways to Delete or Remove a Service in Windows
Everyone knows you nеed tо delete bloatware and other useless applications to improve your PC’s performance. But services are a bit trickier to deal with.
These low-level processes run in the background, silently taking up valuable computing resources. Since they aren’t apps, you can’t just head to Add or Remove Programs to uninstall them.
So how do you get rid of services on a Windows computer? Here are some methods.
What Are Services?
Modern applications are complex and multifaceted. Various processes are needed to keep any app running, from the UI you interact with to the background threads that handle the inner workings of the program.
These services are hidden processes that do the heavy lifting, reading files from memory and displaying the window you see.
The Windows operating system owns a slew of services that deal with the nitty-gritty of keeping your computer running. Most of these services are essential to the functioning of your PC and can’t be safely removed without impacting performance.
How Can You See All Services Installed on Your Computer?
Before you start trying to remove services, it would be a good idea to see which services are running on your PC. Of course, since they don’t appear on disk as installed applications, you have to try another method.
- The services.msc utility is the easiest way of viewing all the installed services on a Windows computer. You can locate it by entering “services” in the Start menu search bar.
- Running the Services app gives you a Window with an alphabetical list of services along with a short description, status, and startup time of each.
You can also use the Task Manager to view any running services, but that doesn’t give you much information on them. The services.msc utility displays all services, even if they aren’t running at the moment, and provides a description to help you understand its purpose.
Should You Remove Services in Windows?
Services in Windows can be divided into two main categories – Windows services and third-party services.
For the most part, it isn’t a good idea to try and remove a Windows service. Many of these services perform essential functions, and deleting them can crash the computer.
Third-party services, on the other hand, are created by installed applications. And while you do want services associated with useful applications to keep running, it’s a good idea to remove everything else to improve performance.
Even some Windows services fall into this category and can be stopped and removed without affecting core system functionality. But if unsure, always let Windows services remain.
Method 1: Using the Windows Registry
The easiest way to remove any service (even though it might seem a bit daunting) is to use the Windows Registry. The registry is where the OS and many applications store their low-level settings – including the services to start. You can simply navigate to the Services key and delete any of the services listed there, and it will stop working.
- To edit the registry, you need to use the Registry Editor tool. Just enter “regedit” in the Start Menu search bar to find it.
- Regedit is easy to use. All keys are arranged like folders in Windows File Explorer and navigated the same way. You can expand the keys to view their subkeys (or subdirectories) and their values.
- For services, you need to navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
- All the services on your computer are represented by keys in this directory. Simply right-click on the key you want to remove and select Delete.
The next time you reboot your PC, the service will no longer run.
Method 2: From the Command-Prompt
The command-line terminal offers another easy way to delete services. Remember that this method requires you to enter the service name you wish to remove, so you must find that out first.
- Open Command Prompt by typing “cmd” in the Start Menu search bar. Use the Run as administrator option as some commands require admin privileges.
- If you’re unsure about the name of the service you wish to delete, you can list all services in cmd. Simply enter sc queryex type=service state=all
- To delete a service, use the command sc delete name, where the name should be replaced with the actual name of the service in question. You’ll get a SUCCESS message if the operation is successful.
Method 3: Windows PowerShell
For many users, PowerShell commands are more useful and convenient than the command prompt. PowerShell cmdlets are infinitely reusable, allowing system administrators to perform everyday tasks by running a single script.
- Open PowerShell by searching for it in the Start Menu bar. You may want to run it as an administrator for full privileges.
- PowerShell can display the names of all the services installed on your system too. It can be a handy way of viewing the accurate name of the service you want to remove in case you don’t remember it. Just use the command Get-Service to view the services list.
- The command for deleting a service is the same as in Command Prompt: sc delete name where the name is to be replaced with the name of the service in question. Unlike cmd, PowerShell only gives error messages, so the only hint of the command being successful is seeing nothing.
Method 4: With Autoruns Utility
If fiddling with registry keys and terminal commands is not your thing, you can try out Autoruns. This is a Microsoft utility designed to configure auto-start applications on your computer, including both Windows and third-party apps.
It is surprisingly comprehensive, displaying all extensions, notifications, and services. You also can remove services with Autoruns, which is easier than using terminal commands.
- To begin, download Autoruns from the official website.
- It’s a portable app, so all you have to do is extract the downloaded zip file and run it.
- After accepting the license agreement, you will be presented with the main screen of Autoruns, which immediately starts scanning the system.
- Switch to the Services tab to view all services registered on your computer. Autoruns also tells you whether the service’s publisher is verified or not, helping you weed out scrupulous third-party services easily.
- Right-click on any service you want to remove and select Delete from the drop-down menu that appears.
- Autoruns will confirm whether you want to delete the service and warn you that this action is irreversible. Select OK to continue.
- Some services will require elevated privileges to be deleted, denying access otherwise. You can Run as Administrator to fix that issue.
What Is the Best Way to Remove Services in Windows?
Unnecessary services can slow down your computer by using up processing cycles and memory better used elsewhere. You can significantly improve system performance and startup times by removing them from your computer.
But since services aren’t exactly applications, they can’t be uninstalled in the usual ways. You must remove their respective key using the Registry Editor or the sc delete command from the Command Prompt or PowerShell.
Or better yet, use the Autoruns utility. It is perhaps the only user-friendly way of removing services from Windows and works like a charm. As a bonus, Autoruns lets you clean the Startup list as well, removing any bloatware that might be slowing down boot times.