How to auto start a program after logon in safe mode

  • Thread starter Thread starter Kevin Chou HZ
  • Start date Start date
K

Kevin Chou HZ

Guest
I added a value

manager "C:\Program Files\mytest\manager.exe"

under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run.

it works fine in normal mode.

but if I login windows with safe mode, it doesn't work.

I searched some information on internet, some people says:

Run - These are the most common startup locations for programs to install auto start from. By default these keys are not executed in Safe mode. If you prefix the value of these keys with an asterisk, *, it will run in Safe Mode.

then, I renamed my value name to "*manager", like:

*manager "C:\Program Files\mytest\manager.exe"

but, it still doesn't work.

can anybody help me?

my os is: windows 7 32bit.

Continue reading...
 
Back
Top