Replies: 1 comment 2 replies
-
Some snippet from the Timestamp_Client.log regarding the shown lock screen:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm the maintainer of a computer pool with 70+ seats at a university. It's a restricted environment with limited and supervised access to students or other users. The seats are all Windows 10 or Windows 11. Upon boot the seats auto login to a restricted user. The pool is being used for different purposes including exams that's where SafeExamBrowser in its current version 3.7.1 comes into play. I can configure the seats remotely for different scenarios, like whether to use and autostart SEB or not, and if SEB is needed I can deploy different versions of
SebClientSettings.seb
to the folderC:\ProgramData\SafeExamBrowser
to accommodate different exam configurations. Our settings have a quit password set that participants of course don't know.Bad behavior happens when, at the end of the exam or day, we're shutting down the PCs remotely, so if SEB was still running it gets killed. Sometimes but not always upon next boot (with SEB autostart configured) SEB does not start properly but reports with a red screen (translated to English):
"SEB LOCKED - The last session with the currently active configuration or start URL was not properly terminated! Please enter the correct password to unlock SEB"
This had never happened before SEB 3.7.1 but we also introduced quit passwords only recently so it might be related to that too. Right now we go around all seats and unlock the SEB with the quit password, and then SEB shows the proper start screen as configured in the active settings.
My wish: once an SEB powered exam is finished, I want to be able to gracefully shutdown SEB remotely on all seats using some Powershell script or command. For efficiency reasons I do not want me or someone else walk around and manually shut down SEB to avoid the red screen upon next start.
Is it possible to do that, remotely shutting down SEB properly as if someone had clicked the power off button and entered the quit password interactively? Again, we have a restricted environment where only authorized personnel can initiate such commands.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions