Cable Forum

Cable Forum (https://www.cableforum.uk/board/index.php)
-   General IT Discussion (https://www.cableforum.uk/board/forumdisplay.php?f=19)
-   -   How Many Files and Folders on my PC ? (https://www.cableforum.uk/board/showthread.php?t=33708320)

beaker17 29-10-2019 11:10

How Many Files and Folders on my PC ?
 
Winkey + X
Run
Enter C:\
This PC>Manage>Windows C: panel comes up.
Go to list in R/H pane.

Keep Shift Key pressed down and click every item listed - all go blue highlight.

Place cursor in highlighted area and right click.
Select Properties.
Properties panel comes up and will calculate how many files and folders
are present on your PC. When the count stops - that is it !

pip08456 29-10-2019 12:14

Re: How Many Files and Folders on my PC ?
 
And that is useful because?

beaker17 29-10-2019 12:50

Re: How Many Files and Folders on my PC ?
 
Quote:

Originally Posted by pip08456 (Post 36015308)
And that is useful because?

Because IT IS !
My sincere wishes that you have a nice day.

idi banashapan 29-10-2019 23:06

Re: How Many Files and Folders on my PC ?
 
Quicker way;

Open Powershell

- to count only files (remember to change C:\ to the path you want or keep as C:\ to count everything on that drive)
Get-ChildItem C:\ -Recurse -File | Measure-Object | %{$_.Count}

- to count only folders (again, change C:\)
Get-ChildItem C:\ -Recurse -Directory | Measure-Object | %{$_.Count}

- to count both files and folders (change C:\ if you want to)
Get-ChildItem C:\ -Recurse | Measure-Object | %{$_.Count}

I'm glad you're learning - don't worry about whether or not others think it's useful. Whatever you learn in computing can give you a better understanding of how something else works. You found a new menu, a new way of doing something, a new function you didn't know existed - whatever it is, it's new to you and that's great! :)

Paul 30-10-2019 00:50

Re: How Many Files and Folders on my PC ?
 
Quote:

Originally Posted by pip08456 (Post 36015308)
And that is useful because?

Because it tells you how many files and folders you have. :p:

Not really that useful to most people, but might be to someone.

heero_yuy 30-10-2019 15:23

Re: How Many Files and Folders on my PC ?
 
A virus scan will include these in its report.

pip08456 30-10-2019 16:54

Re: How Many Files and Folders on my PC ?
 
Quote:

Originally Posted by heero_yuy (Post 36015511)
A virus scan will include these in its report.

Exactly.

Paul 30-10-2019 17:39

Re: How Many Files and Folders on my PC ?
 
Quote:

Originally Posted by heero_yuy (Post 36015511)
A virus scan will include these in its report.

Quote:

Originally Posted by pip08456 (Post 36015515)
Exactly.

What Virus Software tells you how many files and folders you have in total ?

All the ones Ive ever used tell you how many files it scanned (only) and never mention folders.


All times are GMT +1. The time now is 23:11.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
All Posts and Content are © Cable Forum