Questions tagged [remote-assistance]
13 questions
2
votes
1 answer
AxRDPViewer events not raised
I am using AxRDPViewer COM component msdn for remote assistance and out of nowhere its complementary events like OnConnectionEstablished,OnConnectionAuthenticated e.t.c stopped to be raised.
The component is hosted in WPF window like this
…

NullReference
- 862
- 1
- 11
- 27
2
votes
1 answer
Encryption puzzle / How to create a PassStub for a Remote Assistance ticket
I am trying to create a ticket for Remote Assistance. Part of that requires creating a PassStub parameter. As of the documentation:
http://msdn.microsoft.com/en-us/library/cc240115(PROT.10).aspx
PassStub: The encrypted novice computer's password…

Jon Clegg
- 3,870
- 4
- 25
- 22
1
vote
0 answers
Achieving video call capabilities inside a HoloLens app, simultaneously see the video call window and see the Holograms
A client has requested to make an app where they are able to see the holograms as well as a video call window inside the application for assistance remotely. We were previously using Microsoft dynamic 365 remote assistance to achieve assistance…

Adeel Aslam
- 11
- 1
1
vote
2 answers
Launch Microsoft Remote Assist application from HoloLens app
I want to launch Microsoft Remote Assist application from my HoloLens app.
As per my primary research, this is possible via UWP API (LauncherUriAsync method), just by passing my Azure Active Directory Object ID.
Now I am facing two problems...
When…

Krth
- 116
- 2
- 10
1
vote
1 answer
C# Detect Remote Assistance connection
I have an program in production environment where I like to have a window to open, when a remote assistance are started on the pc, so the person connecting to the pc have some more options. But i can't find anything if this is possible? If so any…

mortenstarck
- 2,713
- 8
- 43
- 76
1
vote
2 answers
How to implement remote assistance feature in PHP?
I searched in google and come to know that there are some tools which
will provide remote assistance functionality (ex:Gotoassist,teamviewer).But i want to
implement the similar kind of feature in php.
Is it possible to implement in php or not?

pinku
- 1,139
- 2
- 9
- 25
0
votes
1 answer
Type out text over Remote Assistance
I am trying to type out a String over Windows Remoteassistanse, but my PowerShell Script doesn't work.
It works in the normal editor and Teams Remotecontrol.
$text = "HI"
$wshell = New-Object -ComObject wscript.shell;
$wshell.SendKeys($text)
Does…

vince
- 765
- 3
- 14
0
votes
1 answer
Tokbox on IOS pause video "getRenderer().onPause"
I am looking for a method on IOS (swift) OpenTok SDK
mSubscriber.getRenderer().onPause();
I need this for to pause or hold video frame when Subscriber side touch the screen. In my app just the Publisher side sends video. After, when the Subscriber…

Argos
- 21
- 3
0
votes
1 answer
How to add 3D elements into the Hololens 2 field of view
I'm trying to build a Remote Assistance solution using the Hololens 2 for university, i already set up the MRTK WebRTC example with Unity. Now i want to add the functionality of the desktop counterpart being able to add annotations in the field of…

chrismas
- 11
0
votes
2 answers
Launch remote assistance request?
I'd like to make a button or link that launches a remote assistance request to a designated computer. Is it possible to just do this through the command line? If not I'll use vb.net. Thanks!

Shawn
- 2,356
- 6
- 48
- 82
0
votes
0 answers
Remote Assistance Tools from Windows 8 Store App
Are there any possible way to start the remote assistance tool from a windows 8 store app.
Would like to create a store app that I could install on my parents pc for starting the remote assistance tool and send me the file automatic. I have done…

Poul K. Sørensen
- 16,950
- 21
- 126
- 283
0
votes
0 answers
Instantiate COM out-of-process server object as logged on user from NetworkService
I'm trying to use the IRASrv COM interface from my Windows service which runs as NetworkService.
When I instantiate the IRASrv interface from a console app running as the logged-on user, everything works fine:
IRASrv srv = null;
try
{
srv =…

amo
- 315
- 4
- 14
-1
votes
1 answer
Dynamics Remote Assist via another unity App (application its closing)
Im facing the issue that When I push the bottom to call to the user via Dynamics Remote assist via LauncherUriAsync method my application is closing.
I want to know if its possible to run the call and continue with my application running…