svoid shutDownComputer() { if (isWindows()) windows_shutdown(); else linux_shutdown(); }