If you want to run your own custom application(exe) when "Explorer.exe" starts then you have to integrate your application with Explorer.exe using registry.
1) Goto Start->Run, type regedit and press enter to open Registry Editor.
2) Then goto the following key ---
HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon
3) Then at the right side press right mouse button and create a new "String Value". Name it Shell.
4) Double click it to modify. Then type the following in the text field ---
explorer.exe c:\your_folder\your_application.exe
5) All done. Now close all applciation and reboot your PC and test it.
No comments:
Post a Comment