Visual Basic 2008 Shutdown Manager, I Was Bored, So I Made A Quick Video On This. Song: I Heart Roberts' - Amity Affliction codes: If RadioButton1.Checked = True Then Shell("Shutdown -s") ElseIf RadioButton2.Checked = True Then Shell("Shutdown -l") ElseIf RadioButton3.Checked = True Then Shell("shutdown -r") End If