
19-02-2006, 13:32
|
 |
|
|
חבר מתאריך: 21.03.03
הודעות: 12,004
|
|
|
אולי זה יעזור-
Recent versions of Windows display a drive description, this can be edited in the Explorer GUI. The text is stored in the registry.
Win 2K stores a description for each drive letter, XP stores a description for each share.
Win XP registry
HKCU\Software\Microsoft\Windows\CurrentVersion\Exp lorer\MountPoints2\##ComputerName#ShareName
_LabelFromReg=<description of drive mapping>
(string REG_SZ)
Windows 2000 registry
HKCU\Software\Microsoft\Windows\CurrentVersion\Exp lorer\MountPoints\DriveLetter\_LabelFromReg
Cache = <description of drive mapping>
(REG_BINARY data type)
_____________________________________
|