0

I guess I should have found a duplicate for this question, but my searches keep ending into question like what's the maximum number of files in a folder caused by the limit of NTFS filesystem: Maximum number of files in a single folder: 4,294,967,295

But actually my question is if I can explicitly configure a limit of files that user can place on desktop. eg.: I want to avoid that user place more than 15 files on desktop.

according to this Does the amount of files on desktop affect computer performance? I would try to set this limit in order to improve boot time for the users in our network

lese
  • 105

2 Answers2

2

Not within the built-in functions of the Windows OS, you cannot.

It is possible programmatically, perhaps with a scheduled task frequently running a script that counts the number of items inside the Desktop folder and warns and/or takes action if the number exceeds some arbitrary number.

But limiting ourselves to settings that can be configured by Group Policy, the Windows Registry, and other built-in configuration options of the OS no, you cannot limit the number of files that will exist in a given folder.

Going back briefly to your justification though, while the number of files in a folder can slow your computer's access to and display of that folder, and in the case of the Desktop this could cause a perceived slowness in the loading of the desktop, this delay will always be minimal given recent or current hardware, especially when using SSDs and proper amounts of RAM. More effective ways to actually "speed your computer up" include managing the applications that run each time Windows starts, and maintaining proper system images and patching mechanisms and processes.

music2myear
  • 49,799
0

Again, encouraging equipment upgrades instead of better user system hygiene. I get it from a profit-driven perspective, throw more money/hardware at the problem. Users could simply disable startup programs they don't need running at startup or in the background to improve startup time and also stop committing desktop vomitus clutterus because they are too disorganized and/or lazy to put files in folders

And let's be honest, in the heart of every real computer enthusiast, one can never really have enough RAM or a fast enough SSD.