asked 18.4k views
1 vote
How can you set a policy to observe what changes an application makes to the registry but not block any of those actions on endpoints that are in a secured state?

asked
User Misz
by
7.3k points

1 Answer

2 votes

Final answer:

To observe registry changes without blocking actions on secured endpoints, you can set up monitoring or auditing using the Windows operating system's settings. This allows you to log and analyze the changes made by an application.

Step-by-step explanation:

To observe the changes an application makes to the registry without blocking any actions on secured endpoints, you can implement a policy known as monitoring or auditing. This policy allows you to track and log the changes made to the registry, providing valuable information for analysis and troubleshooting.

You can set up monitoring by configuring the appropriate auditing settings in the Windows operating system. This involves enabling auditing for specific registry keys or hives using the Group Policy Editor or Security Configuration and Analysis tool.

Once auditing is enabled, any changes made to the monitored registry keys will be logged in the Security event log. You can then review these logs to observe the changes made by the application while ensuring that no actions are blocked on secured endpoints.

answered
User Pabo
by
8.5k points

No related questions found