I created Icon Overlay Handlers using sharpshell as this sample:- http://www.codeproject.com/Articles/545781/NET-Shell-Extensions-Shell-Icon-Overlay-Handlers
My Sharpshell handler is
[ComVisible(true)]
[DisplayName(" Test")]
public class SyncedIconOverlayHandler : SharpIconOverlayHandler
{
...
}
My Question is i want to change the handler name to contain space before name so, my handler will take precedence before Dropbox and Google Drive.

Don't take a space. Take an A or a _ (Underscore).