Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
179 B

  1. set disk = Getobject ("Winmgmts:win32_logicaldisk")
  2. s = disk.SystemProperties_("__DERIVATION")
  3. For Each c in disk.SystemProperties_("__DERIVATION").Value
  4. WScript.Echo c
  5. Next