My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

Viruses/Trojans/Worms etc needs an invoker to run, as a solution they use
Window registry or common startup to start on Windows logon and harm your computer.
Distartup is a Windows service that delete the whole Windows startup programs,
And monitor the Windows registry and common startup in case of prevent and
Delete any program to enter the startup programs safety area.
Because Windows NT4/2000/XP services runs first before any running program,
Distarup runs and delete the startup programs before they will be runs.

Distartup monitor the following registry keys:

All Users-RunOnce
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce
All Users-Run
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
All Users-RunOnceEx
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnceEx
All Users-RunEx
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunEx
Current User-RunOnce
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce
Current User-Run
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
Current User-RunOnceEx
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnceEx
Current User-RunEx
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunEx

Distartup monitor the following Windows startup resources:

Common Startup Folder
Startup Folder


The project wrote in C# .NET Framework 2.0

For any issue please email me: shamayuri@gmail.com

Powered by Google Project Hosting