In the Revit.ini file, settings in the [DNSM] section record your preferences for seeing various recurring task dialogs in the software.
By default, the [DNSM] section does not exist in the Revit.ini file. When you specify a task dialog to not display in the future, a corresponding setting specific to that dialog is added to the Revit.ini file. Use these entries to update your preferences to see the task dialogs again.
Syntax: TaskDialog_SPECIFIC_DIALOG_NAME=<value>
Type = integer
Valid values:
- 1 = The task dialog will not display again.
- 0 = The task dialog will display as necessary.
- 1001 = Task dialog will not display again and use affirmative default response.
- 1002 = Task dialog will not display again and use a negative default response.
Examples
[DNSM] TaskDialog_Energy_Model_Geometry_Deletion=1 TaskDialog_Energy_Analytical_Model_Complete_Check_Limitations=1 TaskDialog_Wall_Attach_To_Roof=1001 TaskDialog_Wall_Attach_To_Floor=1001 TaskDialog_SSE_Reset_Shape=1
Note: Deleting a task dialog entry and value has the same effect as setting it to 0.