Link to home
Start Free TrialLog in
Avatar of Rick Barwig
Rick BarwigFlag for United States of America

asked on

Application trying to open each time administrator logs in

I have a new client that is running a 2008 R2 server.  Everytime the administrator account logs in, the profile wants to open some form of an application or file.
I have checked the startup folder-nothing there.  I have checked these areas in the registry and that are no unknown applications set to run.

HKCU\Software\Microsoft\Windows\CurrentVersion\Run
HKCU\Software\Microsoft\Windows\CurrentVersion\RunOnce
HKLM\Software\Microsoft\Windows\CurrentVersion\Run
HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnce

Where am I missing?
Avatar of Sam Simon Nasser
Sam Simon Nasser
Flag of Palestine, State of image

did you checked MSCONFIG?
also, open the application (that starts with admin account), and in its options, check where it mentioned open at startup or something like this, and disable it / remove the tick.
You have to check those keys :
"HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run"
"HKLM\Software\Microsoft\Windows\CurrentVersion\Run"
"HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run"
"HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run"
"HKCU\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WinLogon"
"HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WinLogon"
"HKCU\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows"
"HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows"
"HKCU\Software\Microsoft\Internet Explorer\Main"
"HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options"

Open in new window

And also your Startup Folders :
"%ProgramData%\Microsoft\Windows\Start Menu\Programs\Startup"
"%UserProfile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"

Open in new window

You can scan your startup items with this batch file : Scan_Registry_Run_Keys.bat
ASKER CERTIFIED SOLUTION
Avatar of John
John
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you and I hope all is well now.