Welcome to deBUG.to Community where you can ask questions and receive answers from Microsoft MVPs and other experts in our community.
0 like 0 dislike
1.2k views
in PowerShell by 63 69 85

I am trying to run this command "WebpiCmd.exe" in the CMD command line. but I have received this error. "WebpiCmd.exe is not recognized as an internal or external command". 

WebpiCmd.exe is not recognized as an internal or external command

How can I run the WebpiCmd.exe in Command-Line and fix this issue?


1 Answer

0 like 0 dislike
by 151 169 345
selected by
 
Best answer

How to solve the command line that is not recognized as an internal or external command?

Generally, the command line is not recognized as an internal or external command error occurs in case

  • You don’t have the related program installed on your computer.
  • There is another installed program on your PC that modifies the related system variables of your command line.

How to fix "WebpiCmd.exe is not recognized as an internal or external command"?

In your case, you are trying to use the WebpiCmd.exe that requires having the Web Platform Installer installed on your PC.

Steps

  1. Download the Web Platform Installer from the official Microsoft Site.
    Download and Install Web Platform Installer
  2. Double click on the downloaded file to install it.
    Install Web Platform Installer 1
  3. Try now to run your command line, you will notice the "WebpiCmd.exe is not recognized as an internal or external command" is gone!

See Also

If you don’t ask, the answer is always NO!
...