private static void OpenCmd() { Cmd.Run("start cmd"); }
private static void OpenVSCode() { Cmd.Run("code ."); }