public static boolean isWindows() {
  return System.getProperty("os.name").contains("Windows");
}