ps2exe-gui Questions
1
Solved
$password = ConvertTo-SecureString “Password+++” -AsPlainText -Force
$Cred = New-Object System.Management.Automation.PSCredential ("Admin", $password)
$FileLocale = Split-Path -Parent -Pa...
Arrowroot asked 15/2, 2022 at 14:8
1
© 2022 - 2024 — McMap. All rights reserved.