Captivate 6 startup admin prompt always appearing and file menu display issues

Hi,
Product: Adobe Captivate 6.1
WinVer: Win7x64
Our users are non local administrators. At startup they get the below screen as expected:
The problem is the screen always appears at startup, even if they check the "Don't show" box.
Secondly the menu doesn't display when Captivate 6 is launched unless maximized:
I've also noticed when the above issues exist Adobe Captivate 6 isnt creating\writing the files "C:\Users\%username%\AppData\Local\Adobe\Captivate 6.0\info.cpi" or "C:\Users\%username%\AppData\Local\Adobe\Captivate 6.0\objects\objects.cpo".
Both the above issues can be fixed if the user goes into the preferences menu and unselects "Startup message in Microsoft Windows Vista/Win7".
The problem here though is the users dont know to do this and they shouldnt have to. Is there a way to set this option unchecked in preferences by default or to get the initial admin dialog checkbox option to work correctly?
Thanks,
David

Hi Dave,
Thanks for reaching Adobe Community Help. Please accept my sincere apologies for the same.
In order to disable the startup admin box permanently go to Edit > Preferences > General Settings > Confirmation Messages and unchek "Startup message in Microsoft Windows Vista/Win7".
But the Don't show button works just fine as well.
Is it not working on one machine or all the machines?
Thanks!

Similar Messages

  • After installing the mountain lion on my Mac at startup a stop sign appears and i cant loguin or do anything.. What should i do?

    After installing the mountain lion on my Mac at startup a stop sign appears and i cant loguin or do anything.. What should i do?

    If you mean the "no entry" sign, a circle with a slash through it, then you need to reinstall Mountain Lion.
    Boot into the Recovery HD by holding down cmd-r at startup tone until gray screen.
    From there, reinstall Mountain Lion.

  • Prompt not appearing for a menu

    1)I added a function and associated a jsp file to it.
    2)I added a prompt to an exisiting menu with function created in step 1.
    The prompt however does not appear under the menu. Is there anything else I need to do?
    Thank You.

    I restarted Apache web server, the prompt showed up after that.

  • Since upgrade to v29, pinned tabs don't appear and sometimes all tabs don't appear and open menu button does not work

    My pinned tabs don't appear at any start and at some starts, I don't see the bookmarks toolbar (I can restore that by removing it from view-toolbars and then reselecting it). when this happens, FF also does not show any tabs and the Menu button does not work.
    I have tried various suggestions found on here like deleting the sessionstore.js and re-installing FF, also tried disabling hardware acceleration in safe mode and still have the same problems.
    Am reluctant to reset FF in case I lose my favourites and Bookmarks, is there anything else I can try?

    Firefox may not have closed properly.<br />
    You can try to update to Firefox 29.0.1 to be released tomorrow (Friday) to see if that helps with this issue.
    See also:
    *"Hang at exit": http://kb.mozillazine.org/Firefox_hangs
    *"Firefox hangs when you quit it": https://support.mozilla.org/kb/Firefox+hangs

  • Place command not appearing in file menu

    I click file and do not see the Place Command so I can insert picture. Where else could it be?

    Hold on a sec. Are you saying it appears in the File menu, but not in the context menu?
    That's normal -- I've been asking for years for Place to appear in context menus...
    Here's a script written a few years ago by Gerald Singelmann that will add the command to the context menu:
    //Add "Place" to the context menu by  Gerald Singelmann
    //Place this script into the "Startup Scripts" Folder inside the scripts folder in the app folder.
    #targetengine "session"
    ContextPlace();
    function ContextPlace(){
    var myResult = true;
    if(myResult == true){
    var myLayoutContextMenu = app.menus.item("$ID/RtMouseLayout");
    var myBeforeDisplayListener = myLayoutContextMenu.addEventListener("beforeDisplay", myBeforeDisplayHandler, false);
    function myBeforeDisplayHandler(myEvent){
    if(app.documents.length != 0){
    if(app.selection.length == 1){
    switch(app.selection[0].constructor.name){
    case "Rectangle":
    case "Oval":
    case "Polygon":
    case "GraphicLine":
    case "TextFrame":
    //Add the menu item if it does not already exist.
    if(myCheckForMenuItem(myLayoutContextMenu, "Place...") == false){
    myMakeMenuItem();
    break;
    default:
    if(myCheckForMenuItem(myLayoutContextMenu, "Place...") == true){
    myLayoutContextMenu.menuItems.item("Place...").remove();
    function myCheckForMenuItem(myMenu, myString){
    var myResult = false;
    try{
    var myMenuItem = myMenu.menuItems.item(myString);
    myMenuItem.name;
    myResult = true
    catch(myError){}
    //alert("Menu item found? " + myResult);
    return myResult;
    function myCheckForScriptMenuItem(myString){
    var myResult = false;
    try{
    var myScriptMenuAction = app.scriptMenuActions.item(myString);
    myScriptMenuAction.name;
    myResult = true
    catch(myError){}
    //alert("Script menu action found? " + myResult);
    return myResult;
    function myMakeMenuItem(){
    if(myCheckForScriptMenuItem("Place...") == false){
    //alert("Making a new script menu action!");
    var myMenuAction = app.scriptMenuActions.add("Place...");
    var myEventListener = myMenuAction.eventListeners.add("onInvoke", myEventHandler, false);
    var myPlaceMenuItem = app.menus.item("$ID/RtMouseLayout").menuItems.add(app.scriptMenuActions.item("Place..."));
    function myEventHandler(myEvent){
    //alert("Got to myEventHandler!");
    if(app.selection.length == 1){
    switch(app.selection[0].constructor.name){
    case "TextFrame":
    case "GraphicLine":
    case "Rectangle":
    case "Oval":
    case "Polygon":
    var myFile = File.openDialog ("Place file...", undefined, false);
    app.selection[0].place(myFile);
    break;
    } else {
    alert("Please select only one frame.");
    Copy the code above and paste into a plain text editor like Notepad. Save as type "all files" and add the .jsx extension. It should be placed into the application \Scripts\Startup Sripts subfolder and it will run when ID starts up. The folder should exist in CS5, but if not you can add it.
    Here's one by Dirk (I think Becker) that does the same thing to add No Break:
    #target "InDesign"
    /* This script will copy the existing menu action into a new menu item.
    The "$ID/" strings ensure it will even work with localized versions of InDesign.
    For permanent execution, save the script as startup script e.g. in a folder "path to InDesign/Scripts/new folder/startup scripts".
    Dirk
    ( function () {
    var anb = app.menus.itemByName("$ID/CharPanelPopup").menuItems.itemByName("$ID/Apply no break");
    var atc = app.menus.itemByName("$ID/RtMouseText");
    try {
    atc.menuItems.itemByName(anb.name).remove();
    } catch( ex ) {};
    atc.menuItems.add(anb.associatedMenuAction,LocationOptions.BEFORE,atc.menuItems .itemByName("$ID/ClearAllOverrides"));
    Do the same for it.

  • Problems with recordset paging and dynamic menu displaying all the options

    Hi hope someone can help on this - I've posted the code on the FoEd Backend Blight - with no takers/success yet -
    I've created a jobs page using DWCS3 which has a dynamic drop down menu filtering the 'countries' that jobs are located in.  When I introduce a recordset page only those countries associated with the jobs on that particular page are shown in the dynamic menu above, not all of the countries listed in the database. When I get to the second page of results - again - only those jobs' countries are shown in the menu (and not the previous pages/next pages as well).
    I'd clearly like a user to be able to select from the menu of countries available for all the jobs in the database, and not just those on the page.  Any ideas?
    On a similar strain - my country menu/filter is wrapped up in a form above the list of jobs.  On loading the page, only the search and menus appear.  No jobs are shown until I hit submit.  Is there a way to have all the jobs display on first load, and then for the search/menu filter to work on the displayed jobs. I've tried altering the variables on the search to 1 from -1, and other options but I can't seem to get a page of content on first load.
    I'd really appreciate any pointers on the above, as this would help solve the final stage of my project. The full post and code can be seen on the friendsofed website under backend blight.
    Many thanks in advance.
    Matt

    I'm still stuck on getting the page to load with some actual content, however.  I'm just getting the search box and country filter displaying on first load.
    Pages 584-6 explain why you get nothing when a page first loads. Dreamweaver sets the default value to -1. The problem with trying to change the default value even to an empty string or % is that Dreamweaver's security function, GetSQLValueString() changes an empty string to NULL and wraps % in quotes, so neither will work.
    One way to display all records when the page first loads is to create another recordset that selects all records. Wrap the code in a conditional statement that checks whether the $_GET array contains any values:
    if (!$_GET) {
      // recordset to retrieve all records here
    This means that you need two repeat regions to display the results. Wrap both of them in conditional statements:
    if (isset($fullRecordsetName)) {
      // display the full recordset
    } elseif (isset($searchResultsRecordsetName)) {
      // display the search results
    You also need to wrap the mysql_free_result() statements in conditional statements at the end of the page:
    if (isset($fullRecordsetName)) mysql_free_result($fullRecordsetName);
    if (isset($searchResultsRecordsetName)) mysql_free_result($searchResultsRecordsetName);
    Another way to do it is to use just one recordset, but split the SQL query into two sections:
    $query_RecordsetName = "SELECT * FROM myTable";
    if (isset($_GET['searchTerm')) {
    $query_RecordsetName .= sprintf(" WHERE searchTerm LIKE %s",
         GetSQLValueString("%" . $colname_RecordsetName . "%", "text"));
    This uses the combined concatenation operator to add the WHERE clause to the query only if $_GET['searchTerm'] has been set. Notice that you need a space before the "WHERE".

  • IE 7 and Firefox 3 display issues - neither work as expected

    hi,
    I'm having a terrible time trying to figure out how to solve the 2 display issues I have on IE and Firefox. I can't get either one to work like it's supposed to.
    I'm using RH8, Webhelp and it doesn't matter what skin I use (nothing custom, just what is available in RH).
    On IE 7.0.5730.13, Webhelp only displays information in the information frame (text) when I attempt to resize the panes. If I just click and move my mouse just a little bit to expand the TOC text magically appears for THAT selected TOC topic only. If I move to another topic in the TOC, I have to do the same thing. And by resize, I mean, I click and move a millimeter and the stuff displays. Otherwise, if I do nothing, the TOC displays as expected but the text frame (contents) is blank.
    On Firefox 3.5.6, the TOC pane does not display 100% vertically........it's cut off at the end of the TOC and contains scrollbars to move vertically and horizontally.
    So, neither browser really works for me.  Am I the only one?
    I'm using RH 8.0.0.203
    Any advice or suggestions are very much welcome.......

    Ahhh, okay.
    That actually seems to be providing a bit of a clue to the overall picture I might think. The icon should be kicking off a Dynamic HTML drop-down area.
    Since the icon isn't seemingly doing anything in FF, it's logical to me that you somehow have JavaScripting turned off in FF. This can be done using an Add on product, which is why I asked.
    It's also likely the reason for the super short TOC display. Typically the TOC depends on JavaScript to work its magick.
    My thought here is that if you and Peter can determine where JavaScript is being turned off, you will solve the issues.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Enhance - Convert to Black and White menu Option 'issue'...?

    Just an observation, more like an infuriating 'niggle'...
    When I use the 'Convert to Black and White' menu option in Photoshop Elements 10, it does a good job, but it still leaves the file in RGB format (Colour)??
    I am working for a Publishers, and I keep forgetting to convert the file to Grayscale after running the Wizard.
    Wouldn't it have been easier to add this as an option at the end, and have they done this in Photoshop Elements 11 (or later...)??
    It seems to me to be something that you'd expect the package to do...???
    Lee Cooke

    No, this option isn't part of convert to black and white anywhere, since it's not something you normally want to do because it greatly limits what else you can do to your photo (many tools and commands are only available for RGB photos). I realize that in your particular situation it's an annoyance, but although I think adobe makes a lot of goofy decisions, I can see why they chose not to do that here.

  • I turn on my computer, click on the Firefox icon on my desktop, the web browser appears but the same screen always appears and says, "Well this is embarrassing" and says the problem is due to a previously opened tab.

    I am online everyday. I turn on my computer and click on the Firefox icon. A web browser appears but not with my Yahoo! homepage. Instead of seeing my Yahoo! homepage I see a screen that says, "Well this is embarrassing." I read that the problem is due to a recently opened tab. It gives me the options of either restoring all previously used tabs from the last time of use or starting a new session. If I choose to restore previous tabs, I am further given the option to select which tabs I want restored and which ones I don't want to restore. I always choose to start a new session because all previous tabs consist of work that I have completed in the past (whether it be yesterday or the day before). I, therefore, have no interest in restoring a tab that contained an article about our current economic situation for example. As previously stated, I choose to start a new session every time I receive the "Well this is embarrassing" error message. When I choose this option, I am brought to a fresh tab with no information regarding work, articles, or entertainment from yesterday or some time in the past. I wish to have an explanation as to why this happens. I do not go on any malicious web sites or anything of the sort. This happens every single day. The automatic error message that appears is "Well this is embarrassing." For Firefox to say "Well this is embarrassing" is not close to the response it should give.

    This can be a problem with the file [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    Delete [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    If you see files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js then delete those as well.
    See:
    * http://kb.mozillazine.org/Session_Restore
    See also:
    * http://kb.mozillazine.org/Firefox_crashes
    * [[Firefox crashes]]

  • Well every time i go to open firefox the message in troubleshoot always appear and it does that three times before i can open it what do i do to stop that ??

    its wont let me open it until i push ok 3times

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    There are other things that need attention:
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    # Shockwave Flash 10.0 r42
    # Next Generation Java Plug-in 1.6.0_15 for Mozilla browsers
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/
    Update the [[Java]] plugin to the latest version.
    *http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)

  • Mirroring icon appearing and no external display connected

    Hi guys!
    Recently I bought an iPad and updated my mac to the latest version of OS X Yosemite. All from sudden, the mirroring icon appeared on the top bar of my mac. When I click it I can only open display preferences, which only shows my macbook. I can hide it by unchecking that box, but I don't think this should be the right solution.
    I have already restarted the computer and also tried clicking on Detect display option by holding the option key.
    Thank you!

    Today it started to work by it self.
    So for now the case is closed

  • Outlook express always appears "The file is already in use"

    I've created new email accnt for a mac user and setup the POP3 accnt in Outlook Express 5.
    When she send / check email, a windows dialog will display as follows.
    Explanation: the file is already in use
    Error: -47
    If she compose a new message and attached files, it will appear error that "the file is already in use"
    No matter reinstall OE or use the latest OE version. The problem is same. Anything is wrong? Please help. Thanks.

    Hi
    I have run into this a couple of times, though not in a while.
    I believe I got around it by selecting Save AS and saving the file with a new name i.e. Panorama B.tif or something to that effect.
    That seemed to convince it that I wasn't trying to save something that was in use someplace else.
    Mike

  • Glitch - "Export to PDF" links just appear and replace menu shortcuts

    Has anyone else had this happen?
    My menu shortcut for "Corner Effects" is missing, yet it shows up in the "Menu Customization" with the visibility "checked".

    Replace Your Preferences

  • Program monitor and source monitor display issues

    Hello, my program monitor is displaying strange colours (inverted?) when playing video. In addition, the source monitor will never display any video although audio plays back fine.
    I am running on a Lenovo ThinkPad X200 laptop with Windows XP 32-bit and an Intel X4500MHD video card with the latest Lenovo-certified driver version.
    From my testing, this problem appears regardless of project settings, file/footage settings, etc. I originally had the K-Lite codec pack installed although I have uninstalled that with no luck.
    This problem surfaced from the moment I opened Premiere after first installing it and I have tried reinstalling the program, my video card drivers, and uninstalling the previously mentioned codecs.
    Also I have a thread on this at the DVinfo forums which has had many responses although no working solution.
    http://www.dvinfo.net/conf/attend-world-premiere/141131-weird-problem-program-monitor-pict ure.html
    DxDiag file here - http://www.dvinfo.net/conf/attachments/attend-world-premiere/10719d1234000711-weird-probl em-program-monitor-picture-dxdiag.txt
    Images in this post - http://www.dvinfo.net/conf/991137-post2.html
    Thanks

    I would try whether killing these processes will help. It may well be that when you kill them all you may encounter hangs, because one or more may be needed for your machine. I would start by killing all Lenovo processes. One would expect that one of these processes may cause your problems, but unless you try it, you can't be sure. Unfortunately I don't have a Lenovo, so I can only guess.
    Process PID CPU Description Company Name
    System Idle Process 0 75.00
    Interrupts n/a Hardware Interrupts
    DPCs n/a 0.74 Deferred Procedure Calls
    System 4 0.74
    DTS.exe 1868 Data Transfer Service
    ibmpmsvc.exe 1880 ThinkPad Power Management Service Lenovo
    AtService.exe 1912 AFSS Service AuthenTec, Inc.
    rapimgr.exe 4452 ActiveSync RAPI Manager Microsoft Corporation
    unsecapp.exe 4628 WMI Microsoft Corporation
    Smc.exe 712 Symantec CMC Smc Symantec Corporation
    SmcGui.exe 3640 7.35 Symantec CMC SmcGui Symantec Corporation
    S24EvMon.exe 764 Intel(R) Wireless Management Service Intel(R) Corporation
    ccSvcHst.exe 1416 Symantec Service Framework Symantec Corporation
    AcPrfMgrSvc.exe 1764 Access Connections Profile Manager Service Lenovo
    EvtEng.exe 396 Intel(R) PROSet/Wireless Event Log Service Intel(R) Corporation
    openvpnas.exe 796
    mdm.exe 1056 Machine Debug Manager Microsoft Corporation
    RegSrvc.exe 1432 Intel(R) PROSet/Wireless Registry Service Intel(R) Corporation
    Rtvscan.exe 2104 Symantec AntiVirus Symantec Corporation
    tvt_reg_monitor_svc.exe 2136 ThinkVantage Registry Monitor Service Lenovo Group Limited
    TPHDEXLG.exe 2164 ThinkVantage Active Protection System - HDD Logger Module Lenovo.
    TpKmpSvc.exe 2176
    tvttcsd.exe 2212 tvttcsd Application Lenovo
    rrpservice.exe 2228 rrpservice Module
    rrservice.exe 2256 Rescue and Recovery Backup Service Lenovo Group Limited
    tvtsched.exe 2268 ThinkVantage Scheduler Lenovo Group Limited
    UpdateMonitor.exe 2292 Fast Restore Application Lenovo Group Limited
    WLKEEPER.exe 2384 Intel(R) WLANKeeper SSO Service Intel(R) Corporation
    AcSvc.exe 2428 Access Connections Main Service Lenovo
    SvcGuiHlpr.exe 3204 Access Connections SvcGuiHlpr Application Lenovo
    PWMDBSVC.exe 2504 PWMDBSVC Module
    SUService.exe 2656 ThinkVantage System Update Service Lenovo Group Limited
    PresentationFontCache.exe 4940 PresentationFontCache.exe Microsoft Corporation
    tp4serv.exe 3316 PS/2 TrackPoint Daemon Lenovo Group Limited
    TPOSDSVC.exe 3444 On screen display message generator for ThinkPad Lenovo Group Limited
    TPONSCR.exe 3108 On screen display drawer Lenovo Group Limited
    TpScrex.exe 3144 ThinkPad UltraZoom Lenovo Group Limited
    ACTray.exe 3100 Access Connections Tray Application Lenovo
    tpfnf7sp.exe 3368 Presentation Director Fn+F7 handler Lenovo Group Limited
    TpShocks.exe 1184 ThinkVantage Active Protection System Lenovo.
    LPMGR.EXE 3928 ThinkVantage Productivity Center Manager Lenovo Group Limited
    LPMLCHK.EXE 732 ThinkVantage Productivity Center MailChecker Lenovo Group Limited
    Amsg.exe 992 Message Center LENOVO
    ccApp.exe 2960 Symantec User Session Symantec Corporation
    scheduler_proxy.exe 3028 scheduler_proxy Application Lenovo Group Limited
    cssauth.exe 3060 CSS Authentication Provider Lenovo Group Limited
    igfxtray.exe 2992 igfxTray Module Intel Corporation
    hkcmd.exe 2272 hkcmd Module Intel Corporation
    igfxpers.exe 1048 persistence Module Intel Corporation
    jusched.exe 824 Java(TM) Platform SE binary Sun Microsystems, Inc.
    ZCfgSvc.exe 912 Intel(R) PROSet/Wireless Zero Config Service Intel(R) Corporation
    iFrmewrk.exe 1296 Intel(R) PROSet/Wireless Framework Intel(R) Corporation
    wcescomm.exe 1844 ActiveSync Connection Manager Microsoft Corporation
    ONENOTEM.EXE 364 Microsoft Office OneNote Quick Launcher Microsoft Corporation
    PWMUIAux.EXE 5144 Power Manager Lenovo Group Limited
    7zFM.exe 2820 7-Zip File Manager Igor Pavlov

  • Boxes around icons, duplicates in Apple menu and File menu

    When I select something on the desktop, such as an icon, a box with a black outline appears around the icon. Same thing happens when I open a folder. The highlighted name will show a box with outline around it.
    Also, if I go under the Apple, I can see 2 restarts, 2 shut downs, 2 logouts, and a force quit finder under the force quit.
    If I go under File in the finder, there are 2 move to trash.
    How do I get rid of this?

    Look at this KB article: Mac OS X 10.4: Some Apple menu items appear twice, which should help you.
    To turn off "VoiceOver", read this KB article: Mac OS X 10.4: Computer speaks unexpectedly, or a black box unexpectedly appears around a file, folder, or other item.

Maybe you are looking for

  • The URL in Solution Manager for SRM Standard Configuration

    Hi Experts, We all know that after SRM 5.0, all standard configuration guid are presented as URL in SAP Solution Manager like below: http://help.sap.com/SCENARIOS_BUS2005/helpdata/EN/ac/136341acd3001de10000000a155106/frameset.htm My question is: is t

  • What's this?

    Hi, I am trying to write a simple file using an objectStream. When I write the file, it add this to the begining of the file: \254\355^Et^E and when I try to write one or more things, it puts this inbetween them: t^G Does anyone know what is going on

  • Applications not working, help! Pleasssse.

    Okay so, I'm not entirely sure if this is the correct "category" Or whatever to post this question in, but I need some help. So regardless, it would be nice if I could get an answer. Alright, so I got this macbook laptop. I'm not sure what model it i

  • Performance Issue using min() and max() in one SQL statement

    I have a simple query that selects min() and max() from one column in a table in one sql statment. The table has about 9 Million rows and the selected column has a non unique index. The query takes 10 secs. When i select min() and max() in separate s

  • Folios & SiteStudio

    I've installed finally 10gR3 and have a look at the Folios. It looks great. I was wandering if anyone has integrated Folios with SiteStudio. What I was thinking of, was the contributors using a Folio for defining the structure of the web page. With t