`more.com` returns “Not enough memory.”
问题 Environment details: x64 Win7 SP1 Enterprise Windows PowerShell v5.0 Without any profiles loaded, my local powershell sessions are returning Not enough memory. when I try to execute help or man . This occurs whether I'm using the native powershell.exe or conemu. Strangely, I am able to execute any other aliases I've tried, and it doesn't add to the $Error variable, so I have no idea where to start troubleshooting (I've tried -ErrorAction Stop and $ErrorActionPreference = 'Stop' ). As a