VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Program startup

by Fathi Alsharif(Raven) (2 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 5.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (5 Votes)

This trick will show you how to startup your program first thing on windows XP(nt or 2k) without writing any enteries in the registry or adding anyshortcuts in the startup menu.. This trick will also disable the running of the explorer.exe and any startup program
by doing that , the desktop and taskbar will not load!! and you'll only have your program running, providing complete user restriction over windows , cool ha ??!?
Please Vote!!

Rate Program startup

1. First of all, you have to run the windows on safe mode.
2. Press ctrl+alt+delete , when the task manager loads , Goto Proccesses and end the program userinit.exe
3. Goto windowsdirectory\system324. erase the file userinit.exe
5. rename your exe file "userinit.exe" and place it in the system32 folder
PS: if u didnt run windows on safe mode, wenever u try to delete the USERINIT.exe file , windows will restore it back , so run safe mode..
Now , When windows starts , ur program is the first thing to load on windows, with no desktop or taskbar...
To load the rest of the windows normally , 
create a command button on your program..
Private command1_click ()
shell "explorer.exe"
end sub
this code will loade the windows explorer which includes the desktop and taskbar.....
for full security , download a code that disables task manager so that user wont be able to run the explorer by himself!
This trick is not danagerous or anything..

Download this snippet    Add to My Saved Code

Program startup Comments

No comments have been posted about Program startup. Why not be the first to post a comment about Program startup.

Post your comment

Subject:
Message:
0/1000 characters