在 Vista 中利用远程协助
在 Windows XP 上,有一种已知的方法可以创建远程协助票证。
http://msdn.microsoft.com/en-us/library/ms811079。 aspx
但在 Vista 上这似乎不起作用。如何在 Vista 或 Windows 7 上执行此操作?
On Windows XP there is a known way to create a Remote Assistance Ticket.
http://msdn.microsoft.com/en-us/library/ms811079.aspx
But on Vista this does not appear to work. How does one do this on Vista or Windows 7?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明有两种方法。 Microsoft API 称为 IRASrv,记录如下:
http: //msdn.microsoft.com/en-us/library/cc240176(PROT.10).aspx
另一种方法是简单地调用 msra.exe。使用密码和新手参数(例如 msra.exe /saveasfile testfile thepassword)。但是,这确实会提示用户输入密码对话框。
以下是调用 IRASrv 接口并生成远程协助连接字符串的示例代码。
There turns out to be two ways. The Microsoft API is called IRASrv and is documented here:
http://msdn.microsoft.com/en-us/library/cc240176(PROT.10).aspx
Another way is to simply call msra.exe. with password and novice params (e.g. msra.exe /saveasfile testfile thepassword). However that does prompt the user with the password dialog.
Here is example code for calling the IRASrv interface and generating a Remote Assistance Connection String.