KpyM Telnet/SSH Server - Forum
kpym and powershell |
thomas |
kpym and powershell |
Sep 16 2012 11:28 |
|
Hello
is there any way to make kypm ssh server using powershell? Right now it is using cmd, I would like it to use powershell.
regards
|
AlexWhite |
|
Sep 21 2012 13:07 |
|
in config file kts.ini set:
shell_command = "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoExit
|
Christian |
|
Jun 06 2015 18:26 |
|
There is a problem on the profiles. it doesnt find the modules and ignores the registry settings about powershell. bitvise is working but would prefer this one...
|
Yair |
|
Nov 29 2015 08:27 |
|
I had this issue with freesshd, This should work, change system32 to sysnative:
shell_command = "C:\Windows\Sysnative\WindowsPowerShell\v1.0\powershell.exe -NoExit
this happens because you are running a 32bit server on a 64bit environment and powershell console doesn't load the right profile.
|
Yair |
|
Dec 17 2015 05:29 |
|
I missed double quotation in the above shell_command, here's the correct form:
shell_command = "C:\Windows\Sysnative\WindowsPowerShell\v1.0\powershell.exe" -NoExit
|
© 2007 - 2008 Kroum Grigorov