We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2732da commit af09bcbCopy full SHA for af09bcb
functions/public/Invoke-WPFInstall.ps1
@@ -67,7 +67,6 @@ function Invoke-WPFInstall {
67
$password = $passwordBox.Text | ConvertTo-SecureString -AsPlainText -Force
68
if ($password) {
69
Set-LocalUser -Name $user -Password $password
70
- $password.Close()
71
$Form.Close()
72
} else {
73
[System.Windows.Forms.MessageBox]::Show('No password entered!')
0 commit comments