English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have written a VB.net program that monitors what applications are used. I need to able to have it launch in safemode and normal mode, so to monitor all the time.
As safemode disables all but essential services, and it disables start items, run once items etc from the registry, does anyone know of a way to still launch/run a program automatically?
Thanks

2006-06-24 03:35:42 · 1 answers · asked by Mr G 1 in Computers & Internet Programming & Design

1 answers

It all depends if you have .NET 2.0 or .NET 1.0

.NET 2.0 has strict security settings that require some services. But you should be able to run that application from safemode since it will be treated like any other application.

Remember if you are using some service that is not turned on in safemode than obviously you cannot run it. But in most cases you should have no problem.

2006-06-24 16:44:24 · answer #1 · answered by ? 6 · 2 0

fedest.com, questions and answers