How to use the Microsoft RDP ActiveX with span or multimon options ?

Since windows Vista, the Microsoft RDP support a /span option that allows to do remote desktop on multiple monitor.  In windows 7 and Server 2008, another option are availble to support /multimon which allows even more complex layout.  I checked the help you provided about the available parameters and the only one ou provide are these :
geometry - the size of the client screen, WxH. To start the applet in  FullScreen mode use this paramter depending on your screen size , for eg:  'geometry=1024x768'.
bpp - bits per pixel, 8|16|24|32
domain - logon domain
username - username for logon
password - password for logon. Use with care - this value is used at  the client side, and can be observed.
RedirectDrives - set to true to map remote drives locally
RedirectPrinters - set to true to map remote printers locally
FullScreen - set to true to start in FullScreen mode
Is it possible to know if more hidden parameter can be used to do remote desktop like the "mstsc /span" command line ?
Thanks a lot !
Étienne Bernier Gosselin

Hi Gava100,
This forum is to discuss problems of C# development. We can't support third-party software.
Thanks.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • How to use the same OC4j server with different port number

    How to use the same OC4j server with different port numbers..?
    I have to OC4J installed on my machine on different hard disk drives....
    I want to be able to run both the server simultaneously..?
    is it possible ..it yes then how..?
    for that i have changed the port number of one server...
    but when i am trying to start the other server with different port number..it says that JVM -Bind already...
    Is there any clues...?
    Nilesh G

    In the config directory:
    default-web-site.xml: Change the port the HTTP listener listens on
    jms.xml: Change the port the JMS service listens on
    rmi.xml: Change the port the ORMI listener listens on.
    Or, you can add another web-site.xml file, and deploy your applications to 1 server, and bind the web applications to the different web sites. This way you only have to deploy your applications to 1 place.
    Rob
    Oracle

  • How to use the eventing and databag with a WAS 6.20 ?

    How to use the eventing and databag with a WAS 6.20 ?
    Is what there is a good guide for these services?
    Thank's

    In the raise event you can pass the value
    like below.
    <SCRIPT>
    function raiseEvt(value1){
    if(window.document.domain == window.location.hostname){
    if ( document.domain.indexOf(".") > 0 ) document.domain = document.domain.substr(document.domain.indexOf(".")+1);
       EPCMPROXY.raiseEvent( "urn:com.sap:BWEvents","BWiViewevent", value1, null );
      // alert('tree domain'+document.domain);
    </SCRIPT>
    and in the
    subscribe event you can get the values like below.
    <script language="javascript">
    if(window.document.domain == window.location.hostname){
    document.domain = document.domain.substring(document.domain.indexOf('.')+1);
        EPCMPROXY.subscribeEvent("urn:com.sap:BWEvents","BWiViewevent", window, "myreceiveEvent");
    function myreceiveEvent( eventObj ) {
          document.forms[0].gp_hidden.value = eventObj.dataObject;
    </script>
    Also look at the following link for a complete documentation.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/Enterprise%20Portal%20Client.pdf
    Regards
    Raja

  • Does anyone kwow how to use the Korg M50 editor with garageband?

    does anyone kwow how to use the Korg M50 editor with garageband?

    Moved from the Creative Cloud to the Photoshop forum. They will be able to help you here.

  • HT1688 I am trying to find answers about how to use the earphones that came with my new iPhone 4s. Does this work similarly as a Bluetooth or do I need to still buy one. The printing in the manual is SOOO small, it is too hard to read!

    Does anyone know how to use the earphones( plugs) that come with iPhones?
    Mine is still fairly new and I am just learning how to use certain things.

    They're pretty straightforward. You plug them into the headset jack (the hole on the top left of your phone). You put the buds in your ears. All sounds, except for the phone ringing will now come through the earbuds.

  • How to use the Microsoft File Copy dialog box  in Java ??

    Can anyone tell me if it is possible to use the Microsoft File Copy dialog box (the one with the animated gif of the paper flying from one folder to anaother) in a Java.
    Many thanks

    And in any case, in any version of Windows that I've looked at, the file copy animation is an AVI, not a GIF.
    db

  • How to use the d3.js library with Apex Charting

    Hello.
    I am using Apex 4.1.0 with Oracle 11gR2 and Oracle App Server (mod_plsql).
    I'm trying to incorporate the d3.js library (a visulaization framework) in my Apex charts but am not having much success.
    I found this article in which David Mann uses the library within an Apex 4.x application:
    http://ba6.us/d3js_application_express_basic_dynamic_action
    I replicated his exact steps in my own application but without success. I do not see how he was able to get his application to work. Indeed, the tutorial does not even use a dynamic action despite what the article title says.
    Has any one used the d3.js library with their Apex application. If so, would you be willing to share how you went about it?
    Thank you very much.
    Elie

    EEG wrote:
    Hello fac586.
    Thank you very much for responding/helping.
    In the article I referenced I did note David's statement about using a "modern" browser with d3.js (one that recognizes css3 syntax); otherwise, the framework will not respond. And so, I was careful to run my Apex application in IE9.x as well in Firefox 16.x. But all I see is an empty region with a title. No chart. Nothing.
    I suspect my one of my problems here is in getting the chart to refresh every "n" seconds. For this, I think the dynamic action would be used, though I'm not sure how to go about doing so.That's included in the sample code (line 99). Strangely Dynamic Actions don't seem to include a native timer event...however there is a plug-in.
    More problematic, though, is that I am not seeing any chart whatsoever in the region. I would have expected to see some chart data, even if it is not automagically refreshing.
    I've created my example in my EEG workspace on apex.oracle.com:
    Workspace: EEG
    Username: [email protected]
    Password: galaxy (note: all lowercase)
    Please see application 27083 called Elie_Goodies, page 25. This page has an associated tab called, appropriately enough, "d3.js Library". The Safari console showed a couple of JavaScript errors.
    1. The URL used to include the d3 code in the blog article:
    <script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script>is returning HTML, not JavaScript. Changing it to that given on the d3js.org site:
    <script src="http://d3js.org/d3.v2.js"></script>includes the correct script.
    2. There was a syntax error in a script in the Run Code region. I think there was some kind of issue arising from copying from the blog article: it looked like line endings hadn't been respected as the code wasn't formatted properly. Pasting it from the blog into Coda's editor and then into the APEX Region Source text area fixed the format, and it then ran first time.
    Thanks for the heads-up. I'll also be looking further into d3.

  • How to use the windows API GetCaretPos with FireFox? It works with IE

    I want to get caret position from a windows desktop application using the Windows API GetCaretPos. It works in any windows Application and in IE. It worked also in FireFox for some minutes in version 3.6.8 but than it stopped working. Can anyone tell me how to make it work?
    == This happened ==
    Every time Firefox opened

    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Did this fix your problems? Please report back to us!

  • I don't understand how to use the System Font Panel with iMovie.

    I need an explanation of how the System Font Panel works. I guess there's a way to get some of those fonts to the iMovie Font Panel, but I can't see how.
    Thank you.

    I have had good success with the System Font Panel. Now all of a sudden, I only get part of it. Any suggestions on how to restore the entire panel? There are no change size options in the corners like in some dialog boxes. I was going to paste what I have here, but for some reason, paste is not available.

  • How IPAD use the Printer which connected with the Time Capsule

    I connnected a printer to time capsule. And I can use the printer in Windows. But I can't use it on IPAD and IPHONE.
    So are there any solutions?

    iOS devices can only print directly to AirPrint printers. Wireless printers or printers connected to a Time Capsule are not necessarily AirPrint capable.
    To print directly from an iPad / iPhone you will need an AirPrint compatible printer or another device to act as a print server. That can be a Mac computer running Printopia ($19.95 with free trial) or handyPrint (donation - supported). The Mac must be "on" but may be asleep for them to work. Equivalent PC options exist but you're on your own finding them.
    You can also buy this standalone print server:
    http://www.lantronix.com/it-management/xprintserver/xprintserver.html
    The xPrintServer Home Edition will support a directly connected USB printer. The Network Edition will support any network printer.
    These options enable you to use any printer available to your Mac, even older ones that may predate AirPrint by decades.
    Otherwise you will need to buy an AirPrint printer or multifunction device.

  • How to use the new MacBook 13'' with Built-in 7-hour battery

    Hi,
    I just bought the new MacBook, it is my first Mac, and having the Built-in 7-hour battery I don't know if I can plug it in most of the times without doing any damage to the battery.
    On other portable computers, I just take the battery out and than plug it in and use it, but in this one that can not be done.
    So, what to do? Try to always drain and recharge fully, or it is no problem to plug it in when the battery is fully charged?
    I read that you should let it sleep(when it goes to sleep because it doesn't have battery)for 5 hours before charging it so it really drains. Is that really necessary?
    Also after it goes to sleep and I plug it in to charge, should I let it charge in Sleep Mode, or should I Shut it down and let it charge?
    What has been your experience with battery life? The first time I used it, it lasted for 4hours, is this normal and it will get better with 3 or 4 fully charges/draines?
    Thank you very much for your help.
    Pantuf

    Hey guys, I understand your concern that you're not getting 7 hours out of your battery but let me put a couple things into perspective and also offer you some info from Apple's website that may or may not explain why you aren't getting the full 7 hrs.
    First mgb545, 5.5 hours is killer for laptop battery, but nonetheless you paid for it for the 7 hour battery so I don't fault you in any way for wanting what they said you would get.
    Second, the MacBook is Apple's "sub $1000" notebook. At first mention of that you think, "alright, it's under a thousand bucks!". It is, it's just $999...
    My point is that it's an advertising game. The MacBook can get +up to+ 7 hours on a single charge but not everybody is doing the same things or has the same configuration as when Apple was testing their machines. You might have a Time Machine HDD backing up (which I don't recommend nor do I think you guys do since you didn't mention it) or some other USB peripheral that takes power which would lower the battery's life. However, I think there is
    This is straight an easier explanation... This next blurb is the "fine print" from Apple's website right on their MacBook page about how they got 7 hrs.
    +"Testing conducted by Apple in October 2009 using preproduction 2.26GHz Intel Core 2 Duo-based MacBook units. Battery life depends on configuration and use. See www.apple.com/batteries for more information. The wireless productivity test measures battery life by wirelessly browsing various websites and editing text in a word processing document with display brightness set to 50%."+
    That all being said, I think or at least hope you'll find your answer there. For starters, it says "various websites". Who knows if those were basic HTML or Flash heavy sites or a combination of both? The other stipulation of this is brightness. Do you guys have your brightness at 50% or is it higher?
    Try this, I know the weekend just passed, but if you find that you have 7 hours where you don't need your laptop, leave it on, make sure it doesn't go to sleep or screen saver, play with it every so often, leave wi-fi on, make sure your brightness is at 50% and then see how long it lasts.
    One last thing, when you say you're getting 5.5 hrs out of your battery, how low are you letting it go to? I'm assuming when Apple says "a single charge" they mean it. So if you're getting 5.5hrs when it goes down to 8 or 10% you also need to factor in the extra time you might gain from that.
    Hope this help, let me know how your computers are set up, I'm curious to know if this will resolve or at least account for your lack of 7 hrs because me just recently got the 13" MBP and it doesn't get 7hrs either.
    -David

  • ANN: article how to use the CSS Sprites method with the TIP technique

    http://www.tjkdesign.com/articles/how-to_use_sprites_with_my_image_replacement_technique.a sp
    Thierry
    Articles and Tutorials:
    http://www.TJKDesign.com/go/?0
    http://www.divahtml.com/products/scripts_dreamweaver_extensions.php
    - divaGPS - Add "you are here" highlighting to virtually any
    menu
    - divaFAQ - Create FAQ pages that toggle (show/hide) the
    answers
    - divaPOP - Easy, clean, standards-compliant popup windows.

    Sorry, no knowledge of FW themes, but it would seem easier to adjust the positioning code
    than to try redo your sprite image.

  • Trying to figure out how to use the Microsoft Speech API to write speech to a WAV file.

    I have tried and tried to do this. I have downloaded the LabVIEW example for doing speech through the sound card and tried to modify it to write to a stream, but can not hook the correct objects together to get something that will work. Anyone have any ideas?

    Never mind - figured it out. Solution attached.
    Attachments:
    Text to WAV .llb ‏36 KB

  • !! help !! how to use the component "h:selectOneRadio" with "f:selectItems"

    Hi,
    h:selectOneRadio does not work. Here is a piece of my jsp code.
    <h:selectOneRadio id="test" layout="pageDirection">
                     <f:selectItems value="#{myBean.myList}"></f:selectItems> </h:selectOneRadio>I defined myList as ArrayList or as ListDataModel. But nothing helps.
    Ming

    Value binding expression of the value must point to a SelectItem, an array or Collection of SelectItem objects, or a Map mapping labels to values.

  • CAN HP 23-f261 all-in-one running win 8.1 use THE Microsoft Miracast dongle

    Has anyone tried to use the microsoft MIRACAST DONGLE with a samsung smart tv with wi-fi capability? The e-mail from microsoft refers to being able to use this dongle to mirror your screen wirelessly.Has anyone tried it?I was always able to use a HDMI cable but now wires would be a visible issue with wall mounted smart tv.
    This question was solved.
    View Solution.

    Mitch, welcome to the forum.
    Here is a guide that may answer your question.  I read through it and seems to give you everything that you need to connect to your TV using Miracast.
    Please click the "Thumbs up + button" if I have helped you and click "Accept as Solution" if your problem is solved.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

Maybe you are looking for

  • Switch b/w edge and GSM on Blackberry Curve 9380

    Hey few days back I bought Blackberry Curve 9380. Basically I'm new to Blackberry Universe. Generally when I'm at home, I prefer to use GSM only coz I have Wi-Fi. But when I swtich off data usage, connect to Wi-Fi, the Browser and other internet appl

  • LV 8.6.1 reports Bogus Error

    LV 8.6.1f1 My VI has an error. I click on the (broken) RUN button to find the error. In addition to the error I expect, I find a bogus report (sometimes more than one). The bogus error is always about an "undefined type", except it's bogus because th

  • Split Inbound Delivery

    Hi all, I have a requirement where i create 1 po line item with 100 qty. when the vendor sends the ASN he sends qty in 3 vendor batches. so when i create a inbound delivery, single po line item has to be split in to 3 line items in the same inbound d

  • Advantages and Disadvantages of OIM11gR2 over 11gR1

    Hello experts, I would like to list out the advantages and disadvantages of OIM 11g R2 over R1. Can you guys please help me in completing the list?? Advantages: 1. Shopping cart experience / request catalog model / interactive user interface 2. UI cu

  • Photoshop CS6 and Yosemite freezing tools!

    Hi i have now upgraded to Yosemite and Photoshop CS6 and gone into melt down. Switching tools and using short cuts is almost impossible or frustrating. To switch from one tool to another will work 1 in 10 times.. you generally need to click something