如何在Windows 10中使用rdp(远程桌面协议)启动应用程序?

时间:2018-05-07 08:16:56

标签: windows remote-access remote-desktop rdp launching-application

我正在尝试通过远程机器中的rdp启动记事本。我尝试使用此代码编辑rdp文件

alternate shell:s:"C:\Windows\System32\notepad.exe"

但是没有用。

任何人都可以帮我解决这个问题吗?

1 个答案:

答案 0 :(得分:0)

defaults:
version: 1.1
  app: myapp
  sdk: go:1.9
pipeline:
  build:
    workflow: app/docker/build
    origin:
      URL: ./../
      credentials: localhost
    buildPath: /tmp/go/src/github.com/myapp
    secrets:
      github: git #loads ~/.secet/git.json with encrypted credentials.
    commands:
      - export GOPATH=/tmp/go
      - cd $buildPath/myapp
      - export GIT_TERMINAL_PROMPT=1
      - go get -u .
      - $output:/Username/? ${github.username}
      - $output:/Password/? ${github.password}
      - export CGO_ENABLED=0
      - go build -o $app
      - chmod +x $app
    download:
      /$buildPath/${app}: $releasePath