Startup Application Per Asset Audit
SoftwareDiscover which Startup apps are running on your devices along with the status of those startup applications. You’ll be able to get an overview of whether they are enabled or disabled. This overview offers multiple benefits, including optimizing performance by identifying and disabling unnecessary programs, managing system resources more effectively, enhancing security by detecting malware and potentially unwanted software, troubleshooting startup issues, protecting privacy by preventing unauthorized programs from running, customizing startup behavior to streamline the computing experience, cleaning up unnecessary entries to improve system efficiency, and ultimately reducing boot times for a smoother user experience.
Before running the audit, additional steps must be taken and specific registry keys must be added to your custom registry scanning. You can find the steps in Pro Tips 53
Startup Application Per Asset Audit Lansweeper On-Prem Query
Select tblassets.AssetName, Count(tblAutorun.AutorunID) As Total From tblAssets Inner Join tblAutorun On tblAssets.AssetID = tblAutorun.AssetID Inner Join tblAutorunUni On tblAutorun.AutorunUNI = tblAutorunUni.AutorunUNI Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID Inner Join tsysOS On tblAssets.OScode = tsysOS.OScode Left Outer Join tsysIPLocations On tsysIPLocations.LocationID = tblAssets.LocationID Where tblAssetCustom.State = 1 Group by tblassets.AssetName Order By Total desc