To see all services in your Windows environment:
Double click C:\Windows\System32\services.msc
or
just type services.msc on search and enter or in Command Prompt (cmd) from Start menu.
You can delete service in two ways:
1. From RegEdit
Type regedit and press Enter in Start > Search or in cmd (Command line);
Expand HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/
and just delete the service by right click > delete
2. From Command Prompt
- Type cmd on Start > Search or click Start > Accessories > Command Prompts;
- Type sc delete "Your Service Name" and press enter
No comments:
Post a Comment