Contact:
Thorsten Gunkel
63456 Hanau
Germany
Mail
Vote to help me to improve this page!
Did this page satisfy your expectations?
vote3 Yes
vote2 Partly
vote1 No
Short comment?
Do not change this:
Add your comment to the
guestbook.
Last modified: 25-01-2010 22.27
NO ePATENTS

Windows / Not Unix

03-08-2009 02.55

Windows


Sysinternals

Sysinternals, a tool collection for Windows.
Especially the Process Explorer, choose show lower panen and then dll.

Robocopy

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

Repeat a command in MS Office: CTRL y

Enter CTRL ALT DEL in a remote desktop connection

In a remote desktop connection you can enter CTRL ALT DEL via CTRL ALT END.

Raise your Profile Quota

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

Remote Shutdown of other computers

(requires appropriate permissions)
shutdown -i

Command redirection

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
Powered by PHP Created with Xemacs Valid XHTML 1.0! Valid CSS!