Infos

Sie befinden sich aktuell in den Archiven des Blogs Techblog - Tim Wanierke für März, 2009.

Calendar
März 2009
M D M D F S S
« Feb   Apr »
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

Archive für März 2009

CHKNTFS.EXE: What You Can Use It For

Chkntfs is designed to disable the automatic running of chkdsk on specific volumes, when Windows restarts from an improper shutdown. Chkntfs can also be used to unschedule a chkdsk if chkdsk /f was used to schedule a chkdsk on an active volume on the next system restart.

Every time Windows restarts, Autochk.exe is called by the Kernel to scan all volumes to check if the volume dirty bit is set. If the dirty bit is set, autochk performs an immediate chkdsk /f on that volume.

See -> http://support.microsoft.com/kb/160963

chkntfs /c drive: […]

drive: Specifies a drive letter.
/D Restores the machine to the default
behavior; all drives are checked at boot
time and chkdsk is run on those that are
dirty. This undoes the effect of the /X
option.
/X Excludes a drive from the default boot-time
check. Excluded drives are not accumulated
between command invocations.
/C Schedules chkdsk to be run at the next
reboot if the dirty bit has been set.

Troubleshooting Windows STOP Messages

See the reffered link for tips and tricks on troubleshooting Windows STOP Messages.

-> http://aumha.org/a/stop.htm

Spiegeln einer Terminal Services Sitzung unter Windows 2000

Um eine TS Sitzung unter Windows 2000 Server zu spiegeln, kann man wie folgt vorgehen.

1. Die Session ID der Sitzung über folgendes Kommando anzeigen lassen.
DOS BOX : quser

2. Über folgendes Kommando kann man sich dann auf die Sitzung spiegeln
DOS BOX : shadow <Session ID>