Variable: tramp-smb-winexe-shell-command

tramp-smb-winexe-shell-command is a customizable variable defined in tramp-smb.el.gz.

Value

"powershell.exe"

Documentation

Shell to be used for processes on remote machines.

This must be Powershell V2 compatible.

This variable was added, or its default value changed, in Emacs 24.3.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-smb.el.gz
(defcustom tramp-smb-winexe-shell-command "powershell.exe"
  "Shell to be used for processes on remote machines.
This must be Powershell V2 compatible."
  :group 'tramp
  :version "24.3"
  :type 'string)