diff --git a/scripts/AD_AIO.ps1 b/scripts/AD_AIO.ps1 index 395a5f9..ffddcfc 100644 --- a/scripts/AD_AIO.ps1 +++ b/scripts/AD_AIO.ps1 @@ -761,7 +761,7 @@ function SMB-RIGHTS { $folderTextBox = New-Object System.Windows.Forms.TextBox $folderTextBox.Location = New-Object System.Drawing.Point(10, 215) $folderTextBox.Size = New-Object System.Drawing.Size(300, 30) - $folderTextBox.ReadOnly = $true + $folderTextBox.ReadOnly = $false $form.Controls.Add($folderTextBox) # Button für Ordnerauswahl