I'll tell your some shell functions. With shells, you can shutdown, restart, log off, open a program, and much more!
Let's let started ::Smile::
Shutdown Tutorial With Shell:
Make a button, call it Shutdown, and add this code
Shell("shutdown -s")
Restart Tutorial With Shell:
Make a...