Sysinternals, a tool collection for Windows.
Especially the Process Explorer, choose show lower panen and then dll.
RoboCopy, a tool to (automatically) copy files in Windows.
Example to automatically copy drive C to share m:
net use m: \\computer1\4backup\
robocopy c:\ m:\ /r:0 /w:0 /e
Repeat a command in MS Office: CTRL y
In a remote desktop connection you can enter CTRL ALT DEL via CTRL ALT END.
Every user may raise the quota for his user profile (as long as your privileges permit this)
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System
(requires appropriate permissions)
shutdown -i
Even with Windows you can
redirect the output and input of your shell commands.
dir file.txt > output.txt 2>&1
25-01-2010 22.27