Context menu for .exe and .lnk slow becaus of nv3dappshext.dll

Hi
I recently made a fresh install of Windows 7 and I'm now noticing that the context menu for .exe and .lnk files opens very slow. With the help of ShellExView it looks like it is caused by C:\Windows\system32\nv3dappshext.dll. If i disable nv3dappshext.dll the
problem goes away. So my first try was to reinstall all Nvidia drivers but that didn't help. I'm now thinking that there is some other file that makes nv3dappshext.dll corrupt.
Is there anyone here that might know what's wrong?
//Simon

Hi Simon, did you keep this disabled? Did you report to NVID.support?
NVIDIA are as bad as Microsoft are as bad as Intel, all kinds of application errors (going for the cleanest build on the planet :) so, given that I don't
have
any 3D-ready devices (ergo)
any superfluous NVIDIA programs*
the DISPLAY DRIVER's all I need, and still I get app issues (recently, disconcertingly, the ominous,
snail-mode 'Kernel Processing Power' event (cores are disabled because of some event/temp?)
BSOD/Shell Crash when extending display to AOC 2036 monitor @ 1920x1080, not gaming!
FIXED by installing NVIDIA's 'system tool' {nTune} (THANKS!!! to Haider
Ali Khan for the tip! TdrDelay QWORD:8 failed to fix, almost bought a new AC Adapter!) 
New nTune issues now being monitored....
* Custom install NVIDIA, only select the driver if you're not a gamer, sterescopic not
{yet} required if you're in 2D, Physx Engine only for Steam(online) gamers,
HD AUDIO not required (if you've also got HD Intel doing that for ya :D
I will fix NVIDIA's and Microsoft's mistakes :D I might even upload my (native virtualised) build when done. It's so slick, so nice to have a tool that works, and one that can keep up with your imagination!)

Similar Messages

  • Context menu for tree node cannot be accessed in IE 8 (Jdev 11.1.2)

    We use an af:tree with context menus for performing operations on each node. In IE 8 when you hover over a node before right clicking, "tooltip" text appears which basically just re-displays the text of the node. Even though the tooltip text is annoying, the context menu worked fine in 11.1.1.4, but now in 11.1.2 when you right-click on that tooltip text you get the "normal" browser context menu for text -- we no longer get our custom context menu.
    You can see this same problem on the tree in the rich faces demo: http://jdevadf.oracle.com/adf-richclient-demo/
    Sometimes, if you're quick enough, you can get the custom context menu to work, but it seems that once you've hovered long enough over one node to get the standard context menu, you're stuck and any node you click on will display the browser's normal context menu.
    This is a big problem for us because we rely on these context menus and most of our administrative users are on IE 8. Is there a workaround or can the tooltip text somehow be shut off? It doesn't appear in Firefox so Firefox works fine.
    Thanks.
    -Ed

    Hi,
    if this works on IE 7 you can force the app to run in IE7 compatibility mode
    See "Run ADF Faces applications with IE 9 in IE 8 compatibility mode" http://www.oracle.com/technetwork/developer-tools/adf/learnmore/april2011-otn-harvest-367335.pdf
    Works the same for IE8 to IE7. This then gives you a solution for until the issue is solved
    Btw.: If users click onto the folder icon (not the text, which brings up the tool tip) then the context menu work. I'll file a bug anyway
    Frank

  • In Firefox 4, how do I get back the context menu for the drop down list of the Location Bar so I can Open Link in New Tab, which I did often in FF 3?

    Firefox 3 has a context menu for the drop down list of
    the Location Bar. One option on this menu I used often
    is "Open Link in New Tab" -- quite convenient.
    This context menu has disappeared in Firefox 4.
    Can I get it back?

    See also:
    *Tools > Options > Privacy > History: "Remember search and form history"
    *https://support.mozilla.org/kb/Form+autocomplete
    The "Use custom settings for history" setting allows to see the current history and cookie settings, but selecting that setting doesn't make any changes to history and cookie settings.<br />
    Firefox shows the "Use custom settings for history" setting as an indication that at least one of the history and cookie settings is not the default to make you aware that changes were made.<br />
    If all History settings are default then the custom settings are hidden and you see "Firefox will: (Never) Remember History".<br />

  • Remove Context Menu for KM Content for Anonymous User

    Hi All,
    I have implemented External Facing Portal and i have to show KM documents
    on Anonymous user home page. For This I have created JSP page and have
    created url iview for this created JSP application. On this JSP  page to access
    KM i have used below code
    <iframe src ="/irj/go/km/navigation/documents/Public%20Documents" > </iframe>
    Now i am able to see the KM Contents of Public Documents on my Anonymous
    user Home Page .But here i need  to remove the context menu for KM Content
    for Anonymous User , but the context menu should come for Logged in user.
    How to do this ??
    Regards,
    Piyush

    solved

  • How to deactivate the context menu for data cells in web reports

    Hello,
    we would like to have the data cells (for example: values in euro) without context menu. I mean, right now, when users navigate in web reports and stop with a mouse over the data cell, text like "Context menu for 5.000 Highlighted" appears. Especially users don't want to see the exception cells with this information like
    "Context menu for 6.000 critical 4".
    Is it possible to deactivate this context info?
    Thanks and Regards,
    Nuran Adal
    Message was edited by: Nuran Adal

    Hello Nuran,
    I guess you want to disable the Tooltip and not the ContextMenu. Anyway, use the table interface for it.
    Have a look at paramter C_CELL_CONTENT
    In Method DATA_CELL.
    This one contains strings like:
    30,0
    Rebuild this String to:
    30,0
    Kind Regards,
    Alican

  • Table Context Menu for Word 2010

    I want to create a context menu for Word 2010. I'm using the code below, that works fine if I'm entering text, but menu doesn't show when entering text inside a table cell.
    I tried also the following contextMenu idMso: ContextMenuTable, ContextMenuTableCell, ContextMenuTableCellWhole, and ContextMenuTableCellWholeLinked; but still doesn't work.
    What am I doing wrong? Thanks.
    XML:
    <contextMenus>
    <contextMenu idMso="ContextMenuText">
    <menuSeparator id="CMenuSeparator1" />
    button id="BtnCMenu1" label="Block Text" imageMso="TextToolMenu" visible="true" onAction="StyleBlockText" />
    </contextMenu>
    </contextMenus>
    VBA:
    Sub StyleBlockText(control As IRibbonControl)
    Selection.Style = ActiveDocument.Styles("My Style")
    End Sub

    Hi,
    This is the forum to discuss questions and feedback for Microsoft Office, you'd better post your question to the MSDN forum for Word
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=worddev&filter=alltypes&sort=lastpostdesc
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    George Zhao
    TechNet Community Support

  • Context menu for toolbox shows wrong menu

    when itunes is open, right-clicking on anything in the toolbar (the stuff with the little clock) results in the context menu for the whole toolbar coming up as well as the context menu for whatever i'm clicking on. unfortunately the toolbar one comes up on top so it's super annoying. however, if i wait for the tooltip to show up before right-clicking, it only shows the correct context menu. i think this is just a bug, but does anyone know a fix?

    Hi Peter,
    If you are using Enterprise Portal to publish those reports to be viewed by the user, i think ur problem may get solved in EP itself. Contact ur EP associate and find out whether it is possible to do this or not. Hope we can do it in that. Otherwise you need to write some JAVA code in WAD which helps in not getting the display as such.
    Assign points if this helps u...
    Regards,
    Koundinya Karanam.

  • Context menu for customized selfwritten VI

    Hallo!
    Maybe someone knows and has time to share: is it possible to create a customized popup/context menu for a customized - self written VI (vide .jpg)? And as working with LV 2011 I have realised it's impossible to create a polymorphic VI out of other polymorphic vi-s right?  If anybody knew any walk through, I will be thankfull
    A.

    Dear Aleph,
    information about creating run time context menus can be found here: http://www.ni.com/white-paper/3171/en/
    Another soultion, is to create your own VI that will po up when a user uses his RMB on a specific object. This can be achieved by properly using the Event Structure. Let me know if you need more information.
    What do you mean by creating a polymorphic VI from a polymorphic VI?
    Best regards,
    Mateusz Stokłosa
    Applications Engineer
    National Instruments

  • Is there any way to edit the standard Firefox context menu for displayed Web pages?

    Is there any way to edit the standard Firefox context menu for displayed Web pages? I frequently want to save a picture appearing on a page. Sometimes I "slip" and hit "Send Image" when I want "Save Image As", and have to sit and wait for a default send-mail page to come up, then close it, fiddling with its "are you sure" dialogs. This is a painful way to handle a slip-up. I basically NEVER want to e-mail an element directly from a page. Is there any way I can just delete "Send Image" from the context menu?

    You can remove entries in the context menu with code in the userChrome.css file
    *http://kb.mozillazine.org/userChrome.css
    Some IDs are listed in this MozillaZine Knowledge Base article:
    *http://kb.mozillazine.org/Chrome_element_names_and_IDs
    To find the ID of others you will have to use the DOM Inspector.
    * https://support.mozilla.org/kb/DOM+Inspector
    * https://developer.mozilla.org/En/DOM_Inspector
    * https://developer.mozilla.org/en/Introduction_to_DOM_Inspector
    * DOM Inspector: https://addons.mozilla.org/firefox/addon/dom-inspector-6622/

  • How to create Context Menu for Full Screen ALV

    Dear Experts,
    Please tell me the procedure to create Context Menu for ALV Grid (full screen ALV using SLIS ).
    Regards
    Arnab

    Hi,
    Check the demo program BCALV_GRID_06

  • Cannot see context menu for XML messages with Safari and Google Chrome

    Hi All,
    I am unable to see Context menu with the option of Create, Edit, Delete etc. for KM messages. This problem persists with Safari, Chrome and IE9 browsers. This thing works fine on IE7 and IE8 browesrs.
    On clicking  History and Options buttondoesn't perform any action i.e. we cannot see the list of options when clicking on those. This problem also persists with the above mentioned browsers.
    Also, with IE9 , I am unable to create New message when clicking on New button. The XML form doesnt open on the button click.
    The portal version I am using is EP 7.0.
    Can someone help me out with this?
    Thanks a lot in advance.
    Regards,
    Archana

    Hello Archana,
    You should check the PAM to see if your browser is supported with your current EP verison.
    http://service.sap.com/pam
    Regards,
    Lorcan.

  • In v4 why did you flip the context menu for open in new tab/window. Sucks when you are used to the other way

    I downgraded to 3.x because when I browse I have many new open windows (I have been using FF for so long I automatically select the second option). Seems stupid to change the order of the context menu when it has been the other way forever.
    Please change it back or at least have the order as an option.

    So the answer from TonyE was "That was an intentional change to promote the use of tabbed browsing." (See http://support.mozilla.com/en-US/questions/791244)
    And there is an option to use a menu editor to put them back detailed in that thread as well. The problem, of course, is that you need to perform a complex customization to every computer on which you use Firefox in order to fix a problem that should never have been created, never made it through beta, and that the developers won't fix because they believe that they are right.
    Frankly, eventually you get used to it. But in the mean time, they have annoyed, and in many cases pissed-off a large segment of their users for no reason at all.

  • Is it possible to add a button to the right-click context menu for a user in Outlook 2010 using VBA?

    I've tried many things and read up quite a bit but I cannot figure this out.
    I cannot create an add-in so I have to use VBA.
    I want to add a a button to the right-click context menu when I right-click on a user. Is this possible?

    Hello,
    Yes, it is possible to customize the context menu in Outlook. See
    Customizing Context Menus in Office 2010 for more information.
    But VBA doesn't allow to customize the Fluent UI in Outlook, you need to develop an add-in instead.

  • Context Menu for 7.x iview with 0ANALYZER_PATTERN

    We created a custom template copying 0ANALYZER_PATTERN to ZANALYSIS_PATTERN in an attempt to add the export to .csv functionality along w/ other enhancements.  I noticed that in the context_menu web item the web parameter to "Export to .csv" is set ON..however the option does not show up in when executing the 7.x iview along w/ many others. 
    1. What impact does the context menu web parameter settings have on the 7.x or 2.x/3.x iviews? Having difficulty trying to predict the behavior.
    2. Can some please explain the connection between the Web Template and the iview version behavior?  You can create 2 seperate iviews one that uses the 7.x setting and another that uses the 2.x/3.x setting and both behave completely different. 
    The reason I am asking, is to manipulate our custom template that will use the 7.x iview to include some specific functionality that was there in the 2.x/3.x iveiw and no longer there in the 7.x iview...specifically the ability to export to .csv.
    thanks in advance for any input.
    best,
    -ravi
    Message was edited by: Ravi Patel

    QUESTION 1. What impact does the context menu web parameter settings have on the 7.x or 2.x/3.x iviews? Having difficulty trying to predict the behavior.
    ANSWER 1. The context menu web item allows you to turn off and on parameters within a 2004s BI Web Application. When you update this property, it should update the template. To test this, create a new web application from scratch and put a table and context menu web item in there. Check on the context menu parameters you want to see. Save the web application and run it. Since this is a new web application, you can ensure that you aren't using cached settings and are testing the functionality.
    QUESTION 2. Can some please explain the connection between the Web Template and the iview version behavior? You can create 2 seperate iviews one that uses the 7.x setting and another that uses the 2.x/3.x setting and both behave completely different
    ANSWER 2: The 2.x/3.x iViews are to launch BI Web Applications built with the old Web Application Designer. The 2004s iViews allow you to launch applications built with the new web application designer. Keep in mind the connection strings are different. Within 3.x, the format is TEMPLATE_ID=0ADHOC, whereas within 2004s, the format is TEMPLATE=0ANALYSIS_PATTERN, so the command has changed from TEMPLATE_ID to TEMPLATE.

  • Context Menu for XML

    When creating an extension, a context menu item can be added to a menu for a java file by using "instanceof oracle.jdeveloper.model.JavaSourceNode". Similarly, for jsp source you would use "oracle.jdeveloper.model.JspSourceNode". What do I use if I want to enable/add a context menu item to appear when an xml file is right-clicked under Miscellaneous Files?

    FYI, there is a demo in the Extension SDK, which is called ClassSpy. If you right-click on a node and choose the appropriate menu item, it will display the name of the node in the log window, like oracle.bali.xml.addin.XMLSourceNode.

Maybe you are looking for

  • I put credit on wrong account. How can I move it to my other account.

    I Put credit on a wrong account , now when I buy try n buy gems it says I cant cause I got the app with was brought by another apple I'd

  • Report Server (Please help ! )

    Hello! I have installed infrastructure and AS onsame machine. In startthe default report server (rep_myserver) performe very well but after about 60 reports it went to down. Now when i try to start it from AS Home page it start and immidiatly stoped.

  • Mac stuck

    Hey, I was using photoshop illustrator and some other programs, I started twitter for mac (newest version from the app store) and clicked speak tweet or something like that. He started talking and stopped when there was a link and now he doesn't resp

  • SceneBuilder 1.1 + WebView

    Hi, I am seeing an issue with FXMLLoader buidling a scene graph that contains a WebView.  The trace below shows that a method is being looked for that doesn't exist in WebViewBuilder, according to the API documentation. The method in question does ex

  • Xml special character

    I have an XML formated document from an external apps that I cannot change looking like this: <?xml version="1.0" encoding="utf-8" ?> <row> <charge>3</charge> <duration>5</duration> <fdomain>1</fdomain> <from>"Allibaba"<sip:[email protected]>;tag=169