Deutsch English
Your feedback:
Did you like this page? vote3 Yes
vote2 Partly
vote1 No
Your comment?

Add your email address, if you want to get a response

Your name, if you like

Do not change this:
Feedback
Search

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.
psexec \\otherComputer cmd

Command redirection

Even with Windows you can
redirect the output and input of your shell commands.
dir file.txt > output.txt 2>&1

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

Start programs without taskbar

STRG ALT ENTF -< Applications, File -< New Task (Run) ...
03-05-2010 00.05
Powered by PHP Created with Xemacs Valid XHTML 1.0! Valid CSS!