If you find that you are turning a service on/off frequently then you can create a bat file on your desktop with the commands:
Code:
net start "service name"
pause
and surprise, surprise
Code:
net stop "service name"
pause
You can get the service name from the services tab of task manager or services.msc
Include the quotes if the name has spaces, e.g. Wacom Tablet Service
For anyone not sure how to create a bat file just create a text file and then rename it.
e.g create wacomstop.txt and rename to wacomstop.bat