Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 2
    Create a scheduled task that looks for a file or marker every minute. When the file or marker is found, trigger the restart and reset the trigger file or marker. This task can run pre-configured with sufficient rights, and the file or marker can be something that can be placed by people with user-level permissions. Commented Mar 22, 2018 at 18:17
  • Kiosk mode is a very specific description for Windows 8+ it means a certain type of application is running. However, on Windows 7, it means third-party. In either case anything not specifically allowed isn’t possible. Due to massive differences this question as written cannot be answered. How you accomplish this on Windows 7 with a third-part Kisok Program is entirely different then Kisok mode on Windows 8+
    – Ramhound
    Commented Mar 22, 2018 at 22:41
  • Are the kiosk computers in the same domain as the computer from which the users would initiate the reboot? Commented Mar 23, 2018 at 0:43
  • @TwistyImpersonator That is correct. They are all on the domain.
    – zoroash
    Commented Mar 23, 2018 at 20:32