From d50300c7960f4d2a1e6a75f8be57edb3faa397c0 Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Tue, 12 Nov 2024 14:20:33 +0100 Subject: [PATCH] scripts/AD_AIO.ps1 aktualisiert --- scripts/AD_AIO.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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