Windows 10: FOLDER SIZE NOT CORRECT AND COPYING IS VERY SLOW EVEN GOING TO ZERO

Discus and support FOLDER SIZE NOT CORRECT AND COPYING IS VERY SLOW EVEN GOING TO ZERO in Windows 10 Network and Sharing to solve the problem; DISAPPOINTED THAT MICROSOFT HAS DONE NOTHING TO FIX 2 COMMON PROBLEMS. IF YOU WANT PEOPLE TO USE APPLE THIS IS HOW TO DO IT. I THOUGHT MY EXTERNAL... Discussion in 'Windows 10 Network and Sharing' started by BLAIR84, Mar 11, 2019.

  1. BLAIR84 Win User

    FOLDER SIZE NOT CORRECT AND COPYING IS VERY SLOW EVEN GOING TO ZERO


    DISAPPOINTED THAT MICROSOFT HAS DONE NOTHING TO FIX 2 COMMON PROBLEMS. IF YOU WANT PEOPLE TO USE APPLE THIS IS HOW TO DO IT. I THOUGHT MY EXTERNAL DRIVE WAS BAD BUT AFTER SEEING THE SHEER NUMBER OF COMPLAINTS I REALIZED THAT THE PROBLEM WAS WITH MICROSOFT. WHY SHOULD I NEED TO LOAD OUTSIDE PROGRAMS TO FIX COMMON PROBLEMS. GET YOUR **** TOGETHER AND CORRECT THESE ERRORS. I'LL BET APPLE DOESN'T LET THIS KIND **** GO UNCORRECTED.

    :)
     
    BLAIR84, Mar 11, 2019
    #1
  2. Bree Win User

    How to zero size all files in a folder


    It's probably more elegant to do it in powershell, in a batch file you don't have the commands available that can zero the length of an existing file, or create a new file. It's a bit of a kludge, but it can be done.

    DIR can make a list of the filenames, and a FOR loop can work through that list. What you can do is pipe the output of a command that has no output text to a file (so you are making a zero length file, just as you can in Notepad). If that happens to be an existing file it will overwrite it with a new zero length file of the same name. There are very few commands that can be tricked into outputting nothing, but I have found one that will do the job.

    This, copied and pasted into a batch file called ZERO.BAT will first list all the files in the current folder to a file called files.txt, then overwrite each of them with a zero length file of the same name. The 'dir /b *.xxx' command was chosen for this as it will produce no output (unless of course you actually do have files with the .xxx extension). It's a one-shot suicidal batch file, as it will in the process zero itself!

    Code:
    Code:
    @dir /b *.* > files.txt @for /f "delims=" %%n in (files.txt) do @dir /b *.xxx>"%%n"
    The result is....


    FOLDER SIZE  NOT CORRECT      AND  COPYING IS VERY SLOW EVEN GOING TO ZERO [​IMG]


    As I said, it's a kludge, it's messy because the 'dir /b *.xxx' echos a 'file not found' to the screen, and it leaves behind the files.txt and zero.bat files - but it does work.
     
  3. Drone Win User
    Directory Size Utility

    First of all nice utility, Mindweaver!
    Second of all, it's so nice to see that this section ain't dead.

    I have a few questions/suggestions, maybe you'd want to see ...
    • maybe you rename Get Folder button caption to something more intuitive? Add Folder, Get Folder Size, Check Folder Size or something like that?
    • Could you add subfolder files to the right pane? (it can be a tickbox with include sub dirs)
    • maybe you also add export list to excel?
    • there's delete file button maybe you add delete folder button too?
    • and finally maybe you can add UP button for directories?
     
    Drone, Mar 11, 2019
    #3
  4. Amit_Sun Win User

    FOLDER SIZE NOT CORRECT AND COPYING IS VERY SLOW EVEN GOING TO ZERO

    Change in folder size after enabling Bitlocker

    Hi,



    Thank you for writing to Microsoft Community Forums.

    We understand you concern related to the size of the folder displayed. Try these steps to narrow down the issue:

    1. Disable bitlocker
      and then check the folder size.
    2. We would also suggest you to open the folder and select all files and see the size of the contents.

    Let us know if the size of the contents matches the folder size. If you see a difference, then the folder might be showing incorrect size.

    Kindly reply us with the requested information to assist you better.



    Awaiting for your response.



    Amit Sunar

    Microsoft Community – Moderator
     
    Amit_Sun, Mar 11, 2019
    #4
Thema:

FOLDER SIZE NOT CORRECT AND COPYING IS VERY SLOW EVEN GOING TO ZERO

Loading...
  1. FOLDER SIZE NOT CORRECT AND COPYING IS VERY SLOW EVEN GOING TO ZERO - Similar Threads - FOLDER SIZE CORRECT

  2. Correct very slow start win 10

    in Windows 10 Gaming
    Correct very slow start win 10: My HP desktop Win 10 pc takes over 5 minutes to start https://answers.microsoft.com/en-us/windows/forum/all/correct-very-slow-start-win-10/f5510d59-195c-40f8-8696-c670396007c5
  3. Correct very slow start win 10

    in Windows 10 Software and Apps
    Correct very slow start win 10: My HP desktop Win 10 pc takes over 5 minutes to start https://answers.microsoft.com/en-us/windows/forum/all/correct-very-slow-start-win-10/f5510d59-195c-40f8-8696-c670396007c5
  4. Correct very slow start win 10

    in Windows 10 BSOD Crashes and Debugging
    Correct very slow start win 10: My HP desktop Win 10 pc takes over 5 minutes to start https://answers.microsoft.com/en-us/windows/forum/all/correct-very-slow-start-win-10/f5510d59-195c-40f8-8696-c670396007c5
  5. Copy speeds are very slow on PC.

    in Windows 10 Ask Insider
    Copy speeds are very slow on PC.: I'm copying some files that are 8gb each and the speeds keep changing. They went from 1gbps to 40 Mbps. Any help on how to speed this up? submitted by /u/Depression126 [link] [comments] https://www.reddit.com/r/Windows10/comments/i51f3m/copy_speeds_are_very_slow_on_pc/
  6. Speech recognition correction suddenly very slow

    in Windows 10 BSOD Crashes and Debugging
    Speech recognition correction suddenly very slow: I've been using Windows Speech Recognition in Windows 10 for several years and have been pretty happy with it. I'm currently using Windows 10.0.19041, build 19041, with latest updates, on a Core i7-960 system with 12 Gb installed RAM. I am using a Logitech USB gaming headset...
  7. very very very slow right click on desktop or copy paste or create folder on any task

    in Windows 10 BSOD Crashes and Debugging
    very very very slow right click on desktop or copy paste or create folder on any task: I am using Dell's Latitude 7370 laptop with Windows 10 OS. The PC has so slow that, whatever I click on it, it takes literally 1-2 minutes to perform any task. I have installed ubuntu14 using virtual box, in ubuntu 14 does the task within a second. I am eagerly...
  8. How to zero size all files in a folder

    in Windows 10 Support
    How to zero size all files in a folder: How to zero size all files in a specific folder. And then continuing on, how do I zero any new files placed in that folder in the future. 110727
  9. Copying to USB Very Slow

    in Windows 10 Performance & Maintenance
    Copying to USB Very Slow: A few times a week I backup my data files to my extended hdd and my USB. Seems it take forever to copy to the USB. Very short time to copy to Extended hdd. I've tried deleting to old backup first so there will be no need to replace and files. That doesn't seem to be...
  10. Copying to external Hdd very slow

    in Windows 10 Performance & Maintenance
    Copying to external Hdd very slow: Hi all, I have a I5 desktop 8gb memory, with a 256 ssd startup-disk (C:\) and an internal Hdd 2Tb (D:\) where all my files are stored. The windows-version is 10 pro. Now i have an external Hdd 3Tb connected via USB3 to my pc. I 'd like to make a 1on1 copy of all my...