--- a/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/usertemplate.py +++ a/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/usertemplate.py @@ -393,7 +393,7 @@ ] ), Tab(_('Windows'),_('Windows Account Settings'), layout = [ Group( _( 'Windows' ), layout = [ - ["sambahome", "homedrive"], + ["homedrive", "sambahome"], ["scriptpath", "profilepath"] ] ), ] ),