help:windows explorer complete refresh

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • k1ngk1ng
    Forum Member
    • Dec 2008
    • 55

    help:windows explorer complete refresh

    hi everybody
    i need your help
    i want to make a program with ams7.5 that can change default folder icon(in xp)
    first i try to change the folder icon path in registry:
    Registry.SetValue(HKEY_LOCAL_MACHINE, "software\\microsoft\\windows\\currentversion\\exp lorer\\shell icons", "3", "c:\\newicon.ico,0", REG_SZ);

    this works very good!when i restart my windows!!!
    its a bad way...
    i want to refresh my windows explorer immediately to view changes without restart such as this program: folder marker,folder icon,...
    can u help me?

    (eXcuse me for my bad english...:o)
  • rexzooly
    No longer a forum member
    • Jul 2007
    • 1512

    #2
    Originally posted by k1ngk1ng View Post
    hi everybody
    i need your help
    i want to make a program with ams7.5 that can change default folder icon(in xp)
    first i try to change the folder icon path in registry:
    Registry.SetValue(HKEY_LOCAL_MACHINE, "software\\microsoft\\windows\\currentversion\\exp lorer\\shell icons", "3", "c:\\newicon.ico,0", REG_SZ);

    this works very good!when i restart my windows!!!
    its a bad way...
    i want to refresh my windows explorer immediately to view changes without restart such as this program: folder marker,folder icon,...
    can u help me?

    (eXcuse me for my bad english...:o)
    Folder icons are also contraled by the desktop.ini

    [.ShellClassInfo]
    IconFile=%SystemRoot%\system32\SHELL32.dll
    IconIndex=34

    Something like so, so make a new or update the ini file thats in the folder already to see the file remeber to turn of see hidden folders under folder options :yes

    Comment

    Working...
    X