change_registry_from_file# Desktop.change_registry_from_file(registry_file, make_active=True)# 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_filestrFull path to the ACF file. make_activebool, optionalWhether to set the imported configuration as active. The default is True. Returns: boolTrue when successful, False when failed.