Hi everyone...

I'm developing an application in C++/QT mainly for Windows, but I want to be able to make it cross platform in the near future.
When I user starts my app, I want it to detect if it is a guest user trying to run it. If the user is a guest, the application would then "gracefully" exit.

How could I implement that?


thanks for your help