kosamja Posted July 11, 2016 Posted July 11, 2016 Its not userinit.exe. If I replace userinit value of winlogon registry key with script I use on windows 7, every startup program is started 2 times. Any way to find out what is starting startup items if it is not userinit.exe?
jaclaz Posted July 11, 2016 Posted July 11, 2016 43 minutes ago, kosamja said: Its not userinit.exe. If I replace userinit value of winlogon registry key with script I use on windows 7, every startup program is started 2 times. Any way to find out what is starting startup items if it is not userinit.exe? And WAS it userinit.exe ONLY in previous versions of Windows? Try running Autoruns:https://technet.microsoft.com/en-us/sysinternals/bb963902.aspx jaclaz
kosamja Posted July 11, 2016 Author Posted July 11, 2016 (edited) 13 minutes ago, jaclaz said: And WAS it userinit.exe ONLY in previous versions of Windows? From these locations YES: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\RunOnce HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run %ProgramData%\Microsoft\Windows\Start Menu\Programs\Startup %UserProfile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup Edited July 11, 2016 by kosamja
Tripredacus Posted July 11, 2016 Posted July 11, 2016 Another place that can launch startup programs is from Task Scheduler.
kosamja Posted July 11, 2016 Author Posted July 11, 2016 Its not Task Scheduler (its disabled on my windows 10)
kosamja Posted July 11, 2016 Author Posted July 11, 2016 1 hour ago, aviv00 said: use autoruns see the reg path for startup app What reg path? In case I didnt explain exactly what I want: Example if userinit is replaced with explorer Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "Userinit"="C:\\Windows\\explorer.exe" In windows 7 nothing from these locations starts: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\RunOnce HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run %ProgramData%\Microsoft\Windows\Start Menu\Programs\Startup %UserProfile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup but in windows 10 all startup programs from these locations still start. What I am interested in is how those programs are started if userinit is changed?
aviv00 Posted July 11, 2016 Posted July 11, 2016 what is the process parent of the Startup applications ?
kosamja Posted July 12, 2016 Author Posted July 12, 2016 (edited) 12 hours ago, aviv00 said: what is the process parent of the Startup applications ? explorer.exe, but it looks they are started by Background Tasks Infrastructure Service... Edited July 12, 2016 by kosamja
kosamja Posted July 12, 2016 Author Posted July 12, 2016 One more question: How long is this delay? Is it minutes, hours or days?
NoelC Posted July 18, 2016 Posted July 18, 2016 You can figure that kind of thing out yourself... 4294967295 milliseconds / 1000 milliseconds per second / 60 seconds per minute / 60 minutes per hour / 24 hours per day... -Noel
kosamja Posted July 18, 2016 Author Posted July 18, 2016 Yes, but i didnt know does MSec means miliseconds or microseconds
NoelC Posted July 18, 2016 Posted July 18, 2016 Microseconds are generally abbreviated µSEC or uSec. The mu character implies micro (one millionth). -Noel
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now