'powershell' is not recognized as an internal or external command, operable program, or batch file.
What we can do is execute command below one by one
dism.exe /online /enable-feature /featurename:MicrosoftWindowsPowerShellRoot
dism.exe /online /enable-feature /featurename:MicrosoftWindowsPowerShell /all
and remember to restart the server before continue.
1 comment:
thx dude ! very helpfull for me ! (y)
Post a Comment