I have a tool that changes all the folder backgrounds in a directory to an image of my choice, by creating desktop.ini and putting the path to the background as the image I selected.
When accessing these folders over the network, the client computer will only apply these backgrounds if the image file is at a path deeper or the same as the open folder.
For example, if the image is located at e:\Alexander\Music and you access the folder "Music" you will see the background, similarly if it is at e:\Alexander\Music\Rock you will have success. The problem lies in that if the image is at e:\Alexander\ no image will be displayed.
The workaround for this is to have a desktop.ini that points to an image in its own directory, and for this .ini and the appropriate image to be distributed to every folder I wish to customize.
I have not yet found a tool that can do this.
Does anyone know of a batch-folder customizer that changes background in this way (putting the source image in each folder), or a program that can simply distribute files en masse to every subfolder of a given directory?
Better yet, is there an easier way to do what I am trying to do?