View Single Post
Old 04-04-2010, 04:51 PM   #36
JayCeeEll
Connoisseur
JayCeeEll doesn't litterJayCeeEll doesn't litterJayCeeEll doesn't litter
 
JayCeeEll's Avatar
 
Posts: 87
Karma: 204
Join Date: Dec 2007
Location: Exeter, Devon, UK
Device: PRS-300
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
JayCeeEll is offline   Reply With Quote