Certbot not found after installing on Windows

Hi
i want to install ssl certificate in my server
after installing "certbot-beta-installer-win32.exe"
in cmd return with error
" 'certbot' is not recognized as an internal or external command,
operable program or batch file. "

"i try in windows server 2012 & 2016"

who can fix this issue

hmm...
Have you tried finding it?
dir c:\certbot* /s

Note: I don't use certbot for Windows but if it installed, it should be there... somewhere.

The issue is that certbot either hasn't been automatically added to your PATH environment variable, or you still had a cmd open from before you installed certbot (you need to re-open cmd). Based on my own quick check this should be pointing to C:\Program Files (x86)\Certbot\bin\

Certbot is best when used for Apache or nginx webservers, for IIS try a different client (ACME Client Implementations - Let's Encrypt) such as Certify The Web or win-acme.

Thank You its working Fine now after pointing to C:\Program Files (x86)\Certbot\bin\