Open Settings > Windows Update > View update history.
Try to find which recent update might have caused this issue.
Boot into Safe Mode and check the issue there.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Since one of the recent updates compilation has become extremely slow in "Windows Command Processor" running as Administrator. (Windows 10 65 bit PRO.) Under Task Manager the compilation is now said to be using only 0.0% to 0.3% of the CPU. This used to take seconds and would fully commit one core. Now it takes minutes!I am using a compiler actually on my machine. There is no network or service involved.
Open Settings > Windows Update > View update history.
Try to find which recent update might have caused this issue.
Boot into Safe Mode and check the issue there.
Since this involves a third party product I would recommend you ask them for help. It is possible they rely on certain behaviors in the OS that are no longer true. On the OS side it seems unlikely that a specific update would negatively impact performance of one app while the other apps run the same. Issues with CPU speed would impact everything as would slowdown in IO calls.
Based on your description, there are a few steps you can try to diagnose and possibly resolve the issue:
Open Task Manager (Ctrl + Shift + Esc) and see if any processes are consuming significant CPU or disk resources that could be impacting performance.
Antivirus software can interfere with file operations. Try temporarily disabling real-time protection in your antivirus software and see if that improves compilation.
Make sure your compiler is up to date. If so, try reinstalling it and see if that resolves any potential issues introduced by the update.
Problems with PATH or other environment variables can cause slowdowns. Make sure there are no errors or unnecessary directories in the PATH variable.
Run a system health check to see if there are any issues with your Windows installation. You can do this by running 'sfc /scannow' in an elevated command prompt.
Controlled folder access can sometimes interfere with some applications. You can try turning it off and see if that helps:
Best Regards,
Yanhong Liu
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.