Registriert seit: 17. Mai 2007
482 Beiträge
Delphi XE6 Professional
|
(Re)start explorer.exe
23. Sep 2011, 13:57
Delphi-Version: 2010
I nned restert explorer.exe to take effect my proggy applied.
I kill explorer.exe, check if killed, if yes I call:
ShellExecute(HInstance, 'open', 'explorer', nil, nil, SW_NORMAL)
But sometimes on start explorer.exe opens window (in 7 Library), on XP always opens some window (but I don't remember which location). How can run it without any surprises?
|