asked 19.8k views
5 votes
Process tracking 4688 4689 can record what? (also have to enable command line auditing)

1 Answer

4 votes

Final answer:

Process tracking 4688 and 4689, also known as event tracing for Windows, can record process and thread-related events on a Microsoft Windows operating system. Enabling command line auditing allows these processes to record information about command line arguments passed to applications.

Step-by-step explanation:

Process tracking 4688 and 4689, also known as event tracing for Windows, are used to record process and thread-related events on a Microsoft Windows operating system. Enabling command line auditing allows these processes to record information about command line arguments passed to applications. This can be helpful for monitoring and troubleshooting system activities and security events.

To enable command line auditing, you can follow these steps:

1. Open the Local Group Policy Editor by typing 'gpedit.msc' in the Run dialog box.
2. Navigate to 'Computer Configuration' > 'Windows Settings' > 'Security Settings' > 'Advanced Audit Policy Configuration' > 'System Audit Policies' > 'Detailed Tracking'.
3. Double-click on 'Audit Process Creation' and check the 'Success' and 'Failure' boxes.
4. Click 'OK' to save the changes.

It is important to note that process tracking and command line auditing can be a valuable tool for system administrators and security professionals, but it should be used responsibly and in accordance with privacy and security guidelines.

answered
User Stephenhay
by
8.4k points