Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts
Wednesday, 15 June 2011
Move window hidden from view.
Activate the window, Press Alt-Space to show context menu, then M for move, an arrow key, then use the mouse.
Labels:
Keyboard Shortcuts,
Windows
Thursday, 23 December 2010
How to determine the services running under a SVCHOST.EXE process using Task List
1. Click on the Start button and then click on the Run menu command.
2. In the Open: field type cmd and press enter.
3. You will now be presented with a console window. At the command prompt type tasklist /svc /fi "imagename eq svchost.exe" and press the enter key. You will see a list of the processes on your computer as well as the services that a SVCHOST.EXE process is managing. This can be seen in the image below.
2. In the Open: field type cmd and press enter.
3. You will now be presented with a console window. At the command prompt type tasklist /svc /fi "imagename eq svchost.exe" and press the enter key. You will see a list of the processes on your computer as well as the services that a SVCHOST.EXE process is managing. This can be seen in the image below.
Thursday, 9 September 2010
Lock a workstation without Ctrl-Alt-Del
If you need to lock a work station but cant use Control Alt Delete (eg if you are connected remotely) you can enter the following command in Run.
rundll32.exe user32.dll, LockWorkStation
rundll32.exe user32.dll, LockWorkStation
Labels:
Windows
Subscribe to:
Posts (Atom)