see redhat-developer/intellij-openshift-connector#538 for reported issue.
tracked down to 
  
  
    
        
          |  | Path path = Paths.get(tool.getBaseDir().replace("$HOME", CommonConstants.HOME_FOLDER), "cache", tool.getVersion(), command); | 
    
   
 
the issue is the user can't execute downloaded file because IJ openshift uses $HOME/.odo as destination.
proposed change if to move to System.getenv("APPDATA") for windows users?