• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Deleting Large Files in Win 10

Perryg114

Senior member
I am having problems deleting large files in Win 10. When I ask it to delete a large folder it sits there and counts each and every file for hours before it will initiate the delete process. I don't remember having this problem in Win 7. Any work arounds to just get it to delete the folder like right now instead of playing around? I have set recycle bin to delete files.
 
Windows does like to play count the files before a folder structure deletion through explorer.

Get up a command prompt, change directory to where the folder is and run
RMDIR FOLDERNAME /S /Q
That will delete that folder and all its contents without any further confirmation.
 
Back
Top