Hi, I loaded new installations of Revit 2024 & 2025 on to a new workstation. I wanted to exclude the PowerShell issue completely so I opened each Revit in turn with a new, metric base, clicked on manage and opened their respective players. I then manually added the location I wanted. closed down the player and Revit. Then opened the Dynamosettings.xml for both the 2.19 & 3.3 Players in notepad and save the DisplayName to the one we wanted. I then opened Revit 2024 and the 2.19 player. This works and points to the location I want.
However, I then opened Revit 2025 and the 3.3 player and just as it did before it took the location and DisplayName from the 2.19 Dynamosettings.xml and overwritten the 3.3 Dynamosettings.xml with the 2.19 settings. These are hand edited changes, with no scripts involved and on fresh machines and Revit installs. In fact the only thing I have edited is the Display name. the rest has been done in the GUI
Dynamosettings.xml from 2.19 (New)
<?xml version="1.0"?>
<PreferenceSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<IsFirstRun>true</IsFirstRun>
<IsTimeStampIncludedInExportFilePath>true</IsTimeStampIncludedInExportFilePath>
<LibraryWidth>304</LibraryWidth>
<Locale>en-US</Locale>
<GraphicScaleUnit>Millimeters</GraphicScaleUnit>
<ConsoleHeight>0</ConsoleHeight>
<ShowPreviewBubbles>true</ShowPreviewBubbles>
<UseHostScaleUnits>true</UseHostScaleUnits>
<ShowCodeBlockLineNumber>true</ShowCodeBlockLineNumber>
<ShowConnector>true</ShowConnector>
<ShowConnectorToolTip>true</ShowConnectorToolTip>
<LibraryZoomScale>100</LibraryZoomScale>
<PythonScriptZoomScale>100</PythonScriptZoomScale>
<ConnectorType>BEZIER</ConnectorType>
<BackgroundPreviews />
<IsBackgroundGridVisible>true</IsBackgroundGridVisible>
<GridScaleFactor>1</GridScaleFactor>
<DefaultScaleFactor>0</DefaultScaleFactor>
<RenderPrecision>128</RenderPrecision>
<ShowEdges>false</ShowEdges>
<ShowDetailedLayout>true</ShowDetailedLayout>
<WindowX>0</WindowX>
<WindowY>0</WindowY>
<WindowW>1024</WindowW>
<WindowH>768</WindowH>
<UseHardwareAcceleration>true</UseHardwareAcceleration>
<NumberFormat>f3</NumberFormat>
<MaxNumRecentFiles>10</MaxNumRecentFiles>
<RecentFiles />
<BackupLocation>C:\Users\*USERNAME*\AppData\Roaming\Dynamo\Dynamo Revit\backup</BackupLocation>
<BackupFiles />
<CustomPackageFolders>
<string>%BuiltInPackages%</string>
<string>C:\Users\*USERNAME*\AppData\Roaming\Dynamo\Dynamo Revit\2.19</string>
<string>C:\ProgramData\Autodesk\RVT 2024\Dynamo\2.19\packages</string>
</CustomPackageFolders>
<DisableTrustWarnings>false</DisableTrustWarnings>
<TrustedLocations>
<string>C:\ProgramData\Autodesk</string>
<string>C:\Program Files\Autodesk</string>
</TrustedLocations>
<PackageDirectoriesToUninstall />
<PythonTemplateFilePath />
<BackupInterval>60000</BackupInterval>
<BackupFilesCount>1</BackupFilesCount>
<PackageDownloadTouAccepted>false</PackageDownloadTouAccepted>
<OpenFileInManualExecutionMode>false</OpenFileInManualExecutionMode>
<ShowTabsAndSpacesInScriptEditor>false</ShowTabsAndSpacesInScriptEditor>
<EnableNodeAutoComplete>true</EnableNodeAutoComplete>
<HideNodesBelowSpecificConfidenceLevel>false</HideNodesBelowSpecificConfidenceLevel>
<MLRecommendationConfidenceLevel>10</MLRecommendationConfidenceLevel>
<MLRecommendationNumberOfResults>10</MLRecommendationNumberOfResults>
<HideAutocompleteMethodOptions>false</HideAutocompleteMethodOptions>
<EnableNotificationCenter>true</EnableNotificationCenter>
<EnablePersistExtensions>false</EnablePersistExtensions>
<EnableStaticSplashScreen>true</EnableStaticSplashScreen>
<DefaultPythonEngine />
<SelectedPackagePathForInstall>C:\Users\*USERNAME*\AppData\Roaming\Dynamo\Dynamo Revit\2.19</SelectedPackagePathForInstall>
<NamespacesToExcludeFromLibrary>
<string>ProtoGeometry.dll:Autodesk.DesignScript.Geometry.TSpline</string>
</NamespacesToExcludeFromLibrary>
<ViewExtensionSettings />
<DisableBuiltinPackages>false</DisableBuiltinPackages>
<DisableCustomPackageLocations>false</DisableCustomPackageLocations>
<DefaultRunType>Automatic</DefaultRunType>
<DefaultNodeAutocompleteSuggestion>MLRecommendation</DefaultNodeAutocompleteSuggestion>
<ShowRunPreview>false</ShowRunPreview>
<GroupStyleItemsList />
<NodeSearchTagSizeLimit>300</NodeSearchTagSizeLimit>
<IronPythonResolveTargetVersion>2.4.0</IronPythonResolveTargetVersion>
<ReadNotificationIds />
<DynamoPlayerFolderGroups>
<DynamoPlayerFolderGroup>
<EntryPoint>dplayer</EntryPoint>
<Folders>
<DynamoPlayerFolder>
<Path>C:\ProgramData\Autodesk\RVT 2024\Dynamo\samples\en-GB\Revit\DynamoPlayer-6</Path>
<DisplayName>Autodesk Samples</DisplayName>
<Id>1</Id>
<IsRemovable>false</IsRemovable>
<Order>1</Order>
<IsValid>true</IsValid>
<IsDefault>true</IsDefault>
</DynamoPlayerFolder>
</Folders>
</DynamoPlayerFolderGroup>
</DynamoPlayerFolderGroups>
</PreferenceSettings>
Dynamosettings.xml from 3.3 (New)
<?xml version="1.0" encoding="utf-8"?>
<PreferenceSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<IsFirstRun>true</IsFirstRun>
<IsTimeStampIncludedInExportFilePath>true</IsTimeStampIncludedInExportFilePath>
<LibraryWidth>304</LibraryWidth>
<Locale>en-US</Locale>
<GraphicScaleUnit>Millimeters</GraphicScaleUnit>
<ConsoleHeight>0</ConsoleHeight>
<ShowPreviewBubbles>true</ShowPreviewBubbles>
<UseHostScaleUnits>true</UseHostScaleUnits>
<ShowCodeBlockLineNumber>true</ShowCodeBlockLineNumber>
<ShowConnector>true</ShowConnector>
<ShowConnectorToolTip>true</ShowConnectorToolTip>
<LibraryZoomScale>100</LibraryZoomScale>
<PythonScriptZoomScale>100</PythonScriptZoomScale>
<ConnectorType>BEZIER</ConnectorType>
<BackgroundPreviews />
<IsBackgroundGridVisible>true</IsBackgroundGridVisible>
<GridScaleFactor>1</GridScaleFactor>
<DefaultScaleFactor>0</DefaultScaleFactor>
<RenderPrecision>128</RenderPrecision>
<ShowEdges>false</ShowEdges>
<UseRenderInstancing>true</UseRenderInstancing>
<ShowDetailedLayout>true</ShowDetailedLayout>
<WindowX>0</WindowX>
<WindowY>0</WindowY>
<WindowW>1024</WindowW>
<WindowH>768</WindowH>
<UseHardwareAcceleration>true</UseHardwareAcceleration>
<HomePageSettings />
<NumberFormat>f3</NumberFormat>
<MaxNumRecentFiles>10</MaxNumRecentFiles>
<RecentFiles />
<BackupLocation>C:\Users\*USERNAME*\AppData\Roaming\Dynamo\Dynamo Revit\backup</BackupLocation>
<TemplateFilePath>C:\ProgramData\Autodesk\RVT 2025\Dynamo\templates\en-US</TemplateFilePath>
<BackupFiles />
<CustomPackageFolders>
<string>%BuiltInPackages%</string>
<string>C:\Users\*USERNAME*\AppData\Roaming\Dynamo\Dynamo Revit\3.3</string>
<string>C:\ProgramData\Autodesk\RVT 2025\Dynamo\3.3\packages</string>
</CustomPackageFolders>
<DisableTrustWarnings>false</DisableTrustWarnings>
<TrustedLocations>
<string>C:\ProgramData\Autodesk</string>
<string>C:\Program Files\Autodesk</string>
</TrustedLocations>
<PackageDirectoriesToUninstall />
<PythonTemplateFilePath />
<BackupInterval>60000</BackupInterval>
<BackupFilesCount>1</BackupFilesCount>
<PackageDownloadTouAccepted>false</PackageDownloadTouAccepted>
<OpenFileInManualExecutionMode>false</OpenFileInManualExecutionMode>
<ShowTabsAndSpacesInScriptEditor>false</ShowTabsAndSpacesInScriptEditor>
<EnableNodeAutoComplete>true</EnableNodeAutoComplete>
<DefaultEnableLegacyPolyCurveBehavior>true</DefaultEnableLegacyPolyCurveBehavior>
<HideNodesBelowSpecificConfidenceLevel>false</HideNodesBelowSpecificConfidenceLevel>
<MLRecommendationConfidenceLevel>10</MLRecommendationConfidenceLevel>
<MLRecommendationNumberOfResults>10</MLRecommendationNumberOfResults>
<HideAutocompleteMethodOptions>false</HideAutocompleteMethodOptions>
<EnableNotificationCenter>true</EnableNotificationCenter>
<EnablePersistExtensions>false</EnablePersistExtensions>
<EnableStaticSplashScreen>true</EnableStaticSplashScreen>
<IsMLAutocompleteTOUApproved>true</IsMLAutocompleteTOUApproved>
<DefaultPythonEngine />
<SelectedPackagePathForInstall>C:\Users\*USERNAME*\AppData\Roaming\Dynamo\Dynamo Revit\3.3</SelectedPackagePathForInstall>
<NamespacesToExcludeFromLibrary />
<ViewExtensionSettings />
<DisableBuiltinPackages>false</DisableBuiltinPackages>
<DisableCustomPackageLocations>false</DisableCustomPackageLocations>
<DefaultRunType>Automatic</DefaultRunType>
<DefaultNodeAutocompleteSuggestion>MLRecommendation</DefaultNodeAutocompleteSuggestion>
<ShowRunPreview>false</ShowRunPreview>
<GroupStyleItemsList />
<NodeSearchTagSizeLimit>300</NodeSearchTagSizeLimit>
<IronPythonResolveTargetVersion>3.2.0</IronPythonResolveTargetVersion>
<ReadNotificationIds />
<EnableDynamoPlayerRenamedWatchAsOutput>false</EnableDynamoPlayerRenamedWatchAsOutput>
<DynamoPlayerFolderGroups>
<DynamoPlayerFolderGroup>
<EntryPoint>dplayer</EntryPoint>
<Folders>
<DynamoPlayerFolder>
<Path>C:\ProgramData\Autodesk\RVT 2024\Dynamo\samples\en-GB\Revit\DynamoPlayer-6</Path>
<DisplayName>Autodesk Samples</DisplayName>
<Id>1</Id>
<IsRemovable>false</IsRemovable>
<Order>1</Order>
<IsValid>true</IsValid>
<IsDefault>true</IsDefault>
</DynamoPlayerFolder>
</Folders>
</DynamoPlayerFolderGroup>
</DynamoPlayerFolderGroups>
</PreferenceSettings>
Dynamosettings.xml from 2.19 (edited by hand)
<?xml version="1.0"?>
<PreferenceSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<IsFirstRun>true</IsFirstRun>
<IsTimeStampIncludedInExportFilePath>true</IsTimeStampIncludedInExportFilePath>
<LibraryWidth>304</LibraryWidth>
<Locale>en-US</Locale>
<GraphicScaleUnit>Millimeters</GraphicScaleUnit>
<ConsoleHeight>0</ConsoleHeight>
<ShowPreviewBubbles>true</ShowPreviewBubbles>
<UseHostScaleUnits>true</UseHostScaleUnits>
<ShowCodeBlockLineNumber>true</ShowCodeBlockLineNumber>
<ShowConnector>true</ShowConnector>
<ShowConnectorToolTip>true</ShowConnectorToolTip>
<LibraryZoomScale>100</LibraryZoomScale>
<PythonScriptZoomScale>100</PythonScriptZoomScale>
<ConnectorType>BEZIER</ConnectorType>
<BackgroundPreviews />
<IsBackgroundGridVisible>true</IsBackgroundGridVisible>
<GridScaleFactor>1</GridScaleFactor>
<DefaultScaleFactor>0</DefaultScaleFactor>
<RenderPrecision>128</RenderPrecision>
<ShowEdges>false</ShowEdges>
<ShowDetailedLayout>true</ShowDetailedLayout>
<WindowX>0</WindowX>
<WindowY>0</WindowY>
<WindowW>1024</WindowW>
<WindowH>768</WindowH>
<UseHardwareAcceleration>true</UseHardwareAcceleration>
<NumberFormat>f3</NumberFormat>
<MaxNumRecentFiles>10</MaxNumRecentFiles>
<RecentFiles />
<BackupLocation>C:\Users\*USERNAME*\AppData\Roaming\Dynamo\Dynamo Revit\backup</BackupLocation>
<BackupFiles />
<CustomPackageFolders>
<string>%BuiltInPackages%</string>
<string>C:\Users\*USERNAME*\AppData\Roaming\Dynamo\Dynamo Revit\2.19</string>
<string>C:\ProgramData\Autodesk\RVT 2024\Dynamo\2.19\packages</string>
</CustomPackageFolders>
<DisableTrustWarnings>false</DisableTrustWarnings>
<TrustedLocations>
<string>C:\ProgramData\Autodesk</string>
<string>C:\Program Files\Autodesk</string>
<string>C:\Dynamo\Player\2.19</string>
</TrustedLocations>
<PackageDirectoriesToUninstall />
<PythonTemplateFilePath />
<BackupInterval>60000</BackupInterval>
<BackupFilesCount>1</BackupFilesCount>
<PackageDownloadTouAccepted>false</PackageDownloadTouAccepted>
<OpenFileInManualExecutionMode>false</OpenFileInManualExecutionMode>
<ShowTabsAndSpacesInScriptEditor>false</ShowTabsAndSpacesInScriptEditor>
<EnableNodeAutoComplete>true</EnableNodeAutoComplete>
<HideNodesBelowSpecificConfidenceLevel>false</HideNodesBelowSpecificConfidenceLevel>
<MLRecommendationConfidenceLevel>10</MLRecommendationConfidenceLevel>
<MLRecommendationNumberOfResults>10</MLRecommendationNumberOfResults>
<HideAutocompleteMethodOptions>false</HideAutocompleteMethodOptions>
<EnableNotificationCenter>true</EnableNotificationCenter>
<EnablePersistExtensions>false</EnablePersistExtensions>
<EnableStaticSplashScreen>true</EnableStaticSplashScreen>
<DefaultPythonEngine />
<SelectedPackagePathForInstall>C:\Users\*USERNAME*\AppData\Roaming\Dynamo\Dynamo Revit\2.19</SelectedPackagePathForInstall>
<NamespacesToExcludeFromLibrary>
<string>ProtoGeometry.dll:Autodesk.DesignScript.Geometry.TSpline</string>
</NamespacesToExcludeFromLibrary>
<ViewExtensionSettings />
<DisableBuiltinPackages>false</DisableBuiltinPackages>
<DisableCustomPackageLocations>false</DisableCustomPackageLocations>
<DefaultRunType>Automatic</DefaultRunType>
<DefaultNodeAutocompleteSuggestion>MLRecommendation</DefaultNodeAutocompleteSuggestion>
<ShowRunPreview>false</ShowRunPreview>
<GroupStyleItemsList />
<NodeSearchTagSizeLimit>300</NodeSearchTagSizeLimit>
<IronPythonResolveTargetVersion>2.4.0</IronPythonResolveTargetVersion>
<ReadNotificationIds />
<DynamoPlayerFolderGroups>
<DynamoPlayerFolderGroup>
<EntryPoint>dplayer</EntryPoint>
<Folders>
<DynamoPlayerFolder>
<Path>C:\ProgramData\Autodesk\RVT 2024\Dynamo\samples\en-GB\Revit\DynamoPlayer-6</Path>
<DisplayName>Autodesk Samples</DisplayName>
<Id>1</Id>
<IsRemovable>false</IsRemovable>
<Order>1</Order>
<IsValid>true</IsValid>
<IsDefault>true</IsDefault>
</DynamoPlayerFolder>
<DynamoPlayerFolder>
<Path>C:\Dynamo\Player\2.19</Path>
<DisplayName>Dynamo 2.19</DisplayName>
<Id>1760014833121</Id>
<IsRemovable>true</IsRemovable>
<Order>2</Order>
<IsValid>true</IsValid>
<IsDefault>false</IsDefault>
</DynamoPlayerFolder>
</Folders>
</DynamoPlayerFolderGroup>
</DynamoPlayerFolderGroups>
</PreferenceSettings>
Dynamosettings.xml from 3.3 (edited by hand)
<?xml version="1.0" encoding="utf-8"?>
<PreferenceSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<IsFirstRun>true</IsFirstRun>
<IsTimeStampIncludedInExportFilePath>true</IsTimeStampIncludedInExportFilePath>
<LibraryWidth>304</LibraryWidth>
<Locale>en-US</Locale>
<GraphicScaleUnit>Millimeters</GraphicScaleUnit>
<ConsoleHeight>0</ConsoleHeight>
<ShowPreviewBubbles>true</ShowPreviewBubbles>
<UseHostScaleUnits>true</UseHostScaleUnits>
<ShowCodeBlockLineNumber>true</ShowCodeBlockLineNumber>
<ShowConnector>true</ShowConnector>
<ShowConnectorToolTip>true</ShowConnectorToolTip>
<LibraryZoomScale>100</LibraryZoomScale>
<PythonScriptZoomScale>100</PythonScriptZoomScale>
<ConnectorType>BEZIER</ConnectorType>
<BackgroundPreviews />
<IsBackgroundGridVisible>true</IsBackgroundGridVisible>
<GridScaleFactor>1</GridScaleFactor>
<DefaultScaleFactor>0</DefaultScaleFactor>
<RenderPrecision>128</RenderPrecision>
<ShowEdges>false</ShowEdges>
<UseRenderInstancing>true</UseRenderInstancing>
<ShowDetailedLayout>true</ShowDetailedLayout>
<WindowX>0</WindowX>
<WindowY>0</WindowY>
<WindowW>1024</WindowW>
<WindowH>768</WindowH>
<UseHardwareAcceleration>true</UseHardwareAcceleration>
<HomePageSettings />
<NumberFormat>f3</NumberFormat>
<MaxNumRecentFiles>10</MaxNumRecentFiles>
<RecentFiles />
<BackupLocation>C:\Users\*USERNAME*\AppData\Roaming\Dynamo\Dynamo Revit\backup</BackupLocation>
<TemplateFilePath>C:\ProgramData\Autodesk\RVT 2025\Dynamo\templates\en-US</TemplateFilePath>
<BackupFiles>
<string>C:\Users\*USERNAME*\AppData\Roaming\Dynamo\Dynamo Revit\backup\backup.DYN</string>
</BackupFiles>
<CustomPackageFolders>
<string>%BuiltInPackages%</string>
<string>C:\Users\*USERNAME*\AppData\Roaming\Dynamo\Dynamo Revit\3.3</string>
<string>C:\ProgramData\Autodesk\RVT 2025\Dynamo\3.3\packages</string>
</CustomPackageFolders>
<DisableTrustWarnings>false</DisableTrustWarnings>
<TrustedLocations>
<string>C:\ProgramData\Autodesk</string>
<string>C:\Program Files\Autodesk</string>
<string>C:\Dynamo\Player\3.3</string>
</TrustedLocations>
<PackageDirectoriesToUninstall />
<PythonTemplateFilePath />
<BackupInterval>60000</BackupInterval>
<BackupFilesCount>1</BackupFilesCount>
<PackageDownloadTouAccepted>false</PackageDownloadTouAccepted>
<OpenFileInManualExecutionMode>false</OpenFileInManualExecutionMode>
<ShowTabsAndSpacesInScriptEditor>false</ShowTabsAndSpacesInScriptEditor>
<EnableNodeAutoComplete>true</EnableNodeAutoComplete>
<DefaultEnableLegacyPolyCurveBehavior>true</DefaultEnableLegacyPolyCurveBehavior>
<HideNodesBelowSpecificConfidenceLevel>false</HideNodesBelowSpecificConfidenceLevel>
<MLRecommendationConfidenceLevel>10</MLRecommendationConfidenceLevel>
<MLRecommendationNumberOfResults>10</MLRecommendationNumberOfResults>
<HideAutocompleteMethodOptions>false</HideAutocompleteMethodOptions>
<EnableNotificationCenter>true</EnableNotificationCenter>
<EnablePersistExtensions>false</EnablePersistExtensions>
<EnableStaticSplashScreen>true</EnableStaticSplashScreen>
<IsMLAutocompleteTOUApproved>true</IsMLAutocompleteTOUApproved>
<DefaultPythonEngine />
<SelectedPackagePathForInstall>C:\Users\*USERNAME*\AppData\Roaming\Dynamo\Dynamo Revit\3.3</SelectedPackagePathForInstall>
<NamespacesToExcludeFromLibrary />
<ViewExtensionSettings />
<DisableBuiltinPackages>false</DisableBuiltinPackages>
<DisableCustomPackageLocations>false</DisableCustomPackageLocations>
<DefaultRunType>Automatic</DefaultRunType>
<DefaultNodeAutocompleteSuggestion>MLRecommendation</DefaultNodeAutocompleteSuggestion>
<ShowRunPreview>false</ShowRunPreview>
<GroupStyleItemsList />
<NodeSearchTagSizeLimit>300</NodeSearchTagSizeLimit>
<IronPythonResolveTargetVersion>3.2.0</IronPythonResolveTargetVersion>
<ReadNotificationIds />
<EnableDynamoPlayerRenamedWatchAsOutput>false</EnableDynamoPlayerRenamedWatchAsOutput>
<DynamoPlayerFolderGroups>
<DynamoPlayerFolderGroup>
<EntryPoint>dplayer</EntryPoint>
<Folders>
<DynamoPlayerFolder>
<Path>C:\ProgramData\Autodesk\RVT 2024\Dynamo\samples\en-GB\Revit\DynamoPlayer-6</Path>
<DisplayName>Autodesk Samples</DisplayName>
<Id>1</Id>
<IsRemovable>false</IsRemovable>
<Order>1</Order>
<IsValid>true</IsValid>
<IsDefault>false</IsDefault>
</DynamoPlayerFolder>
<DynamoPlayerFolder>
<Path>C:\Dynamo\Player\3.3</Path>
<DisplayName>Dynamo 3.3</DisplayName>
<Id>1760014395549</Id>
<IsRemovable>true</IsRemovable>
<Order>2</Order>
<IsValid>true</IsValid>
<IsDefault>true</IsDefault>
</DynamoPlayerFolder>
</Folders>
</DynamoPlayerFolderGroup>
</DynamoPlayerFolderGroups>
</PreferenceSettings>
Dynamosettings.xml from 2.19 (After reopened Revit/Player)
<?xml version="1.0"?>
<PreferenceSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<IsFirstRun>true</IsFirstRun>
<IsTimeStampIncludedInExportFilePath>true</IsTimeStampIncludedInExportFilePath>
<LibraryWidth>304</LibraryWidth>
<Locale>en-US</Locale>
<GraphicScaleUnit>Millimeters</GraphicScaleUnit>
<ConsoleHeight>0</ConsoleHeight>
<ShowPreviewBubbles>true</ShowPreviewBubbles>
<UseHostScaleUnits>true</UseHostScaleUnits>
<ShowCodeBlockLineNumber>true</ShowCodeBlockLineNumber>
<ShowConnector>true</ShowConnector>
<ShowConnectorToolTip>true</ShowConnectorToolTip>
<LibraryZoomScale>100</LibraryZoomScale>
<PythonScriptZoomScale>100</PythonScriptZoomScale>
<ConnectorType>BEZIER</ConnectorType>
<BackgroundPreviews />
<IsBackgroundGridVisible>true</IsBackgroundGridVisible>
<GridScaleFactor>1</GridScaleFactor>
<DefaultScaleFactor>0</DefaultScaleFactor>
<RenderPrecision>128</RenderPrecision>
<ShowEdges>false</ShowEdges>
<ShowDetailedLayout>true</ShowDetailedLayout>
<WindowX>0</WindowX>
<WindowY>0</WindowY>
<WindowW>1024</WindowW>
<WindowH>768</WindowH>
<UseHardwareAcceleration>true</UseHardwareAcceleration>
<NumberFormat>f3</NumberFormat>
<MaxNumRecentFiles>10</MaxNumRecentFiles>
<RecentFiles />
<BackupLocation>C:\Users\*USERNAME*\AppData\Roaming\Dynamo\Dynamo Revit\backup</BackupLocation>
<BackupFiles />
<CustomPackageFolders>
<string>%BuiltInPackages%</string>
<string>C:\Users\*USERNAME*\AppData\Roaming\Dynamo\Dynamo Revit\2.19</string>
<string>C:\ProgramData\Autodesk\RVT 2024\Dynamo\2.19\packages</string>
</CustomPackageFolders>
<DisableTrustWarnings>false</DisableTrustWarnings>
<TrustedLocations>
<string>C:\ProgramData\Autodesk</string>
<string>C:\Program Files\Autodesk</string>
<string>C:\Dynamo\Player\2.19</string>
</TrustedLocations>
<PackageDirectoriesToUninstall />
<PythonTemplateFilePath />
<BackupInterval>60000</BackupInterval>
<BackupFilesCount>1</BackupFilesCount>
<PackageDownloadTouAccepted>false</PackageDownloadTouAccepted>
<OpenFileInManualExecutionMode>false</OpenFileInManualExecutionMode>
<ShowTabsAndSpacesInScriptEditor>false</ShowTabsAndSpacesInScriptEditor>
<EnableNodeAutoComplete>true</EnableNodeAutoComplete>
<HideNodesBelowSpecificConfidenceLevel>false</HideNodesBelowSpecificConfidenceLevel>
<MLRecommendationConfidenceLevel>10</MLRecommendationConfidenceLevel>
<MLRecommendationNumberOfResults>10</MLRecommendationNumberOfResults>
<HideAutocompleteMethodOptions>false</HideAutocompleteMethodOptions>
<EnableNotificationCenter>true</EnableNotificationCenter>
<EnablePersistExtensions>false</EnablePersistExtensions>
<EnableStaticSplashScreen>true</EnableStaticSplashScreen>
<DefaultPythonEngine />
<SelectedPackagePathForInstall>C:\Users\*USERNAME*\AppData\Roaming\Dynamo\Dynamo Revit\2.19</SelectedPackagePathForInstall>
<NamespacesToExcludeFromLibrary>
<string>ProtoGeometry.dll:Autodesk.DesignScript.Geometry.TSpline</string>
</NamespacesToExcludeFromLibrary>
<ViewExtensionSettings />
<DisableBuiltinPackages>false</DisableBuiltinPackages>
<DisableCustomPackageLocations>false</DisableCustomPackageLocations>
<DefaultRunType>Automatic</DefaultRunType>
<DefaultNodeAutocompleteSuggestion>MLRecommendation</DefaultNodeAutocompleteSuggestion>
<ShowRunPreview>false</ShowRunPreview>
<GroupStyleItemsList />
<NodeSearchTagSizeLimit>300</NodeSearchTagSizeLimit>
<IronPythonResolveTargetVersion>2.4.0</IronPythonResolveTargetVersion>
<ReadNotificationIds />
<DynamoPlayerFolderGroups>
<DynamoPlayerFolderGroup>
<EntryPoint>dplayer</EntryPoint>
<Folders>
<DynamoPlayerFolder>
<Path>C:\ProgramData\Autodesk\RVT 2024\Dynamo\samples\en-GB\Revit\DynamoPlayer-6</Path>
<DisplayName>Autodesk Samples</DisplayName>
<Id>1</Id>
<IsRemovable>false</IsRemovable>
<Order>1</Order>
<IsValid>true</IsValid>
<IsDefault>false</IsDefault>
</DynamoPlayerFolder>
<DynamoPlayerFolder>
<Path>C:\Dynamo\Player\2.19</Path>
<DisplayName>Dynamo 2.19</DisplayName>
<Id>1760014833121</Id>
<IsRemovable>true</IsRemovable>
<Order>2</Order>
<IsValid>true</IsValid>
<IsDefault>true</IsDefault>
</DynamoPlayerFolder>
</Folders>
</DynamoPlayerFolderGroup>
</DynamoPlayerFolderGroups>
</PreferenceSettings>
Dynamosettings.xml from 3.3 (After reopened Revit/Player)
<?xml version="1.0" encoding="utf-8"?>
<PreferenceSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<IsFirstRun>true</IsFirstRun>
<IsTimeStampIncludedInExportFilePath>true</IsTimeStampIncludedInExportFilePath>
<LibraryWidth>304</LibraryWidth>
<Locale>en-US</Locale>
<GraphicScaleUnit>Millimeters</GraphicScaleUnit>
<ConsoleHeight>0</ConsoleHeight>
<ShowPreviewBubbles>true</ShowPreviewBubbles>
<UseHostScaleUnits>true</UseHostScaleUnits>
<ShowCodeBlockLineNumber>true</ShowCodeBlockLineNumber>
<ShowConnector>true</ShowConnector>
<ShowConnectorToolTip>true</ShowConnectorToolTip>
<LibraryZoomScale>100</LibraryZoomScale>
<PythonScriptZoomScale>100</PythonScriptZoomScale>
<ConnectorType>BEZIER</ConnectorType>
<BackgroundPreviews />
<IsBackgroundGridVisible>true</IsBackgroundGridVisible>
<GridScaleFactor>1</GridScaleFactor>
<DefaultScaleFactor>0</DefaultScaleFactor>
<RenderPrecision>128</RenderPrecision>
<ShowEdges>false</ShowEdges>
<UseRenderInstancing>true</UseRenderInstancing>
<ShowDetailedLayout>true</ShowDetailedLayout>
<WindowX>0</WindowX>
<WindowY>0</WindowY>
<WindowW>1024</WindowW>
<WindowH>768</WindowH>
<UseHardwareAcceleration>true</UseHardwareAcceleration>
<HomePageSettings />
<NumberFormat>f3</NumberFormat>
<MaxNumRecentFiles>10</MaxNumRecentFiles>
<RecentFiles />
<BackupLocation>C:\Users\*USERNAME*\AppData\Roaming\Dynamo\Dynamo Revit\backup</BackupLocation>
<TemplateFilePath>C:\ProgramData\Autodesk\RVT 2025\Dynamo\templates\en-US</TemplateFilePath>
<BackupFiles />
<CustomPackageFolders>
<string>%BuiltInPackages%</string>
<string>C:\Users\*USERNAME*\AppData\Roaming\Dynamo\Dynamo Revit\3.3</string>
<string>C:\ProgramData\Autodesk\RVT 2025\Dynamo\3.3\packages</string>
</CustomPackageFolders>
<DisableTrustWarnings>false</DisableTrustWarnings>
<TrustedLocations>
<string>C:\ProgramData\Autodesk</string>
<string>C:\Program Files\Autodesk</string>
<string>C:\Dynamo\Player\2.19</string>
</TrustedLocations>
<PackageDirectoriesToUninstall />
<PythonTemplateFilePath />
<BackupInterval>60000</BackupInterval>
<BackupFilesCount>1</BackupFilesCount>
<PackageDownloadTouAccepted>false</PackageDownloadTouAccepted>
<OpenFileInManualExecutionMode>false</OpenFileInManualExecutionMode>
<ShowTabsAndSpacesInScriptEditor>false</ShowTabsAndSpacesInScriptEditor>
<EnableNodeAutoComplete>true</EnableNodeAutoComplete>
<DefaultEnableLegacyPolyCurveBehavior>true</DefaultEnableLegacyPolyCurveBehavior>
<HideNodesBelowSpecificConfidenceLevel>false</HideNodesBelowSpecificConfidenceLevel>
<MLRecommendationConfidenceLevel>10</MLRecommendationConfidenceLevel>
<MLRecommendationNumberOfResults>10</MLRecommendationNumberOfResults>
<HideAutocompleteMethodOptions>false</HideAutocompleteMethodOptions>
<EnableNotificationCenter>true</EnableNotificationCenter>
<EnablePersistExtensions>false</EnablePersistExtensions>
<EnableStaticSplashScreen>true</EnableStaticSplashScreen>
<IsMLAutocompleteTOUApproved>true</IsMLAutocompleteTOUApproved>
<DefaultPythonEngine />
<SelectedPackagePathForInstall>C:\Users\*USERNAME*\AppData\Roaming\Dynamo\Dynamo Revit\3.3</SelectedPackagePathForInstall>
<NamespacesToExcludeFromLibrary />
<ViewExtensionSettings />
<DisableBuiltinPackages>false</DisableBuiltinPackages>
<DisableCustomPackageLocations>false</DisableCustomPackageLocations>
<DefaultRunType>Automatic</DefaultRunType>
<DefaultNodeAutocompleteSuggestion>MLRecommendation</DefaultNodeAutocompleteSuggestion>
<ShowRunPreview>false</ShowRunPreview>
<GroupStyleItemsList />
<NodeSearchTagSizeLimit>300</NodeSearchTagSizeLimit>
<IronPythonResolveTargetVersion>3.2.0</IronPythonResolveTargetVersion>
<ReadNotificationIds />
<EnableDynamoPlayerRenamedWatchAsOutput>false</EnableDynamoPlayerRenamedWatchAsOutput>
<DynamoPlayerFolderGroups>
<DynamoPlayerFolderGroup>
<EntryPoint>dplayer</EntryPoint>
<Folders>
<DynamoPlayerFolder>
<Path>C:\ProgramData\Autodesk\RVT 2024\Dynamo\samples\en-GB\Revit\DynamoPlayer-6</Path>
<DisplayName>Autodesk Samples</DisplayName>
<Id>1</Id>
<IsRemovable>false</IsRemovable>
<Order>1</Order>
<IsValid>true</IsValid>
<IsDefault>false</IsDefault>
</DynamoPlayerFolder>
<DynamoPlayerFolder>
<Path>C:\Dynamo\Player\2.19</Path>
<DisplayName>Dynamo 2.19</DisplayName>
<Id>1760014833121</Id>
<IsRemovable>true</IsRemovable>
<Order>2</Order>
<IsValid>true</IsValid>
<IsDefault>true</IsDefault>
</DynamoPlayerFolder>
</Folders>
</DynamoPlayerFolderGroup>
</DynamoPlayerFolderGroups>
</PreferenceSettings>