Slow console app startup after Windows 10 Pro update
After updating to Windows 10 (64 bit) Pro 1809 Build 17763.316, we are experiencing an initial slowdown in the appearance of our console apps' first screens but no problems with GUI based apps.
Once the initial screens of the console apps appear, everything seems normal.
We are using Winflector 3.9.6.7 and the machine has 8 GB RAM
an example of a console app is a legacy xbase Clipper app (compiled into 32 bit executable using the Harbour compiler so that they can run in Windows 10 since Windows 10 no longer supports 16 bit apps) and an example of a GUI app is a legacy FoxPro app and a WPF-based homegrown file explorer (WPF = Windows Presentation Framework).
the slowdown in the first appearance of a console app screen is about 3 minutes. after that, everything seems to work fine.
this slowdown is part of our experience updating to Winflector 3.9.6.7 also. Reverting to an earlier version of Winflector resulted in same slow down so we thought the Windows 10 Pro update may also have a role to play in the slow down?
we have since done a clean install of Winflector 3.9.6.7.
please advise if there's anything we could do to further troubleshoot or improve the situation.
thanks for helping
**** FIRST EDIT *****
you could try this to see the problem:
add CMD.exe as an application remotely accessible thru winflector.
after login to that winflector server machine, try to access the CMD app.
the screen will come up fairly quickly, but the prompt (c:\users\blah> ) will take 3 minutes to show up. since our Clipper console app is sort of like a cmd.exe app, we cant do anything until we can interact with the first screen.
we didn't have this problem previously. also, if we double click on CMD.exe while sitting locally in front of the machine itself, the prompt comes up immediately and we can interact with the console / terminal right away.
**** END FIRST EDIT ******