Active Window Appears Behind other Windows on W2K8 R2 RDS Server

We are using a W2K8 R2 server running RDS and Xenapp 6.5. While using IE 10 and selecting the print option which calls the Crystal Reports Print Control 14 download control for IE 10 the print setup window appears behind all other windows. I have some
other applications that place the active window behind other windows. I tried the reg fix but that didn't work.

Hi,
Thank you for posting in Windows Server Forum.
As you have commented the issue appears from single user, so try to delete the user profile cache and see whether it can resolves the issue. Also you can remove all the permission assigned to that users for a try.
You can delete user roaming profile cache as follows. 
To resolve this issue, add a REG_DWORD value named DeleteRoamingCache to the following registry key: 
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\DeleteRoamingCache 
Set the value data to 1.
After this restart the system and try to login on system and also try to login faulted users on other system to check the result.
Hope it helps!
Thanks.
Dharmesh Solanki
TechNet Community Support

Similar Messages

  • ListView appearing behind other graphical components in VBox

    I have created a ListView implementation of a ChoiceBox since I have a very long list of items and I don't like the fact that the entire list is displayed when opening the ChoiceBox. I have attached this ListView to a button so that when a user clicks on the button the ListView opens just like a ChoiceBox. My issue, however, is that when the ListView is diplayed it appears behind the other graphical components in my VBox container! I have tried to call "toFront()" on my ListView component however the VBox repositions my ListView component to the bottom of the VBox (which makes sense since toFront merely moves the node to the end of the VBox node list). Obviously this is not the behaviour I want and I don't want to have to convert my VBox to a StackPane (or just a Pane) and layout the components myself since the VBox lays out the components perfectly. It would be nice if there were a "z order" parameter but that doesn't appear to be the case and I have already looked into the "depth" parameter.
    Are there any other ways to bring my ListView to the front without the VBox repositioning this component? How does the ChoiceBox component itself accomplish this? I have also tried to embed the ListView in a PopupControl but the unfortunate side effect of this is that the Popup always appears in front of EVERY window on my screen which is a tad annoying.
    BTW, I think JavaFX is the next best thing to sliced bread! I have written a very large application and this is the only issue that I have run into since it went GA. JavaFX has far exceeded my expectations and the JavaFX team (and Oracle in general) and other developers who have contributed to this project should all be commended for the outstanding work they have done on this!!!

    fermat wrote:
    I have created a ListView implementation of a ChoiceBox since I have a very long list of items and I don't like the fact that the entire list is displayed when opening the ChoiceBox. I have attached this ListView to a button so that when a user clicks on the button the ListView opens just like a ChoiceBox. My issue, however, is that when the ListView is diplayed it appears behind the other graphical components in my VBox container! I have tried to call "toFront()" on my ListView component however the VBox repositions my ListView component to the bottom of the VBox (which makes sense since toFront merely moves the node to the end of the VBox node list). Obviously this is not the behaviour I want and I don't want to have to convert my VBox to a StackPane (or just a Pane) and layout the components myself since the VBox lays out the components perfectly. It would be nice if there were a "z order" parameter but that doesn't appear to be the case and I have already looked into the "depth" parameter.
    Are there any other ways to bring my ListView to the front without the VBox repositioning this component? How does the ChoiceBox component itself accomplish this? I have also tried to embed the ListView in a PopupControl but the unfortunate side effect of this is that the Popup always appears in front of EVERY window on my screen which is a tad annoying.Ya, the PopupControl is the way to go with this. The reason why is that if you use "lightweight" rendering of the drop down (er... popup?) and it extends beyond the end of the window, you will have your list appear clipped. So you have to use a real heavyweight window (the PopupControl) to make sure that if it extends beyond the edge of the window, it displays correctly.
    I believe the UI controls team is planning on adding a proper ComboBox (which, FWIW, we always planned to add) sometime between now and 3.0, but I'm not sure when. The ChoiceBox actually uses a ContextMenu, while ComboBox would use PopupControl, but some of the little details are the same. Here is a code snippet that might be useful from the ChoiceBox skin.
            // When popup is hidden by autohide - the ChoiceBox Showing property needs
            // to be updated. So we listen to when autohide happens. Calling hide()
            // there after causes Showing to be set to false
            popup.setOnAutoHide(new EventHandler<Event>() {
                @Override public void handle(Event event) {
                    ((ChoiceBox)getSkinnable()).hide();
            // fix RT-14469 : When tab shifts ChoiceBox focus to another control,
            // its popup should hide.
            getSkinnable().focusedProperty().addListener(new ChangeListener<Boolean>() {
                @Override public void changed(ObservableValue<? extends Boolean> observable, Boolean oldValue, Boolean newValue) {
                    if (!newValue) {
                        ((ChoiceBox)getSkinnable()).hide();
            // TODO remove this id once bug RT-7542 is fixed.
            popup.setId("choice-box-popup-menu");
    BTW, I think JavaFX is the next best thing to sliced bread! I have written a very large application and this is the only issue that I have run into since it went GA. JavaFX has far exceeded my expectations and the JavaFX team (and Oracle in general) and other developers who have contributed to this project should all be commended for the outstanding work they have done on this!!!Dude, thanks for that, you just made my day :-)

  • Activating Windows 7 with 2012 KMS server

    Hi,
    I know this question has been asked before   
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/7549c0a7-67bb-4a91-9224-2832c1d234eb/setup-a-kms-on-winsvr-2012-for-win7-activation?forum=w7itproinstall,
    but I'm not sure I understand the answer.  I have configured VA services on a windows 2012 datacenter virtual server - and as part of the setup/configuration, entered a Windows 2012 KMS key - and am wondering if that key will enable activation of the
    Windows 7 computers in our enterprise.
    ( apologize in advance if this is posted in the wrong forum - or if the answer is elementary )
    regards,
    Adrian
    anr

    No.  Once the client workstation has been activated by Win 8 or Win 7, or a combination of the two, you're set.
    There is a difference between servers and workstations.  I've noticed having the 5 servers doesn't allow it to start activating workstations.
    I'll dig for a technical reference on that.  My answer is based on experience alone.  In my environment, I have about ~80,000 Win 7 boxes and 3 Win 8.  Those Win8 activated fine.
    - Chris Ream -
    **Remember, if you find a post that is helpful, or is the answer, please mark it appropriately.**

  • Popups appear under other buttons

    I can't figure out why my popups (using rollover Buttons - Show/Hide buttons function) are appearing behind other text/buttons on the page that are on lower layers.  I'm using CS5.  In the screenshot, the teal box should be appearing over the content on the  lower right (Temperature, etc.).  For some reason, the dotted line stays in the back!  Thanks!

    Thanks, Bob, I see that is the case.  Do you know of any way to order the interactive elements and therefore solve my problem?  Or is the only answer to adjust my design so there is no overlap?

  • Apple Mail new messages opening behind active window

    I have been noticing that new mail messages often open behind active windows, especially Microsoft office (Word).  When I create a new message, the new message will often open and sit behind the current open document.  I have noticed this mostly when using a second display.  It also does not seem to be isolated to just Mail, but that's where I see it the most.  Has anyone else seen this?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, or by a peripheral device. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output andWi-Fi on certain iMacs. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Update available dialog box appears behind app window

    We have an app that checks for an update each time it launches. This has worked quite well until our latest rev, which included an upgrade to Flash Builder 4.0, the 4.0 sdk, and the AIR 2.0 overlay.
    Now the update dialog box appears behind our application window, which means our users are not going to see it.
    Has anyone else seen this problem?
    Our code looks something like this:
            private function initUpdate():void
                appUpdater = new ApplicationUpdaterUI();
                appUpdater.configurationFile = new File("app:/update-config.xml");
                appUpdater.initialize();
                appUpdater.addEventListener(UpdateEvent.INITIALIZED, autoUpdate);
            private function autoUpdate(ev:UpdateEvent):void
                appUpdater.isCheckForUpdateVisible = false;
                appUpdater.checkNow();
                appUpdater.removeEventListener(UpdateEvent.INITIALIZED, autoUpdate);
    Do I need to try to control the order of the windows? Never had to do that before? Or perhaps "delay" the initialization of the appUpdater() by calling it later in the startup process.
    Any other thoughts are appreciated.
    Kevin S.

    Yes, thanks. That's what I did to solve the problem. I inserted a timer and delayed the call to check for updates for .25 of a second, and now the Update Available dialog is appearing on top of the application window.
    Kevin S.

  • Child window of application appears behind parent.

    I have configured SSGD 4.4 and after logging in and launching a third party application the first child window appears on top of parent but all subsequent windows will appear behind parent. Is there a configuration setting to force all child windows to appear on top of parent windows?

    thank you very much for your reply.
    my sgd's application is runned in seamless window mode.
    and if Run My application in an Independent Window or started via a standard RDP connection, the problem cannot be seen again. it seems to just happened in seamless windows.
    My application is a website(jsp,javabean etc) installed in Application server . and I use Application server's IE to open it via sgd for some reasons.

  • "Compose New Message" window appears behind main Mail window

    Sometimes when I right click on the Mail icon and choose "Compose New Message", the new message window appears behind the main Mail viewer window. This is very annoying. Anyone else have this problem or how to solve it?
    Thanks.

    Click the small oval button in the upper right hand corner of the message window.
    -mj

  • Song information popup behind other windows

    I normally minimize iTunes to the system tray. When I want to know which song I'm listening to, I'll hover my mouse over the iTunes icon to see a popup window with the artist, album, and title.
    However, every once in awhile, iTunes gets confused and this popup window appears behind my other windows. Reloading iTunes does not seem to help.
    Here's a cropped screen shot of what I'm talking about: http://thentao.com/iTunesPopUp.JPG
    Has anyone else seen this? If so, is there a fix and/or workaround?

    Followup: I just realized this is NOT an iTunes issue. I see the same behavior on other windows in the system tray - so it's something goofy about Windows.
    As a result, I'm marking this question as answered.
    Still... If anybody knows of a workaround, I'm all ears.

  • Working window disappears behind other open windows at random times.

    The window I'm working on keeps popping back behind other open windows at random times (not related to the program I'm using). Is anyone else experiencing this after upgrading to Mavericks?

    This is what happens for one of the active corners for Exposé, if ("all windows") is the upper left corner. Take a look at "System preferences" , Dashboard & Exposé.
    Message was edited by: eddy kestemont

  • How do I stop iTunes from starting up in the other active Windows sessions?

    I have multiple (3) user accounts on a windows (Vista) computer. When I start iTunes from one account iTunes wants to also start up on each of the active windows accounts and continues to attempt to start iTunes after some time period (90 seconds?).
    I get a error screen on the attempts for the User that should not be starting iTunes that reads:
    You cannot open the application "iTunes" because another user has it open.
    Ask the other user to quit the application, then try again.
    I want iTunes to run within only one account. How do I stop iTunes from starting up in the other active accounts?

    Connect iPhone - iTunes will launch
    select iPhone in iTunes' left column
    in iTunes' main window untick "Automatically sync ..."

  • Adobe hides behind other windows after printing

    Adobe Acrobat Pro 10.1.4
    Windows 7
    HP touchsmart PC (all in one with the monitor setup)
    I have 2 users that whenever they print a PDF file, Adobe will will hide behind other windows after printing it. Doesn't matter where the pdf came from, it will always do this. It's very annoying to the customer. any thoughts/fixes for this?

    Yes , i had tried it lot but i didn't found the way....
    www.hostyourspace.co.uk

  • Formatted Search - Restrict to Only One Customer on Activity Window

    Hello Experts:
    Am trying to create a formatted search to provide a suggested RMA Number on the Business Partners > Activity window in a UDF.
    While in Activity, the user should get a list of ONLY the one customer they are currently working with.  So if C0001 is being used in the Activity window, the list should show all suggested RMA numbers just for that customer of C0001, not any other customer. 
    When I use the following it shows all customers.
    --FMS 6BP Automated RMA Number
    SELECT
    T1.[CardCode] + ' - ' + ltrim(str(T0.[ClgCode]))
    FROM OCLG T0
    INNER JOIN OCRD T1
    ON T0.CardCode = T1.CardCode
    ORDER BY
    T1.CardCode Desc,
    T1.[CardCode] + ' - ' + ltrim(str(T0.[ClgCode])) Desc
    When I put in WHERE T1.CardCode = $[$ 9.0.0 ] in the right place it shows nothing...
    Any ideas on how to make only the one current customer in Activity window appear in the list???
    Thanks in Advance - Zal

    Thanks Istvan and Gordon...
    Istvan - that is the same as my SQL - just do not know how to show the $[$... correctly in this forum - it always goes to that http thing.
    Gordon - tried to use your SQL but it gave me an error of "Internal Error (-1003) Occured [Message 131-183] every time I tried to click on the magnifying glass.  However, due to your last line in the SQL it gave me an idea that eventually they were OK with - namely, the highest number to the top of T0.ClgCode...
    Thanks again guys - Zal

  • How can I get Expose to show only and all active windows, regardless of app

    Sometimes I have two applications running with several finder windows hidden on the dock. I'd like to know how I can (or if I can) get Expose to show only the Active windows - not the ones on the dock. With this new upgrade, it seems that all open windows that are on the dock appear in a row at the bottom of the screen, which takes up real estate - can I turn that function off so just the open, undocked windows of all apps show?

    Sounds like you opened a message in a new window. Have you tried closing that window and see what happens?
    If that is not it maybe you can post a screen shot of what you are seeing.

  • "Activity window" in Safari no longer works to download YouTube videos. Why not? Workaround?

    For years I have used Apple's recommended standard technique whenever I wanted to download a Flash video embedded in a YouTube page to my hard drive:
    - Open a YouTube page and click on the video's "play" button to get it started;
    - Press command-option-A to then open up Safari's "Activity Window" which lists all the components of the page;
    - Find on the list the component for the loading Flash video, which is usually much larger (measured in MB rather than KB) than all the other components, and also is usually still in the process of loading, so it's easy to spot;
    - Double-click the component's name on the list in the Activity Window, and voila, the video downloads to my hard drive.
    This "trick" is described everywhere as THE standard way to download YouTube videos (and similar page components); and I have used it successfully for many years.
    HOWEVER, sometime very recently (not sure when, exactly -- a few weeks or months ago) YouTube has changed the way its pages are coded, so that this technique no longer works. When I open the Activity Window, instead of seeing one large loading video file that's easily identifiable, I see a whole series of large files, all exactly 1.7mb big (no matter how large the file size of the actual video in question is), and they constantly increase in number -- at first there are two such files, but over the seconds and minutes more and more appear. Furthermore, many files with no named size are constantly loading and then disappearing. And here's the whole point: I've tried double-clicking on ALL of these files, dozens of ways on dozens of YouTube pages, and none of the are the video file I seek and none of them cause the file to  download to my hard drive.
    If I click on one the mysterious 1.7mb components, I indeed get a ".flv" downloaded to my hard drive, but it's not actually a Flash video; clicking on its downloaded file icon just brings up a blank box or an error message saying that it's not really a video file at all. I think it's some sort of "decoy" file or something to do with streaming Flash code.
    To see what I mean, just go to YouTube, load any random video page, and then open Safari's Activity WIndow and try to download the video that way.
    This happens on an iMac running Safari 5.1 on OSX 10.6.8, and also on a MacBook Pro running Safari 5.0.2  on OSX 10.6.5, and on a few other new-ish Macs I tested it out on, but failed to note their version numbers.
    I'm presuming that this problem is not specific to my computer, but is caused by the way that YouTube altered the background code for their pages. I don't know if the glitch is an intentional attempt by YouTube to prevent downloads, or if it is an accidental "bug" of the new code. Either way:
    How can I fix the problem? Is there some other lesser-known built-in way for Safari/Mac to download the new kind of YouTube videos? Or is there some reliable freeware or shareware or plug-in or extension or whatever for Safari that would enable YouTube downloading?
    I tried a freeware program called "Evom" that was highly touted, but it too was thwarted by the new YouTube code and failed to extract any videos from the YouTube page, even though that's what the application was designed to do.
    As a side note, I will say that I also have (though rarely use) FireFox for Mac, and the "Unplug" plug-in installed on it, and that ALSO "broke" recently and no longer has the capacity to recognize or download YouTube videos, even though previously it worked fine. This is why I think the issue is not specific to my set-up or computer, but is due to a change in YouTube's underlying code.)
    Any help with an explanation, solution or workaround would be much appreciated (by me and by millions of others who I assume are facing the same problem!).

    Carolyn:
    I just now did exactly as you recommended. Result? No change.
    Even after trashing the files and restarting and everything else, the Activity Window and YouTube behave exactly as they did before.
    (I had actually previously tried something very similar to your recommendation, and it didn't have any effect then either.)
    In case it's helpful, here's an example of what one of the mystery components that load endlessly in the Activity Window is listed as:
    http://s.youtube.com/s?rendering=software&lact=102489&decoding=&rt=112.382&et=11 0.829&tsphab=1&st=69.939&tspne=0&tspfdt=262&nsiabblmin=62945.000&nsidf=2&tabsb=1 &ad_flags=0&h=360&nsiabblmean=72646.865&md=1&docid=zPxFu7taftE&bc=15194849&csipt =watch5ad&ad_event=3&el=detailpage&hasstoryboard=1&vid=72A5TVVpDgRoXDV3HvMeKPjLx BFdU61DC&fmt=34&cr=US&sd=BD075E8E6HH1336502192683396&vtmp=1&nsiabblmax=79054.000 &hl=en_US&ns=yt&nsivbblmax=774478.000&referrer=None&sidx=0&hbd=7790924&w=480&hbt =2.751&cid=6&sendtmp=1&sst=0&cfps=25.974025974025974&screenw=1440&mt=0.6&vq=auto &playerw=640&playerh=390&slots=sst~0;sidx~0;at~2_3&scoville=1&at=2_3&volume=100& art=1.842&mos=0&plid=AAS_iqoqfi0mjNc0&fs=0&nsivbblc=208&nsivbblmin=561638.000&bd =931267&allowed=1_1,1_3,2_1,2_3&bt=7.441&fvid=bNz97ILtwqc&screenh=900&len=127.92 &vw=480&nsivbblmean=668895.024&nsiabblc=208&vh=360&fexp=912001,914050,913539,919 306,907217,901802,906507
    And here's one of the 1.7MB components:
    http://o-o.preferred.comcast-lax1.v11.lscache8.c.youtube.com/videoplayback?range =1781760-3563519&expire=1336524839&id=ccfc45bbbb5a7ed1&burst=40&cm2=0&sver=3&upn =I_VxE0Lmh4Y&keepalive=yes&ipbits=8&algorithm=throttle-factor&itag=34&sparams=al gorithm%2Cburst%2Ccp%2Cfactor%2Cid%2Cip%2Cipbits%2Citag%2Csource%2Cupn%2Cexpire& source=youtube&signature=6F9B5B2CA58ACBA6AFE02FB8A54F1F74EE2B0F16.8E421BC37C3019 E806C22CF3E8866847D033565C&factor=1.25&ip=71.0.0.0&cp=U0hSS1VNUl9IU0NOMl9NR1ZJOm lxNTVmbm1vcDlO&key=yt1&fexp=912001%2C914050%2C901802%2C906507%2C907217%2C919306% 2C913539

Maybe you are looking for

  • TS3367 Can't Facetime because multiple ipods on 1 account?

    I have 3 ipod touch devices and an iphone connected to my apple id.  My kids want to facetime each other but their device rings once and then says unavailable.  Is this because they all have the same apple id since they are under my account?

  • Adding to the List of Bionic's Issues.....

    Ok these are some of the Issues I'm experiencing on my new Bionic...I upgraded from a Droid Incredible and I had to warranty replace the device twice so I'm fairly used to having to Activate a new device, but most people know that having to do that c

  • How do I set up Premiere Elements 12 to open Nikon D810 NEF, RAW files?

    I'm running a Windows 8.1 computer with Premiere Elements 12.  New Nikon D810 RAW files will not open in program.  Is there a plug-in or other fix for this?

  • Page Footer not rendering in iPad

    Dear Experts, I have crated a simple SAPUI5 application with a xml view having a footer in the page. The footer is showing and working fine in desktop browsers, but it is not showing when I test the page using iPad. Request you to please suggest. War

  • Paymennt Wizard on test system

    On the final stage on the payment wizard I get an error saying " The payment wizard was not executed " . I have checked to see if I have entered all the details correctly and have done so but i still get this message. I can see the recommended paymen