I am developing a Winforms app in VS 2022 on a Win 11 PC. I have been able to modify the C# code and build executables without any problems until today when I discovered that the executable I built immediately enters the Suspended state when I double click on it. The .exe cannot be killed by Task Manager – I get an Access denied message. I get the same message when trying to kill the .exe using wmic or taskkill from an Admin command prompt and from Process explorer.