Ipconfig is not opening in cmd

ipconfig is not opening in my laptop. the wifi gets connected but nothing gets opened only says timeout error what to do.

Hi @Pixol ,
Thank you for visiting the HP Support Forums and Welcome. I have looked into your issue about your HP Pavilion Notebook not connected to the Home Network. From the Start screen, enter “troubleshooting” to open the Search charm, and then select troubleshooting from the search results. Click on Network and Internet, and then click Internet Connections.
Here is a link to some troubleshooting for the Wireless will not connect. 
You can do a system restore. System restore will help if something automatically updated and did not go well on the Notebook.
When performing a System restore please note remove any and all USB devices. Disconnect all non-essential devices as they can cause issues.
I hope this helps you out.
Thanks.
Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

Similar Messages

  • Cmd.exe window does not open in apache jserv

    cmd.exe window does not open in apache jserv
    I need to call a dos program from a servlet running on apache jserv1.1.
    I develop with Jdeveloper wich has got a built in webserver to debug servlets.
    With Jdeveloper it works fine (a dos windows opens), but when I deploy it to apache it doesn't work. The process is started, but no dos window opens. Should I change settings of jserv, is this a bug, does anyone know?
    The (beta) code looks like this
    String cmd = "c:\\temp\\cmd.exe /c \"start /min /wait /b dosprogram \"";
    Process p = Runtime.getRuntime().exec(cmd);
    BufferedReader lsOut = new BufferedReader (new InputStreamReader (p.getInputStream()));
    BufferedReader lsErr = new BufferedReader (new InputStreamReader (p.getErrorStream()));
    try {
    p.waitFor();
    int completionStatus = p.exitValue();
    out.println( "<br>Exit Status: " + completionStatus );
    catch( InterruptedException ex ) {
    out.println( "Executable program (" + cmd + ") was interrupted." );
    while(( line=lsOut.readLine()) != null) {
    out.println("<br>lsout====>");
    out.println(line);
    while ((line2 = lsErr.readLine()) != null){
    out.println("<br>Errout====>");
    out.println(line2);
    catch(SecurityException e) {
    out.println("Security Error: " + e);
    catch(IOException e) {
    out.println("IO Error: " + e);
    catch (Exception e) {
    out.println("ls error " +e);
    null

    Is apache running as a service?

  • Mac user OS 10.6.8 Firefox 6.0.2. Click the Firefox icon in dock, program does not open new window. Type cmd+N to open new window, cmd+T to open new tab or cmd+L to enter URL, nothing happens. What causes this, and what can be done?

    Mac user OS 10.6.8 Firefox 6.0.2. Click the Firefox icon in dock, program does not open new window. Type cmd+N to open new window, cmd+T to open new tab or cmd+L to enter URL, nothing happens. What causes this, and what can be done?

    It's strange. The problem apparently resolved itself after I ran TechTool on it. When I clicked on Firefox last night, I had no problem opening a window. Thanks for your help. (As to your previous post, the focus was on Firefox and neither the speed keys nor the menu bar would open a window or tab of allow me to enter a URL to open a window. Strange!)

  • If image file not exist in image path crystal report not open and give me exception error problem

    Hi guys my code below show pictures for all employees
    code is working but i have proplem
    if image not exist in path
    crystal report not open and give me exception error image file not exist in path
    although the employee no found in database but if image not exist in path when loop crystal report will not open
    how to ignore image files not exist in path and open report this is actually what i need
    my code below as following
    DataTable dt = new DataTable();
    string connString = "data source=192.168.1.105; initial catalog=hrdata;uid=sa; password=1234";
    using (SqlConnection con = new SqlConnection(connString))
    con.Open();
    SqlCommand cmd = new SqlCommand("ViewEmployeeNoRall", con);
    cmd.CommandType = CommandType.StoredProcedure;
    SqlDataAdapter da = new SqlDataAdapter();
    da.SelectCommand = cmd;
    da.Fill(dt);
    foreach (DataRow dr in dt.Rows)
    FileStream fs = null;
    fs = new FileStream("\\\\192.168.1.105\\Personal Pictures\\" + dr[0] + ".jpg", FileMode.Open);
    BinaryReader br = new BinaryReader(fs);
    byte[] imgbyte = new byte[fs.Length + 1];
    imgbyte = br.ReadBytes(Convert.ToInt32((fs.Length)));
    dr["Image"] = imgbyte;
    fs.Dispose();
    ReportDocument objRpt = new Reports.CrystalReportData2();
    objRpt.SetDataSource(dt);
    crystalReportViewer1.ReportSource = objRpt;
    crystalReportViewer1.Refresh();
    and exception error as below

    First: I created a New Column ("Image") in a datatable of the dataset and change the DataType to System.Byte()
    Second : Drag And drop this image Filed Where I want.
    private void LoadReport()
    frmCheckWeigher rpt = new frmCheckWeigher();
    CryRe_DailyBatch report = new CryRe_DailyBatch();
    DataSet1TableAdapters.DataTable_DailyBatch1TableAdapter ta = new CheckWeigherReportViewer.DataSet1TableAdapters.DataTable_DailyBatch1TableAdapter();
    DataSet1.DataTable_DailyBatch1DataTable table = ta.GetData(clsLogs.strStartDate_rpt, clsLogs.strBatchno_Rpt, clsLogs.cmdeviceid); // Data from Database
    DataTable dt = GetImageRow(table, "Footer.Jpg");
    report.SetDataSource(dt);
    crv1.ReportSource = report;
    crv1.Refresh();
    By this Function I merge My Image data into dataTable
    private DataTable GetImageRow(DataTable dt, string ImageName)
    try
    FileStream fs;
    BinaryReader br;
    if (File.Exists(AppDomain.CurrentDomain.BaseDirectory + ImageName))
    fs = new FileStream(AppDomain.CurrentDomain.BaseDirectory + ImageName, FileMode.Open);
    else
    // if photo does not exist show the nophoto.jpg file
    fs = new FileStream(AppDomain.CurrentDomain.BaseDirectory + ImageName, FileMode.Open);
    // initialise the binary reader from file streamobject
    br = new BinaryReader(fs);
    // define the byte array of filelength
    byte[] imgbyte = new byte[fs.Length + 1];
    // read the bytes from the binary reader
    imgbyte = br.ReadBytes(Convert.ToInt32((fs.Length)));
    dt.Rows[0]["Image"] = imgbyte;
    br.Close();
    // close the binary reader
    fs.Close();
    // close the file stream
    catch (Exception ex)
    // error handling
    MessageBox.Show("Missing " + ImageName + "or nophoto.jpg in application folder");
    return dt;
    // Return Datatable After Image Row Insertion
    Mark as answer or vote as helpful if you find it useful | Ammar Zaied [MCP]

  • Firefox will not open at all and I can't create a new profile to try that approach. What do I do to fix this?

    I can not get firefox to load up. I tried unstalling it. I also went through the troubleshooting and tried to adding a new profile but I keep on getting a error when I try to load profile manager. I tried deleted all files in the mozilla firefox program folder and it let me delete all but one file. Everytime I try to open this file or deleted it, a message comes up and says the file is corrupted. What are some other suggestions to fix this?

    You can do a disk check with the chkdsk.exe program.
    If you run the chkdsk.exe program from a cmd.exe Command window then you can read the response from the chkdsk.exe program.
    Open a cmd.exe window:<br />
    Start &gt; Run: cmd.exe &lt;press Enter&gt;
    At the command prompt (>) type or Copy&Paste: chkdsk.exe /f /r &lt;press Enter&gt; (put a space before /f and /r)
    If you get something like: Would you like to schedule this volume to be checked the next time the system restarts? y/n then answer the question with "Y" and close all programs and reboot the computer.
    A possible cause is security software (firewall) that blocks or restricts Firefox without informing you about that, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process.
    See:
    * [[Server not found]]
    * [[Firewalls]]
    * http://kb.mozillazine.org/Browser_will_not_start_up

  • Please help - Firefox will not open. library - applications - and no firefox is listed to get to my profile manager. . What's next?

    firefox has been running slower. When this happens I'll reboot my computer and this speeds up firefox. When I restarted the computer firefox would not open. Just the spinning wheel with no access to the tools.
    After I force quit - it says ignore or notify/report to apple. I tried sending a report, and it ques up the box with details, system config, etc... but when I click on send - it will not let me send one - I've never been unable to send a report before.
    I uninstalled, then reinstalled. Upon opening I get the spinning wheel and nothing happens - I need to force quit. I see on this mozilla help site that I need to update my profile manager. I followed these instructions - Finding your profile without opening Firefox Open Finder and go to your home folder. Note: your home folder is usually the name of your Mac user account From your home folder open /Library/, then /Application Support/, then /Firefox/, then /Profiles/. Your​ prof​ile ​fold​er is with​in this​ fold​er. but when I got to library - application support - there is no firefox listed.

    You can do a disk check with the chkdsk.exe program.
    If you run the chkdsk.exe program from a cmd.exe Command window then you can read the response from the chkdsk.exe program.
    Open a cmd.exe window:<br />
    Start &gt; Run: cmd.exe &lt;press Enter&gt;
    At the command prompt (>) type or Copy&Paste: chkdsk.exe /f /r &lt;press Enter&gt; (put a space before /f and /r)
    If you get something like: Would you like to schedule this volume to be checked the next time the system restarts? y/n then answer the question with "Y" and close all programs and reboot the computer.
    A possible cause is security software (firewall) that blocks or restricts Firefox without informing you about that, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process.
    See:
    * [[Server not found]]
    * [[Firewalls]]
    * http://kb.mozillazine.org/Browser_will_not_start_up

  • Firefox will not open. Process runs, but browser window will not open.

    I am unable to get the Firefox browser window to launch. The application will attempt to open, but the browser window will not appear. Task manager indicates that the process is running, it just will not launch the window. No amount of restarts or reboots will make a difference. The strange thing about this is that Firefox has never run. This is a new computer and this issue has been a problem since it was first plugged in.
    Troubleshooting steps attempted thus far:
    1) Attempted to open in safe mode - will not open
    2) Attempted to run in administrator mode- will not open
    3) Completely uninstalled application, including profile info and reinstalled
    4) Uninstalled known conflicts - Skype 4 (do not have Norton)
    5) Even though issues since new, I ran a virus scan just in case-nothing
    6) Uninstalled Chrome which I installed after originally being unsuccesful at getting FF to install (I uninstalled it before I began all of these troubleshooting steps as I have heard of conflicts)
    I am now at a loss and willing to try any other steps that you guys can suggest.
    Computer is running Windows 7 pro 64 bit. Running McAffee virus software. There are three identical computers in my office, purchased at exactly the same time with the same configuration. Mine is the only one that will not run firefox. Sadness. Please help, pleeeease...

    Win 7 with iTunes installed - I was also having problems with that.
    "netsh winsock reset" at the command prompt resolved all issues and Firefox launched normally.
    Check to see if Winsock is corrupted. May prevent FF from communicating with the web and consequently fails to launch properly - for my situation was not a firewall or antivirus block!
    http://support.microsoft.com/kb/936211#LetMeFixItMyselfAlways
    Click Start, and in Start Search, type cmd.
    Right-click the cmd entry that appears in the search results, and then click Run as administrator. If you are prompted for an administrator password or for a confirmation, type the password, or click Continue.
    At the command prompt, type the following, and then press ENTER:
    netsh winsock reset
    Then, you should see the following message:
    Successfully reset the Winsock Catalog. You must restart the computer in order to complete the reset.
    Restart the computer.
    Note If you receive an “Access Denied” error message instead of the message that is mentioned in step 3, the command prompt was not correctly elevated. In this case, close the Command Prompt window, and repeat steps 1 through 3. Make sure that you correctly implement step 2.

  • Error during installing of OATS 9.3 and OAT db config is not opening

    Hi ,
    When i was installing OATS 9.3 i am getting this error
    "Error in Writing to File
    c:\OracleATS\jdk\jre\bin\awt.dll (The process cannot access the file because it is being used by another process)
    I ignored this error .
    Oce the install is completed ,i tried to open Oracle Application Testing Database Configuration it didn't open and gave this message
    "error could not open file C:\OracleATS\jdk\jre\lib\i386\jvm.cfg "
    Can you please advice me on this
    Regards
    Sridhar

    Proper clean fresh ATS install:
    Step1: Deinstall ATS products
    Setup.bat to launch "Oracle Universal Installer"
    Click "Deinstall Products". Inventory Window opens.
    Expand the tree Oracle Homes -> Check "OATS" checkbox. Click Remove.
    Remove window opens and start uninstallation. Wait for the dialog to automatically dismiss itself.
    After the successful uninstalltion, you will see "There are no installed products" in the Inventory window.
    Click "Close" to close the Inventory Window.
    Click "Cancel" to close the Oracle Universal Installer
    Step2: Uninstall Oracle XE database
    Control Panel -> Program and Features. Find and select Oracle Database 10g Express Edition
    Click "Uninstall/Change" button from the tool bar, or dbl click the item to lauch the installsheild wizard.
    Click "Yes" on the pop up dialog. Wait for the unistallation to complete.
    Upon successful uninstalltion, window shows "Uninstall Complete" in the screen.
    Click "Finish" to close the install shield wizard
    Step3: Remove/Rename the following folders.
    Backup the script directory
    Remove/Rename ATS install directory (e.g. C:\OracleATS).
    Remove/Rename the directory: C:\Documents and Settings\username\osworkspace
    (depends on your Operating System, it may look like: C:\Users\username\osworkspace)
    Remove/Rename the directory: C:\Program Files\Oracle\Inventory
    ( depends on your Operating System, it may look like: C:\Program Files (x86)\Oracle\Inventory)
    C:\Windows\rsw.ini
    Step4: Remove the Services (Optional)
    Start -> Run. Enter "cmd" Type the command: sc delete servicename
    eloadAgentMon
    Oracle Application Testing Suite Application Service
    If you see a msg "The specified services does not exist as an installed services" returned from the program, the service has successfully removed by the previous steps.
    Step5: Remove the Registry Keys (Optional)
    Start -> Run. Enter "regedit" to launch Registry Editor. Remove the keys below:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Oracle Application Testing Suite Application Services
    HKEY_LOCAL_MACHINE\Software\Oracle\Oracle Application Testing Suite and Oracle Test Management
    If you do not find the keys they are successfully removed by the previous steps. Note: The keys may be found in the different location depends on your Operating Systems. (search by the key to find the correct location)
    Step6: Restart your System (Optional)
    Not required, but always a better practice
    Step7: Install ATS
    1. Make sure the install user has administrator privilege on the system.
    2. Double click the setup.bat to start the Oracle Universal Installer.
    Important: Windows Vista, 2008 or Win7 users, select"Run as Administrator" from the right mouse click menu. This is required process for the OS that has UAC enabled.
    3. Continue to install the latest version of ATS

  • Can't start Photoshop - 'Could not open a scratch file'

    Hi, I recently installed Photoshop CS5, however every time I open the application, I am receiving this error message at the loading screen:
    "Could not open a scratch file because the file is locked or you do not have the necessary access privileges. Use the ‘Get Info’ command in the Finder to unlock the file or change permissions on the file or enclosing folders."
    I've looked online for solutions everywhere, but I've obviously been unsuccessful and I'm at the point where I have no idea what else to try, other than a clean install of my OS, however that is a last resort as I currently do not have an external hard drive to transfer my files to do so. So far I have tried these things:
    Reinstalled Photoshop many times, even the CS6 BETA is giving me the same error.
    Deleted preference files within /Library/Preferences/
    Used the cmd+alt shortcut when starting Photoshop to select a different scratch disk location.
    Used the cmd+alt+shift shortcut to delete the settings file, which I cannot do as the error message mentioned above appears before the window for deleting the settings file does.
    Tried rebooting several times, even into safemode and I still get the same message.
    Tried changing the permissions on the Applications folder, Adobe folder, CS5 folder and CS5 application, however they are all set to 'read & write access' for me. I am also set as an administrator.
    Cleaned my cache of any unneccessary files.
    I have also repaired my permissions using Disk Utility, but that didn't solve the problem.
    I have a 2010 Macbook Pro, 4GB RAM running OS X Lion 10.7.3 with 2 patitions on my harddrive (OS X and Windows 7). I have 15GB free on my OS X partition currently, which may not seem like much, however I have run Photoshop CS5 previously as a trial and other versions of Photoshop and the small amount of harddrive space has never affected the software's ability to create a scratch file.
    The strange thing, however, is that I can use Photoshop CS5 & CS6 on a guest account that I created recently, which means that the problem I am having is permissions based. Logging into a seperate account is a good enough solution for now, but it is incredibly tedious to keep changing accounts just to use Photoshop.
    Has anyone got any other ideas? As I mentioned previously, reinstalling is a last resort as I currently don't have the neccessary resources.
    Thanks.

    I managed to fix this myself, almost by accident, after failing every method suggested that I came across.
    My problem was due to 'read only' access being set to some folders in ~/private/ on my main account, meaning that Photoshop could not create an important, temporary scratch file in this location.
    To anyone else who comes across this thread due to having the same problem, here's the solution:
    Open finder, then go to 'Go' in the menu bar and select 'Go to folder'
    In the window that opens, enter '/private/' and click 'Go'
    Then, right click on the folder 'tmp' within /private/ and select 'Get info'
    In here, scroll to the permissions section and change the relevent user permissions to 'read and write'
    Before closing this window, click on the gear icon underneath the list of users and select 'Apply to enclosed items' and hit 'Ok' in the next window.
    Finally, repeat steps 3 - 5 for the folder named 'var', also within /private/ and you're done. Photoshop should now open as intended!
    Although this solution was ideal for my home laptop, giving 'read and write' access to important folders like these can probably lead to lowered security so please do it at your own risk.

  • Firefox does not open links with a new window or tab for certain web sites, e.g. Santander On line banking, help links.

    When accessing some sites where they have links for additional information that would normally open a new window or tab, Firefox does not open either. This happens on a variety of sites, most recently the Santander on-line banking site.
    == URL of affected sites ==
    http://

    Such JavaScript links should show the image in the same tab, so make sure that you left click such links.
    * http://kb.mozillazine.org/JavaScript
    Try to reload the web page(s) and bypass the cache.
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)

  • Print preview not opening with File Print command in CS4

    I have been printing fine until recently, but now when I choose file > print in Photoshop the print preview pane does not open. The menus gray out, but that's it. If I select print from other programs (I checked Preview and Acrobat) the print dialog appears. I am working with CS4 11.0.2. on OSX version 10.6.8, printing with an Epson 2200. I tried deleting and re-adding the printer. I haven't installed anything new recently that might interfere.
    Your help would be much appreciated!

    Try a different printer driver to see if this has anythign to do with the .ppd used by epson 2200, try even adoeb pdf.
    Reset your preferences.
    Cmd-Opt-Ctrl-Shift when restarting AI on a Mac  to reset to the defaults.

  • I have Creative Cloud installed and Photoshop installed, but I can not open the program itself. No idea why, everything is up to date and i was using it just fine yesterday.

    I have Creative Cloud installed and Photoshop installed, but I can not open the program itself. No idea why, everything is up to date and I was using it just fine yesterday.
    2015-02-24_1129 - DavidIpromote's library

    Try resetting Photoshop Preferences.   Use your Photoshop start icon to launch Photoshop and immediately press and hole Shift+Ctrl|CMD+Alt|Option keys   Photoshop should Prompt you with Do you want your Preferences deleted. Reply yes.   Photoshop should then delete your user ID preferences and then create a default set of preferences for your ID and start successfully.

  • Help please I can not openening because: Error opening the document,  Acrobat can not open the file while printing another document

    Help, I ca not opening the file, beacause the mac says Error opening the document, Acrobat can not open the while printing another document

    Thank you very much for your replies Taggert_77 & swmtgoet_x :D
    Taggert77_: I have never used NetBeans. I only installed it in the bundle as I had read on another post that somehow installing the bundle magically helped another user with the same problem (he didn't know why it worked after that either).
    Before XP SP3 I was able to execute .jar file through cmd prompt. Now I am not.
    This file is executable, grab it and you will see. Here is a screen shot (program in front is FlashFXP, behind is the cmd prompt and what should happen):http://www.freeimagehosting.net/uploads/53273b4ddf.jpg
    swmtgoetx_: I only did the other cmd's to try to make it spit out something, anything lol :D
    The proper cmd is simply: java -jar soht-client-0.6.2.jar
    I did give your cmd a try, and it produced nothing :( (just like the other correct cmds)
    java -client -jar soht-client-0.6.2.jar soht.properties
    Thank you again...the mystery remains
    PS. If you do a search for this you'll find an amazing amount of XP SP3 users with the same problem and no solution posted that I could find except one chap that did the unistall install order that I did above).

  • Not opening multiple RAW files

    If i open a Raw file in Bridge, it opens up perfectly. Also my jpegs and tiff open in RAW, so no problem there. The problem is, that I cannot open multiple Raw files from Bridge into Raw with the option "open in Camera Raw" So the shortcut cmd+R ( I am on a mac) does not work. It says that Raw has to be opened at least once. I have been using Raw for years now so it has been opened multiple times.
    I Can not seem to find a solution. I would really like to open up multiple edited Raw files at once, and in Raw give the order to rename them into JPEG. If you do that, you see Photoshop CC and a window that says how many convertions are left. So far so good...  but before, I was able to open up some new raw files in Camera Raw without having to wait for Photoshop to convert everything. Now I have to wait for a long time before I can make my new Edits. Can somebody please help me?
    I am using all updated software.
    Ben

    Hello SSPRENGEL,
    Thank you very much for your reply. My apologies for the mess up with RAW and ACR naming.
    The situation is, that I can not open any file with CMd-R. I can open single files with CMD-O. But I need to open multiple files at ones with CMD-R. It used to work good.
    The problem is, That I am in the business of school photography. I take the pictures as RAW files on an Nikon camera (nef) After I ajust all the pictures, I have to rename all of them to JPEG, just to get them online.
    I used to do that with ACR. But now the problem is, if I open a lot of picures with CMD-O, It opens up very good in ACR and I still can give the command to save all of these as JPEG. It workt great, but I have to wait a looooooong time before I can open up my next batch of pictures and start to adjust those. Normally, it would save the files as JPEG and I was able to open up a new batch of pictures in ACR right away. That saves me A LOT OF TIME. This only works if you can open the files with CMS-R. Strange...
    I updated my I-mac to 10.9.1 so I see that is not the newest. PS-CC is 14-2-1 x64 and I am using the beta ACR for now (8.4)
    I just tried to open a RAW file in photoshop with the normal open command and it lauches ACR perfectly. But again from within Adobe bridge I still get the same error about needing to open a qualifying product at least once.
    Stange isn't it?
    Thank you very much for your time!
    Ben

  • Photoshop CC will not open EOS 40D RAW files

    I recently updated to Photoshop CC 2014 but cannot open Canon EOS 40D .CR2 RAW files.
    I can open and edit them in Lightroom but if I attempt to 'Edit in...' Photoshop from Lightroom, I get a message suggesting that I update to Photoshop Camera Raw plug-in version 8.6 using the update tool in the Photoshop help menu.
    However, the Updates... menu item is greyed out, unavailable.
    How can I resolve this issue?

    Thank you again, JJMack.
    As soon as you start CC 2014 press and hold Ctrl+Alt+shift or CMD+Optiom+Shift Photoshop should prompt it you want your preferences deleted.
    I have tried to reset preferences, a couple of times, both by deleting the file 'Adobe Photoshop CC 2014 Prefs.psp' and by using the keyboard shortcut you suggest (also to both older versions of Photoshop on my drive) but the 'Update...' option under Help remains greyed out (on all versions).
    All PS version install by default on the Boot disk and happy coexist. Problem arise when you install newer version of PS then use Adobe uninstllers to un-install previous versions. Often this process messes up file associations of the newer install. I just delete the install tree.
    I don't recall ever having used an uninstaller. I have twice cloned my entire boot disk however, complete with all applications including Photoshop, most recently about a year or so ago when switching to a SSD. I don't know if that might have messed things up along the way. I have no idea what deleting the install tree entails?
    The superscription versions of Photoshop CS6 13.1, CC 14.2.1 and CC 15.0 as well as the perpetual version of CS6 13.0  should have just been updated with ACR 8.6 you should not need  to convert to DNG for there version of PS. If your Cannon is very new you may need to convert to DNG for CS5.
    Re: Photoshop CC will not open EOS 40D RAW files 
    My Canon EOS 70D is listed as supported by ACR 8.6 and in fact, having now hunted down the ACR 8.6 download link (why is it so hidden? why isn't incorporated into the Adobe Photoshop CC 2014 installer?) and installed it, Adobe Photoshop CC 2014 does now open my .CR2 files directly in ACR 8.6 in Photoshop.
    So problem solved, I guess.
    All except the greyed out 'Updates...', which still lingers on.
    Thanks again for all your help.

Maybe you are looking for

  • Auto clearing of customer open items

    Dears, We have implemented for a retail client, wherein we create sale order, collect money, deliver and billing. The collection will generate multiple document since it will be many types (cash, cheques, card, span, transfer etc), my requirement is

  • Intermittent Bug - htmldb_Get clobbers DOM body element - Apex4

    Hello, We recently started the process of upgrading to Apex4 and have had an issue with a call to htmldb_Get clobbering the DOM such that the body tag is emptied and thus nothing is rendered in the browser. But before jumping in too deep let me say t

  • Trying to set security so no one can save to desktop

    Title says it all.  I'm trying to create PDF's that restrict the readers from saving it to their desktop.  I'm looking to buy the right software to accomplish this, right now I'm using basic create PDF features integrated into Word and it only allows

  • Making changes to bookmarks on safari

    When i make changes to order or add new/delete a bookmark or create a new bookmark folder, the changes are not saved when i close the safari down. When safari is re-launched, any of the above changes i made are gone, and settings are re-set. I have m

  • How to debug a function module in a user exit

    Hello out there, I am calling a function module in the updates rules of an InfoCube. The function module "hangs" while running the InfoPackage - the Monitor shows up with "Missung Message . Update rules finished for InfoCube ...". How can I debug an