Jump to content

Anti-startup


Recommended Posts

hi!

I'm under admin account (xp and vista). my goal is to "freeze" my startup list (process and services that start with windows) and prohibit (or delete) any other modification of this whitelist.

my code need to start at the first and stop at the last ( to prevent any virus or spyware startup techniques).

any idea ?

thanks :D

Link to comment
Share on other sites

hi!

I'm under admin account (xp and vista). my goal is to "freeze" my startup list (process and services that start with windows) and prohibit (or delete) any other modification of this whitelist.

my code need to start at the first and stop at the last ( to prevent any virus or spyware startup techniques).

any idea ?

thanks :D

first start with this program:

http://technet.microsoft.com/en-us/sysinte...s/bb963902.aspx

it will give you EVERY possible start location and all that is starting with Windows. It also has a command line version that you can query if you want to include it in your script.

Essentially you need a list of all the microsoft signed items (items that are default for windows) and standard third party list (like adobe, or java scheduler, etc). Then the ability to add to the list (via ini file or something on that order)

[u]You can download my projects at:[/u] Pulsar Software
Link to comment
Share on other sites

Thanks maqleod !

very nice tools !

Now we know that it is possible to detect new entries ! so we can delete any added ones (virus or spyware), but how we can be sure that our script will be executed:

- before any others ?

-or to be the lastest one before system shutdown/reboot ?

so virus or spyware can't restore their own entries !

thanks a lot

Edited by mary
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...