Appcmd.exe
exists at the location %systemroot%system32inetsrv
. You either need to update your PATH variable to add the path %systemroot%system32inetsrv
like
SET PATH=%PATH%;%systemroot%system32inetsrv
or you can use Set-Location
to first go to the location of Appcmd.exe
like
Set-Location %systemroot%system32inetsrv
and then run you command.
OR you can use the following:
c:windowssystem32inetsrvappcmd.exe
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…