scripts/AD_AIO.ps1 aktualisiert
This commit is contained in:
@@ -761,7 +761,7 @@ function SMB-RIGHTS {
|
|||||||
$folderTextBox = New-Object System.Windows.Forms.TextBox
|
$folderTextBox = New-Object System.Windows.Forms.TextBox
|
||||||
$folderTextBox.Location = New-Object System.Drawing.Point(10, 215)
|
$folderTextBox.Location = New-Object System.Drawing.Point(10, 215)
|
||||||
$folderTextBox.Size = New-Object System.Drawing.Size(300, 30)
|
$folderTextBox.Size = New-Object System.Drawing.Size(300, 30)
|
||||||
$folderTextBox.ReadOnly = $true
|
$folderTextBox.ReadOnly = $false
|
||||||
$form.Controls.Add($folderTextBox)
|
$form.Controls.Add($folderTextBox)
|
||||||
|
|
||||||
# Button für Ordnerauswahl
|
# Button für Ordnerauswahl
|
||||||
|
|||||||
Reference in New Issue
Block a user