Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR: Add CleanerML function to query a registry key (Windows) #110

Open
Nightblade opened this issue Nov 15, 2021 · 0 comments
Open

FR: Add CleanerML function to query a registry key (Windows) #110

Nightblade opened this issue Nov 15, 2021 · 0 comments

Comments

@Nightblade
Copy link

Purpose:

To find out where the software to be cleaned is installed.

Example:

Assume the following registry entry:

Registry key: HKLM\SOFTWARE\WOW6432Node\Valve\Steam
Value: InstallPath
Data: F:\Games\Steam

CleanerML usage:

...
  <var name="install_dir">
    <value get.registry="HKLM\SOFTWARE\WOW6432Node\Valve\Steam\InstallPath"/>
  </var>
...
    <action command="delete" search="glob" path="$$install_dir$$\dumps\*.dmp"/>
...

Notes:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant