Console Window Runs Outside SEB with Visual Studio #1027
Unanswered
KaggBrorson
asked this question in
Q&A
Replies: 1 comment
-
Try enabling the real time application log (see https://safeexambrowser.org/windows/win_usermanual_en.html#SecurityPane) and verify whether SEB is hiding the console window. If so, you'd simply need to add or fix the configuration in the list of permitted applications in your configuration. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to use Safe Exam Browser (SEB) to run Visual Studio for C# programming. Visual Studio works fine to start and use, but I am having an issue with the console window:
When I run a console application in Visual Studio, the console window opens and the program executes, but the console window appears outside SEB. As a result, it is not accessible while SEB is running.
When I close SEB, I can see the console windows in the background, showing that the programs executed correctly, but SEB seems to block or hide the windows.
I have tried changing the Kiosk Mode setting to both Create New Desktop and None (Debugging only), but the issue persists regardless of the mode.
Here’s my setup:
SEB Version: 3.8.0
The following applications are added under the Applications tab in SEB:
All applications are configured with "Allow running in background" and tested aoutostart.
Kiosk Mode is set to Disable Explorer Shell (I have also tested Create New Desktop and None (Debugging only)).
Questions:
Thank you in advance for any suggestions or help!
Beta Was this translation helpful? Give feedback.
All reactions