PedroWarlock Posted June 22, 2017 Share Posted June 22, 2017 (edited) By google translator Hi. sorry my English. When I attach a file type to my program or icon of the associated file does not change. I would like to understand how the setup program associates files and updates all the files at the same time without restarting explorer.exe. Edited June 22, 2017 by PedroWarlock Link to comment Share on other sites More sharing options...
Deye Posted June 22, 2017 Share Posted June 22, 2017 (edited) PedroWarlock, With a simple google search "assoc autoit site:www.autoitscript.com" here is one hit To refresh for changes without restarting explorer.exe you can use: _WinAPI_PostMessage($HWND_BROADCAST, $WM_COMMAND, 41504, Null) or _WinAPI_ShellChangeNotify($SHCNE_ASSOCCHANGED, $SHCNF_FLUSH) whichever works for you Edited June 23, 2017 by Deye PedroWarlock 1 Link to comment Share on other sites More sharing options...
PedroWarlock Posted June 23, 2017 Author Share Posted June 23, 2017 @Deye Thanks Deye!!!! Perfect! Link to comment Share on other sites More sharing options...
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