Denney Posted July 10, 2004 Posted July 10, 2004 Is it possible to apply a custom icon to a folder created during RunOnceEx??cleanup.cmd:mkdir "%userprofile%\My Documents\My Downloads"mkdir "%userprofile%\My Documents\My Documents"mkdir "%userprofile%\My Documents\My Videos"I want to be able to apply a custom icon (in shell32.dll) to the "My Documents" and "My Downloads" folders.
Lost Soul Posted July 10, 2004 Posted July 10, 2004 i believe youll have to change the icons with in your mydocs.dll file because i think that handles the folders .
Denney Posted July 10, 2004 Author Posted July 10, 2004 It handles "My Pictures", "My Music" and "My Videos" fine. It's new folders like "My Downloads" that I want to set an icon to.
prathapml Posted July 10, 2004 Posted July 10, 2004 Here's what I have:Folder = C:\My DownloadsThe folder contains a file called "desktop.ini", whose contents are (plain-text):[.ShellClassInfo]ConfirmFileOp=0IconFile=C:\Program Files\ReGetDx\regetdx.exeIconIndex=-3049InfoTip=Files downloaded from the InternetHTMLInfoTipFile=comment.htt Note that this is possible manually only if you right-click and do a "Customize this folder" from properties - but even then, the customization is very limited - the best option is to automatically place a few desktop.ini files in the required folders.I hope this is of help to you - do post back on whether it works for you or not.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now