We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hey, when i try to run the ps1 script, I get the following error:
Exception calling "PickAsync" with "1" argument(s): "Element not found. (Exception from HRESULT: 0x80070490)" At C:\Users\winman\Desktop\leaker.ps1:69 char:9 $creds = Await ([Windows.Security.Credentials.UI.CredentialPi ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CategoryInfo : NotSpecified: (:) [], MethodInvocationException FullyQualifiedErrorId : Exception
what should I do? Running on: windows 10, powershell 5.1.19041.1320
The text was updated successfully, but these errors were encountered:
Encountering the same, confirmed that his is not a problem with the script but some recent update has caused it.
Sorry, something went wrong.
seems like the pickasync method was not found in the credentials.ui. will be checked
No branches or pull requests
hey, when i try to run the ps1 script, I get the following error:
Exception calling "PickAsync" with "1" argument(s): "Element not found. (Exception from HRESULT: 0x80070490)"
At C:\Users\winman\Desktop\leaker.ps1:69 char:9
$creds = Await ([Windows.Security.Credentials.UI.CredentialPi ...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CategoryInfo : NotSpecified: (:) [], MethodInvocationException
FullyQualifiedErrorId : Exception
what should I do?
Running on: windows 10, powershell 5.1.19041.1320
The text was updated successfully, but these errors were encountered: