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
Win7SP1[64] + CE-150608[64]
Example,
$env:HistoryPathName = "${env:APPDATA}\PowerShell\apd-ce.pshist" powershell -new_console:t:PoSh -noexit -command "cls; lsa"
The HistoryPathName environment variable is not inherited by the new powershell process. This works fine in CE-150513[64].
HistoryPathName
The text was updated successfully, but these errors were encountered:
Resolved in CE-150610.
Thank you, Максим!
Sorry, something went wrong.
No branches or pull requests
Win7SP1[64] + CE-150608[64]
Example,
The
HistoryPathName
environment variable is not inherited by the new powershell process.This works fine in CE-150513[64].
The text was updated successfully, but these errors were encountered: