Yahoo Poland Wyszukiwanie w Internecie

Search results

  1. 16 lis 2008 · Is there a way to get the amount of free diskspace of a disk or a folder in a CMD without having to install some thirdparty applications?

  2. 26 cze 2010 · In Windows , we can find free space of a disk drive using fsutil command. This post explains the syntax of fsutil command for finding free space on a disk drive.

  3. 1 kwi 2015 · If you just need to check if the drive have enough free space (to install or copy something for example) you can try wmic query like this: wmic LogicalDisk where "DeviceID='c:' and FreeSpace > 10737418240" get DeviceID 2>&1 ^ | find /i "c:" >nul || (echo not enough space&exit 1)

  4. 18 lut 2024 · Use Disk Cleanup to Free Disk Space. Windows 11 and Windows 10 have a built-in tool called Disk Cleanup, that allows you to get rid of temporary files, including Windows update files you no...

  5. 20 cze 2024 · For instance, to make a new primary partition with the size of 10240 MB (10 GB), you must run the following disk management command: create partition primary size=10240. You can use the same command and change the size according to your needs and the available free space on your hard disk.

  6. 24 mar 2021 · In your file bat/cmd multiple lines: @ echo off. for /f tokens^=1-3 %%a in ('"wmic LogicalDisk get FreeSpace,Name,Size|Findstr :"')do >"%tmp%\tmp_vbs.vbs" (. set/p "'=wsh.echo "%%b"&" free="& FormatNumber(cdbl(%%a)/1024/1024/1024, 2)&" GiB"&" size= "&FormatNumber(cdbl(%%c)/1024/1024/1024, 2)& " GiB"".

  7. 24 wrz 2009 · The easiest way to reliably get at the free disk space is using WMI. When trying to parse the output of dir you get all kinds of funny problems, at the very least with versions of Windows in other languages. You can use wmic to query the free space on a drive: wmic logicaldisk where "DeviceID='C:'" get FreeSpace.

  1. Ludzie szukają również