I can confirm it happens also on Windows server 2019.
Please file a bug report and send it to syssite@microsoft.com with the steps to repro just like you described them here..
Thanks
-mario
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Open a Command Prompt (not PowerShell) and run something like:
strings.exe C:\Windows\System32\notepad.exe > notepad.txt
If the EULA has not been accepted the program will crash immediately after accepting it. Declining will not cause a crash, while running the above sample in PowerShell also doesn't cause a crash; the EULA is simply redirected to the given file instead of interactively prompting.
The issue occurs both with strings.exe
and strings64.exe
and appears to be a stack buffer overrun. Tested on Windows Server 2012 R2 x64 and Windows 10 20H2 x64. If you've already accepted the EULA simply delete the registry key HKCU\Software\Sysinternals\Strings
to be prompted again.
I can confirm it happens also on Windows server 2019.
Please file a bug report and send it to syssite@microsoft.com with the steps to repro just like you described them here..
Thanks
-mario