Apply desktop registry settings from an ACF file.
One way to get an ACF file is to export a configuration from the AEDT UI and then edit and reuse it.
- Parameters:
- registry_file
str
Full path to the ACF file.
- make_activebool,
optional
Whether to set the imported configuration as active. The default is True
.
- Returns:
- bool
True
when successful, False
when failed.