One of the questions that pop up every now and again, yet not often enough for me to consistently remember how to do it, is some variant on “What user is blocking my file access?” A user will typically call in, complaining that they are unable to open/edit/delete a given file on a file share, and ask the support tech they reach to solve the issue.
(more…)Tag: computer management
-
Finding the name of a service
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…)