Showing Wrong Diskspace in windows server Print

  • 4

If your Windows server is showing Diskspace then run the below commaand in your command prompt 

DISKPART
DISKPART> List Volume
DISKPART> select volume # (this is the number of the volume listed by the above ‘List Volume’ command)
DISKPART> extend filesystem
DISKPART> exit

This will fix your issue of Diskspace .


Was this answer helpful?

« Back