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
I get an error running Log\Get-LogOpenSavePidlMRU.ps1
Log\Get-LogOpenSavePidlMRU.ps1
I changed line 19
Get-RegKeyValueNData 'HKU\S-1-5-21-2127521184-1604012920-1887927527-8646616\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSavePidlMRU\`*'
to
Get-RegKeyValueNData 'HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSavePidlMRU\`*'
and that appeared to fix it and return a value, property list. I'm not sure if this is correct or not though?
Let me know if that looks correct to you and I will add it to PR #180
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I get an error running
Log\Get-LogOpenSavePidlMRU.ps1
I changed line 19
to
and that appeared to fix it and return a value, property list. I'm not sure if this is correct or not though?
Let me know if that looks correct to you and I will add it to PR #180
The text was updated successfully, but these errors were encountered: