diff --git a/Schemas/MainWindow.xaml b/Schemas/MainWindow.xaml index 0132b8c..68846cf 100644 --- a/Schemas/MainWindow.xaml +++ b/Schemas/MainWindow.xaml @@ -490,7 +490,7 @@ - + diff --git a/Scripts/GUI/MainWindow-Deployment.ps1 b/Scripts/GUI/MainWindow-Deployment.ps1 index fa4abef..e5b990c 100644 --- a/Scripts/GUI/MainWindow-Deployment.ps1 +++ b/Scripts/GUI/MainWindow-Deployment.ps1 @@ -435,6 +435,9 @@ function Update-UserSelectionDescription { $UserSelectionDescription.Text = "The default user template, affecting all new users created after this point. Useful for Sysprep deployment." } } + + # Mirror the description text on the combo's tooltip so the same context is shown on hover. + $UserSelectionCombo.ToolTip = $UserSelectionDescription.Text } function Test-OtherUsername {