In my last post, I showed you how to use a batch script to start a service from a desktop shortcut. The command we used was the net start
command. In order to use it, you need to find the name of the service you want to start. Here’s how: (more…)
Category: Windows XP
-
Finding the name of a service
-
Creating a shortcut to start a service.
I’ve finally got my HTPC up and running with Team Mediaportal‘s lovely Media Center replacement Media Portal. One of the issues I faced while getting it up and running, was getting it to work with my MCE Remote. The solution to this was a third-party app called IR Server Suite. Once installed, every function in my MCE Remote worked like a charm. Until I rebooted the computer that is.
For some reason, the service that IR Server Suite uses to override Windows Media Center, and reroute signals to Media Portal, does not start properly. Although I am trying to solve the problem, a more immediately interesting issue is creating a better workaround than having to go to Services and manually start it.
The solution came to me while at work, as I remembered that a few of our servers have services that at times need to be restarted. This is done through shortcuts on the desktop of the server to save time. The shortcut leads to a batch file, using theNET START
command. Here’s how my batch file looks like:
@echo off
net start inputservice
exit -
Removing the File Association Web Service Dialog
I’m often annoyed by this dialog box when I open unassociated filetypes:
-
WLAN problems after Windows Update
I’ve been seeing a problem lately with a few computers. After installing the latest security updates, their WLAN card stops working. It is unable to acquire a dynamic IP address from any router, and setting a static IP address does not work either.
-
Resolving "NTLDR missing" and "Non-system disk or disk error" error messages
I thought that this solution was common knowledge all around, but it seems not to be, so here’s how. First off, the problem. When you boot your computer, an error message pops up, saying one out of two: (more…)
-
Renaming your wireless network connection
Being one to muck about quite a bit with my computers, my wireless network connection is now called “Wireless Network Connection 5”, like so:
Annoying though it may be, it is, however, really easy to remedy. Here’s how:
(more…) -
Windows XP Service Pack 3 – a quick overview
Windows XP is Microsoft’s longest living operating system to date. Released in October 2001, it succeeded the total failure that was Windows Millennium Edition, and has, in turn, been succeeded by Windows Vista. Service Pack 3 is, as implied by the name, the third major upgrade package – Service Pack – released for Windows XP. Unlike SP2, SP3 contains no changes that are directly experienced by the end-user. SP3 was released for download on May 6th, 2008.