: If you prefer scripting or automation, the suite also includes autorunsc64.exe (for x64) and autorunsc64a.exe (for ARM), which provide the same data in CSV or XML format.
: This is specifically for 64-bit ARM processors (like those found in newer Surface Pro models or specialized ARM-based laptops). Comparison at a Glance Executable Target Architecture Typical Devices autoruns.exe 32-bit (x86) Older legacy systems autoruns64.exe 64-bit (x64) Most modern Intel/AMD PCs autoruns64a.exe 64-bit (ARM64) ARM-based tablets and laptops autorunsc.exe Command Line Automation and scripting (32-bit) autorunsc64.exe Command Line Automation and scripting (64-bit) Why the "a"? autoruns 64 vs autoruns 64a
The letter in autoruns64a.exe is the key. It stands for ARM64 . : If you prefer scripting or automation, the
is the correct choice. If you aren't sure, running the generic autoruns.exe The letter in autoruns64a
This is the version most users want. It opens a window with tabs (Logon, Services, Drivers, etc.) that allows you to uncheck boxes to disable startup items or right-click to delete them. Autoruns64a.exe (Command-Line): The "a" stands for "argument-driven"
For decades, Windows system administrators, forensic analysts, and power users have relied on as the ultimate utility for managing startup processes. Unlike the simplistic MSConfig or the rudimentary Task Manager Startup tab, Autoruns delves deep into the shadowy corners of the Windows Registry, scheduled tasks, services, drivers, and dozens of Auto-start Extensibility Points (ASEPs).
Before dissecting their differences, it is essential to understand their common purpose. Both autoruns64 and autoruns64a scan over 100 startup locations, including the Run registry keys, scheduled tasks, services, browser extensions, and boot execute images. They present this data in a digestible table, allowing administrators to disable, delete, or save entries. Both require administrative privileges to function correctly, and both are capable of digitally verifying signatures to distinguish legitimate Microsoft processes from potential malware.