Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CypherpunkSamurai/505f4f09eb70d820d40e371f0cac41a5 to your computer and use it in GitHub Desktop.
Save CypherpunkSamurai/505f4f09eb70d820d40e371f0cac41a5 to your computer and use it in GitHub Desktop.
Powershell Increase Max History
# https://devblogs.microsoft.com/scripting/increase-powershell-command-history-to-the-max-almost/
Get-Variable MaximumHistoryCount | Select-Object -ExpandProperty attributes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment