0

I have a console app which monitors assorted things 24/7 and will issue warnings if it detects any faults. The other day I noticed that it failed to warn me about something and I later worked out that I accidentally clicked on the app thereby highlighting a single text cell in the console and the app was then locked up waiting for me to perhaps "copy" the highlighted text. This is rather hard to spot and I am concerned that it could happen again. Is there a way to prevent such locking - perhaps disabling any clipboard operations altogether?

Mick
  • 8,284
  • 22
  • 81
  • 173
  • 1
    Maybe disable quick edit mode in the settings of the `CMD` window? – Bodo Aug 20 '19 at 12:13
  • 1
    Like @Bodo said, right mouse button on the window header > properties > Options > Edit Options > Uncheck "Quick Edit Mode" – ikkentim Aug 20 '19 at 12:20
  • 2
    This article may be helpful. [How to programmatic disable C# Console Application's Quick Edit mode?](https://stackoverflow.com/q/13656846/9014308) – kunif Aug 20 '19 at 12:20

0 Answers0