Sysinternals
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
1,189 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When using autorunsc.exe or autorunsc64.exe on systems with multiple profiles, when retrieving the data for all users I have found that the placement of the -o switch affects the output.
If you run :
autorunsc64.exe -accepteula -nobanner -a * -ct -h -o autoruns_temp.csv *
The "*" on the end which specifies all user profiles is ignored and the output CSV only contains entries for the account under which autorunsc64.exe is running.
If you run :
autorunsc64.exe -accepteula -nobanner -a * -ct -h * -o autoruns_temp.csv
or
autorunsc64.exe -accepteula -nobanner -a * -ct -h * > autoruns_temp.csv
The CSV contains details for all profiles as expected.
I assume this is a bug ?