Todays is : Monday, 06 September 2010
,Cluster Size,Hid ot Show Clock and edite ,Command Line Switches PDF Print E-mail
User Rating: / 0
PoorBest 
Wndows programes - Video
Written by Administrator   
Tuesday, 07 October 2008 04:23

Clock - Hide

On the right side of your Windows XP Taskbar, you see a clock and a number of notification icons (also known as the "tray" of the Taskbar in previous versions of Windows). Unlike its predecessors, Windows XP provides a number of options for customizing this "Notification Area."


For example, if you don't want the clock there (unnecessary if you have one on your desk already), Right click a blank area of the Taskbar and select Properties. Under Notification area, deselect Show the Clock, then click OK.

Cluster Size

The Default Cluster Size for the NTFS and FAT File Systems

Cmaudio.ax

Problems When You Are Using an Out-of-Date Version of the C-Media Cmaudio.ax Driver File

Command Line Switches for Windows Explorer

Right click Windows Explorer/Properties and type this into the Target path:

To have C: open (No folders)
%SystemRoot%\Explorer.exe /root, C:\

To have C: open expanded:  %windir%\EXPLORER.EXE /e,c:

To have C: open and My Documents:
%windir%\EXPLORER.EXE /e,c:,%HOMEDRIVE%%HOMEPATH%\My Documents

For it to open to My Documents:
explorer /n,/e,%HOMEDRIVE%%HOMEPATH%\My Documents or
C:\WINDOWS\explorer.exe /n,/e,%HOMEDRIVE%%HOMEPATH%\My Documents

To have My Documents open only (No folders):
Explorer /root, c:\Documents and Settings\%username%\My Documents

If you wish to have Explorer open at My Documents on another drive, you would use:
%SystemRoot%\explorer.exe /e, f:\My Documents

To have another Drive letter assigned to opening: D for example:  C:\Windows\Explorer.exe /e, d:\

d:\ can be modified for any folder/sub-folder you like. As in: %SystemRoot%\Explorer.exe /e,d:\My Stuff

The /e switch tells Windows Explorer to open in the two pane explorer mode and the c:\ tells it to open in folder C:\. If you omit the /e switch, Windows Explorer opens in a single pane view.

HOW TO: Have Windows Explorer Default to the %SystemRoot% Drive When Started
http://support.microsoft.com/default.aspx?scid=KB;en-us;257518

Command-Line Switches for Windows Explorer
http://support.microsoft.com/support/kb/articles/Q130/5/10.asp