To personalize folder icons in windows create a file named desktop.ini in the target folder, then open it and paste these strings:
[.shellclassinfo]
iconfile="file.ico"
infotip="infotip"
where file.ico is the path and filename of the folder icon and infotip is a caption you could add to be seen when the mouse hovers the folder.