C# 2.0 Display ALL Windows start up items (programs,dlls,services) for all users and be able to enable or disable them -
Applying as a tab to my windows where DLLS will be a drop down list for each user displayed,
service , The program that starts with that user, where can I see to start this project? The closest thing I've discovered is that Google is searching this:
Excluding all users, and it displays the services and displays that load of DLL is.
As you have shown the linked link, for a list of all startup programs, use all services To list you can use in a similar fashion, you should be able to use one of the samples on the page as the starting point.
Just make sure that the user account you run has the correct rights (see above links for more information).
Comments
Post a Comment