I wanna make a Shutdown manager :icon_cheesygrin:
Dim SETGETimeOut As Integer = " -t " & NumericSecondsValue.Value.ToString
Dim SETGETComment As String = " -c " & CommentBox.Text
'Dim SETGETNetwork As String = " -m "
'Dim SETGETForceclose As String =" -f"
Shell("shutdown -s" & SETGETimeOut & SETGETComment, AppWinStyle.NormalFocus, False, 0)