wmi freespace property fails in xpe

  • Thread starter Thread starter kareemsultan
  • Start date Start date
K

kareemsultan

I have an application that uses wmi to find free disk space available
on a drive using the Win32_LogicalDisk class. The "FreeSpace" property
return blank when run on XPe. It returns proper values on XP Pro and
Vista.
Any ideas what might be happening? Could I be missing a component that
class relies on?

Any leads would be great.

Thanks
 
You need to add: Disk Quota User Interface

Somehow this component is deselected in the WMI Win32 Provider settings.

HTH

Pieter
 
Back
Top