shutdown -r -t 0 -f -m
List all processes and their command line
http://windowsxp.mvps.org/listproc.htm
Log in at the console via RDP
Start/Run
mstsc /console
Use Ctrl+Alt+Delete in an RDP session
Ctrl + Alt + End inside the RDP session.
Get uptime of windows server
net statistics workstation
Open Terminal Service Configuration
Start/Run/tscc.msc
Determine when Windows was installed
systeminfo | find /i “install date”
Semaphore. Defined.
Semaphores can best be described as counters which are used to provide synchronization between processes or between threads within a process for shared resources like shared memories.
Windows Administrator login via RDP
Place a shortcut to RDP on your windows desktop, and add the /console attribute to it. That will always log you in as the Administrator, assuming server permissions are set accordingly.
%SystemRoot%system32mstsc.exe /console