VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Undetecable startup method

by Masoud Yousefvand (3 Submissions)
Category: Registry
Compatability: Visual Basic 5.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (30 Votes)

This is useful for making your EXE memory resident.Every time widows starts your app will run.Your app will be undetectable by MSConfig(a windows tool at system32 directory).There are other methods like leave a shortcut at windows startup folder (Start->programs->startup), use win.ini, boot.ini, autoexec.bat and the most popular method is HKEY_CURRENT_USER->Software->Microsoft->Windows->CurrentVersion->Run (MSBlast uses this) and ... .All these works but MSConfig can trace them.Have been tested on Windows 98/ME/2000/XP.In safe mode it won't work.Comments are included at module.The app that uses my code will stop windows from loading until be closed.If you don't like this, make two apps : your main app & another one that uses this module and 'MakeResident' function and runs your main app with vb 'SHELL' command(see my other submission EXE in EXE but there is a better way that I'll describe later on VBC).
It's hard to find.For removing, delete the App and the reg keys will be removed automatically on next restart.
NOTE:Don't test it from VB IDE.Compile run and restart your computer.
Easily can be coded in other languages.
I've registered this code at a1vbcode.com on 2/17/2003.

Rate Undetecable startup method

Download Undetecable startup method

Download Undetecable startup method (2 KB)

Undetecable startup method Comments

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

Post your comment

Subject:
Message:
0/1000 characters