Sunteți pe pagina 1din 8

Deleting window service

Normally it should not be necessary to manually delete a service. Uninstalling an application


should remove its associated service (if any).
However, should it be necessary to manually remove a service:

1. Run Regedit or regedt32.


2. Fnd the registry entry:

HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services

3. Find the service there and delete it.


You may wish to look at the keys and see what files the service was using and perhaps
delete them also.

Note:

• You will have to reboot before the list gets updated in server manager.
• I have had it pointed out that some programs are cunning and prevent you from removing
their service easily. (For example the spyware\malware called ‘Command Service’ -
"cmdService".) These change the permissions to make it more difficult for you to delete
them. For these you will have to right click on the ‘service’ in regedit (regedt32), go to
permissions and grant the administrator full control before the service can be deleted.
• Note: You should always delete services in safe mode, lest it causes you any problem,
you may also want to create system restore points, just in case something goes wrong,
check out a tool that will allow you to create system restore points with a single click.
• Step 1: Press Start –> Run and type in “services.msc” without the quotes and hit the
Enter key.
• Step 2: In the Services applet, find the service that you want to delete permanently, right
click it and click on the Properties from the menu.


• Step 3: In the properties window, find the name of the service and copy it to your
clipboard.


• You may also want to stop the service, if it is running, this will kill all the running
processes for it.
• Step 4: Open a command prompt, by going to Start –> Run and type in “cmd” without
the quotes and hit the Enter key.
• Once a command prompt has opened up, type the command “sc delete service name”
without the quotes, replace service name, with the name of the service you copied in step
3.


• Once a service has been deleted you should see a message saying “[SC] DeleteService
SUCCESS”, this should mean that the service has been deleted, to ensure that, just click
on the refresh button in the services applet and confirm that the service has been deleted.
• These are the only steps you require to delete services in Windows XP and Windows
Vista, you do not require to install or download additional softwares to do it.

tcp://localhost:7224> help permissions

----------------------------------------------------------------------

User-level permissions on destinations can be set for users and groups

to allow or not user-level operations on destinations, such as sending

messages into a destination, receiving messages, and other.

Administrative permissions on destination are used to specify if an

administrator can view, change and/or purge particular destinations.

Global administrative permissions are used to grant administrators certain

administrative privileges. Enter 'help protect' for more details on

administrative protection.

User permissions for topics are:

publish - allows to publish messages on topic

subscribe - allows to create non-durable subscribers


durable - allows to create durable subscribers

(does not imply subscribe permission)

all - all user permissions

User permissions for queues are:

send - allows to send messages into the queue

receive - allows to receive messages

browse - allows to browse the queue

(does not imply receive permission)

all - all user permissions

Administrative permissions for destination are:

view - allows to view information about destination

create - allows to create destinations under this parent

delete - allows to delete destination

modify - allows to change properties of the destination

purge - allows to purge the destination and/or durable

subscribers on topic destinations

Administrative permissions are:

all - all administrative permissions

view-all - view all

view-user - view users

change-user - create, delete, modify users


view-group - view groups

change-group - create, delete, modify groups

view-acl - view user-level permissions

change-acl - create, delete, modify routes

view-admin-acl - view administrative permissions

change-admin-acl - grant and revoke administrative


permissions

view-factory - view factories

change-factory - create, delete, modify factories

view-route - view routes

change-route - create, delete, modify routes

view-bridge - view bridges

change-bridge - create, delete bridges

view-connection - view connections, producers and


consumers

change-connection - delete connections

view-durable - view durable subscribers

change-durable - delete durable subscribers

purge-durable - purge durable subscribers

view-destination - view destination properties and information

create-destination - create destinations

delete-destination - delete destinations


modify-destination - modify properties of destinations

purge-destination - purge destinations

view-message - view messages stored in the server

change-message - delete messages stored in the server

view-server - view server configuration and information

change-server - modify server parameters

shutdown - shutdown server

protect1 - protection permission 1

protect2 - protection permission 2

protect3 - protection permission 3

protect4 - protection permission 4

----------------------------------------------------------------------

S-ar putea să vă placă și