Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > The IT Pro > Programming
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Programming A discussion forum for programs and programming used in tech-related businesses.

Reply
 
LinkBack Thread Tools
Old 04-14-2009, 08:08 AM   #1 (permalink)
Registered User
 
Join Date: Nov 2008
Location: Chennai
Posts: 75
OS: XP2 / Linux


how to load a file before explorer.exe loads

Hi friends, i have developed a project in vb.net and now i have to load my exe before explorer.exe loads..How to do this, i have tried keeping my exe in startup but my exe loads after explorer loads..


Pls some one help me....
getyourkarthick is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 04-16-2009, 02:48 PM   #2 (permalink)
Design Team Member
 
jamiemac2005's Avatar
 
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,884
OS: Vista, various linux distros


Re: how to load a file before explorer.exe loads

Because all the startup functions are run from explorer.exe the only way to do this would probably mess with your pc a fair bit (or mean editing explorer.exe, which usually leads to spending days fixing your pc). Why does it need to run before explorer.exe?

Cheers,
Jamey
__________________

Myspace
jamiemac2005 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-17-2009, 04:44 AM   #3 (permalink)
Registered User
 
Join Date: Nov 2008
Location: Chennai
Posts: 75
OS: XP2 / Linux


Re: how to load a file before explorer.exe loads

Bcoz i have designed an login page in VB.Net that should appear before the explorer...
getyourkarthick is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-17-2009, 12:51 PM   #4 (permalink)
Design Team Member
 
jamiemac2005's Avatar
 
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,884
OS: Vista, various linux distros


Re: how to load a file before explorer.exe loads

The only way i can think of doing this is A) have it as the first thing that explorer.exe loads and have it lock up the rest of the system until the login has been bypassed. Or B) have it kill explorer.exe when it loads&then load it when your project exits. Both aren't ideal, and both have their own constrictions. You could also take a long look through msconfig's files and (Probably) shift things about to load it before explorer but it would require a bit of a messy setup.

Actually i have 2 ways which require a little "hacking" (not literally hacking btw, just messing with system files) but i don't want what i'm going to explain to be cached by google(becuase i don't want to promote this method's use for hacking purposes)... As your purpose is legitimate PM me(click my name< then "PM this user" etc.) ASAP and i'll PM you back with 2 methods that will work (but are slightly sketchy, note to other users, i learned these methods when learning how to recover a windows XP installation with a corrupted explorer.exe so don't worry about questioning them =] haha.)...

Cheers,
Jamey
__________________

Myspace
jamiemac2005 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-17-2009, 07:06 PM   #5 (permalink)
Tech, Networking Forums
 
Squashman's Avatar
 
Join Date: Apr 2005
Location: 1265 Lombardi Ave.
Posts: 1,146
OS: All of the above


Re: how to load a file before explorer.exe loads

Quote:
Originally Posted by getyourkarthick View Post
Bcoz i have designed an login page in VB.Net that should appear before the explorer...
Why?
Squashman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-17-2009, 07:08 PM   #6 (permalink)
Design Team Member
 
jamiemac2005's Avatar
 
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,884
OS: Vista, various linux distros


Re: how to load a file before explorer.exe loads

I was going to suggest some stuff but i'll wait for a reply i think =]. Again could we see a screen of your project or something similar?
__________________

Myspace
jamiemac2005 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-17-2009, 07:10 PM   #7 (permalink)
Tech, Networking Forums
 
Squashman's Avatar
 
Join Date: Apr 2005
Location: 1265 Lombardi Ave.
Posts: 1,146
OS: All of the above


Re: how to load a file before explorer.exe loads

Is he just trying to replace the GINA? There is tons of articles information out there on how to do that.
Squashman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-17-2009, 07:17 PM   #8 (permalink)
Design Team Member
 
jamiemac2005's Avatar
 
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,884
OS: Vista, various linux distros


Re: how to load a file before explorer.exe loads

I think replacing the shell actually. But could just be that. As it is you can find out about it in loads of places. But again it depends on exactly what's going on, if it's just to log in using a different interface then meh. Given that it's VB.Net and his/her location is Chennai i think it's schoolwork etc. But because of the different reasons behind what they want to do theres loads of possibilities.
__________________

Myspace
jamiemac2005 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-18-2009, 08:02 PM   #9 (permalink)
Tech, Networking Forums
 
Squashman's Avatar
 
Join Date: Apr 2005
Location: 1265 Lombardi Ave.
Posts: 1,146
OS: All of the above


Re: how to load a file before explorer.exe loads

If it is just a shell replacement they can just edit the registry for that. You can make any program work as the shell.
Squashman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 12:08 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85