Execute in PowerShell
...windirMicrosoft.NETFrameworkv2.0.50727aspnet regiis.exe -r
Unexpected token 'Microsoft.NETFrameworkv2.0.50727aspnet regiis.exe' in expression or statement
Putting quotes around it doesn't help. Now PowerShell assumes you want a string. "$env:windirMicrosoft.NETFrameworkv2.0.50727aspnet regiis.exe" -r
You must provide a value expression on the...





