LR changes disappear after Edit in PS

My workflow is: (1) make initial changes in LR (2) edit in PS (3) final fixtures in LR.

Before 2015.4, if I then went back to PS, all original changes in LR, I did would still be there. Not the case-everything is reset to zero. It's annoying and really disrupts my workflow. BTW, when I edit in PS, I chose ('edit original'); I do not necessarily want to make another copy and I want changes made in LR to always be there.

See this bug report in the official feedback forum Adobe: Lightroom : lose adjustments after re - open in PS | Community customer Photoshop family. There are two workaround solutions described in this topic.

Tags: Photoshop Lightroom

Similar Questions

  • Windows Live Photo Gallery: why photo does not disappear after editing?

    I have uploaded the pictures... they appear in Windows Live.  I select photo, edit it, and then close the file.  Tell me that the photo is ' Save... click Cancel to revert to original "or something like that.  Automatically all other photos that I downloaded are there but the one I edited.  I know it's probably a setting that I have implemented, but can't understand what the change is... Have not had any problems until this last download of digital photo.

    This has been spread recently and is apparently related
    at McAfee. Edition/rotation photos become hidden.

    The files are not missing... they are hidden.  Try changing the
    next parameter and the photos should reappear.

    Windows Vista - Show hidden files
    http://Windows.Microsoft.com/en-us/Windows-Vista/Show-hidden-files

    Windows 7 - show hidden files
    http://Windows.Microsoft.com/en-us/Windows7/show-hidden-files

    When the photo thumbs reappear... they can look washed out...
    to clear this up... right click on a photo or a group or a
    folder and choose... Properties, uncheck the box. 'Hidden '.
    Apply / OK.

    The following link can enlighten us:

    McAfee - Windows 7 library files are not displayed
    http://service.McAfee.com/faqdocument.aspx?ID=TS101228

    The following discussion indicates that a patch of McAfee
    should be available soon.

    McAfee update messing around with photo editing
    https://community.McAfee.com/message/203252?TSTART=0

    The following link leads to a very long discussion
    (almost 300 responses) on the subject to McAfee
    Communities site.

    File property issues cause by mcafee?
    https://community.McAfee.com/thread/35820?start=0&TSTART=0

  • Icons in TreeView disappear after editing

    I have a weird bug where the graphic a TreeCell node is not displayed.

    Java version "1.7.0_25", Windows 7 Ultimate.

    The bug is not always reproducible. There are several housing starts of the application manifest.

    Example 13-3 'implementation a Cell Factory' of http://docs.oracle.com/javafx/2/ui_controls/tree-view.htm and

    Change the line

    TreeItem < String > empLeaf = new TreeItem < String > (employee.getName ());

    TO

    TreeItem < String > empLeaf = new TreeItem < String > (employee.getName (), new (depIcon) ImageView);

    for the nodes of the tree editable with icons. If we change the name of a node and attempts to change once again, but undoes the change

    -by selecting another cell with the mouse - icon of the affected node will become empty. See the image.

    I havemage

    If you put a println statement in the method the TreeCell cancelEdit(), you see, there are more alive than expected TreeCells.

    Code:

    test of the package;

    Import Java.util;

    Import javafx.application. *;

    Javafx.beans.property import. *;

    Javafx.event import. *;

    Javafx.scene import. *;

    Javafx.scene.control import. *;

    Javafx.scene.image import. *;

    Javafx.scene.input import. *;

    Javafx.scene.layout import. *;

    Javafx.scene.paint import. *;

    Javafx.stage import. *;

    Javafx.util import. *;

    SerializableAttribute public class TreeViewSample extends Application {}

    private final node = rootIcon

    new ImageView (new Image (getClass () .getResourceAsStream ("root.png")));

    depIcon private final image =

    New Image (getClass () .getResourceAsStream ("department.png"));

    The used < employee > list = asList (paintings). < employee >

    new employee ("Ethan Williams", "Sales"),

    new employee ("Emma Jones", "Sales"),

    new employee ("Michael Brown", "Sales"),

    new employee ("Anna Black", "Sales"),

    new employee ("Rodger York", "Sales"),

    new employee ("Susan Collins", "Sales"),

    new employee ("Mike Graham", "Support"),

    new employee ("Judy Mayer", "Support"),

    new employee ("Gregory Smith", "Support"),

    new employee ("Jacob Smith," 'Accounting'),

    new employee ("Isabella Johnson", 'Accounting'));

    TreeItem < String > = rootNode

    New TreeItem < String > ("mycompany HR", rootIcon);

    Public Shared Sub main (String [] args) {}

    Application.Launch (args);

    }

    @Override

    {} public void start (steps)

    rootNode.setExpanded (true);

    for (employee: employees) {}

    TreeItem < String > empLeaf = new TreeItem < String > (employee.getName (), new (depIcon) ImageView);

    Boolean found = false;

    for (TreeItem < String > depNode: rootNode.getChildren ()) {}

    If (depNode.getValue () .contentEquals (employee.getDepartment ())) {}

    depNode.getChildren () .add (empLeaf);

    found = true;

    break;

    }

    }

    If (! found) {}

    TreeItem < String > depNode = new TreeItem < String >)

    employee.getDepartment (),

    new ImageView (depIcon)

    );

    rootNode.getChildren () .add (depNode);

    depNode.getChildren () .add (empLeaf);

    }

    }

    stage.setTitle ("Tree View sample");

    Box of VBox = new VBox();

    a final scene = new scene (box, 400, 300);

    scene.setFill (Color.LIGHTGRAY);

    TreeView TreeView < String > = new TreeView < String > (rootNode);

    treeView.setEditable (true);

    treeView.setCellFactory (new recall < TreeView < String >, TreeCell < String > > () {}

    @Override

    public TreeCell < String > call (TreeView < String > p) {}

    return new TextFieldTreeCellImpl();

    }

    });

    box.getChildren () .add (treeView);

    stage.setScene (scene);

    internship. Show();

    }

    the final private class TextFieldTreeCellImpl extends TreeCell < String > {}

    private TextField textField;

    public TextFieldTreeCellImpl() {}

    }

    @Override

    public void startEdit() {}

    super.startEdit ();

    If (textField == null) {}

    createTextField();

    }

    setText (null);

    setGraphic (textField);

    textField.selectAll ();

    }

    @Override

    public void cancelEdit() {}

    super.cancelEdit ();

    setText ((String) getItem());

    setGraphic (getTreeItem () .getGraphic ());

    System.out.println ("cancelled point" + getItem());

    }

    @Override

    {} public Sub updateItem (empty string element, Boolean)

    super.updateItem point, empty;

    If {(empty)

    setText (null);

    setGraphic (null);

    } else {}

    If (isEditing()) {}

    If (textField! = null) {}

    textField.setText (getString ());

    }

    setText (null);

    setGraphic (textField);

    } else {}

    setText (getString ());

    setGraphic (getTreeItem () .getGraphic ());

    }

    }

    }

    private void createTextField() {}

    textField = new TextField (getString ());

    textField.setOnKeyReleased (new EventHandler < KeyEvent > () {}

    @Override

    {} public void handle (KeyEvent t)

    If (t.getCode () == KeyCode.ENTER) {}

    commitEdit (textField.getText ());

    } ElseIf (t.getCode () == KeyCode.ESCAPE) {}

    cancelEdit();

    }

    }

    });

    }

    private String getString() {}

    return getItem() is nothing? ' ': getItem () m:System.NET.SocketAddress.ToString ();

    }

    }

    Public NotInheritable class employee {}

    private final SimpleStringProperty name

    Department of SimpleStringProperty final private;

    private employee (String name, String department) {}

    myIdName = new SimpleStringProperty (name);

    This.Department = new SimpleStringProperty (department);

    }

    public String getName() {}

    Return name.get ();

    }

    {} public void setName (String fName)

    Name.Set (fname);

    }

    public String getDepartment() {}

    Return department.get ();

    }

    {} public void setDepartment (String fName)

    Department.Set (fname);

    }

    }

    }

    Solved

    I tried jdk build 1.8.0 - ea - b99 and is no more a problem.

  • The green arrows front and rear under file and Edition disappeared after I downloaded the new Firefox toolbar. How to recover?

    The green arrows to page forward or backward at the top left under the file and edit disappeared after I downloaded the new toolbar for Firefox (for 3.6) and was replaced by the most visited, getting started and last new icons, which I have little use for. How to bring back the original toolbar?

    If the Navigation toolbar is not be displayed? See below.

    Don't see the menu bar not (File, Edit, View, history, Favorites, tools, help)?
    Turn on/off the menu bar is a new feature in version 3.6.
    (~ ~ Red: Linux and OSX see ~ ~: what happened to the file, edit and view menus? )
    Windows Method 1. Press and hold the key and press the letters of the following in this exact order: V T M then release the key
    Windows method 2 Press the F10 key, while the Menu bar, choose "view > toolbars", click on 'Menu Bar' so that a check mark next to the Menu bar
    Method Windows 3 Press and release the button. The Menu bar is displayed; then choose ~ ~ red: V ~ ~ iew > ~ ~ red: T ~ ~ oolbars and click on ~ ~ Red: M ~ ~ enu Bar as well as a checkbox is placed next to Menu bar
    The menu bar should now be displayed permanently, unless you turn it off again using view > toolbars. Check = not displayed, NO check mark is not displayed.
    See:

    http://support.mozilla.com/en-US/kb/Menu+bar+is+missing
    

    http://KB.mozillazine.org/Toolbar_customization#Restoring_missing_menu_or_other_toolbars
    Navigation, bar toolbar bookmarks and other toolbars under view > toolbars. By clicking on one of them will place a check mark (display) or remove the check mark (not shown).
    To display the status bar, view, and then click status bar to place a check mark (display) or remove the check mark (not shown).
    Mode full screen
    http://KB.mozillazine.org/netbooks#Full_screen

    See also:
    Back and front toolbar buttons or others are missing
    Customize controls, buttons, and Firefox toolbars
    How to customize the toolbar

  • In a deiail window why tags change or disappear after it is defined?

    In a deiail window why tags change or disappear after it is defined? I have to put each time I have beyond the window

    Hello

    1 are. what file you referring?

    2 does happen with all the files?

    3. Since when are you facing this problem?

    4. don't you make changes to the computer until the problem occurred?

    I suggest you to see link below and check if it helps.

    Method 1: Add tags or other properties to a file: http://windows.microsoft.com/en-US/windows-vista/Add-tags-or-other-properties-to-a-file

    Method 2:

    Try to scan your computer for the Microsoft Security Scanner, which would help us to get rid of viruses, spyware and other malicious software.

    The Microsoft Security Scanner is a downloadable security tool for free which allows analysis at the application and helps remove viruses, spyware and other malware. It works with your current antivirus software.

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    Note: The Microsoft Safety Scanner ends 10 days after being downloaded. To restart a scan with the latest definitions of anti-malware, download and run the Microsoft Safety Scanner again.

    Hope this information is useful.

  • changes made to the Bundle.js file will disappear after the restart of the AAU

    Nice day

    I add javascript code in the file bundle.js in the following path: domain_home\ucm\cs\weblayout\resources\bundle.js .
    the changes are reflected on the University Complutense of MADRID fine, but once the server of the University Complutense of MADRID has reformulated the changes disappeared and the file back to back such; without my changes.

    the code that I want to add is:

    If ((typeof gamme! == 'undefined') & &!) Range.prototype.createContextualFragment) {}
    Range.prototype.createContextualFragment = {function (html)}
    Frag var = document.createDocumentFragment ();
    div var = document.createElement ('div');
    frag.appendChild (div);
    div.outerHTML = html;
    return of frag;
    };
    }

    I want to add because I have a javascript like this error: object does not support property or method 'createContextualFragment', this erro has occurred when the version of Internet Explorer is V.9. ; no javascript errors appear on the Version 8. When I add this piece of javascript in the bundle.js file, it the error disappeared and everything's fine, but as I said earlier after restart of the AAU extra javascript code is over and disappear from the file bundle.js.

    For this reason, I wanted to ask, is there a way so that my code and will remain even after reboot? Or is the file downloaded on the restart of a different path?

    Any Suggestions?

    It's actually quite simple to explain:

    - domain_home\ucm\cs\weblayout\resources is a directory that contains the version of the runtime resources
    -If you want to persist your changes, you will need to do it in a source directory. 11 g, there are two directories source; one of the standard components and the other for those custom. You must use the latter
    -in fact, if you create a custom component wizard, make your changes it and activate the component, you should be done. The only other thing that you should pay attention is the loadOrder of your resource setting - it should be higher applies.

    For more details, see http://docs.oracle.com/cd/E23943_01/doc.1111/e10807/part4_customize_comp.htm#sthref522

  • windows installation 10 made my disappear from editting Adobe task bar

    windows installation 10 made my disappear from editting Adobe task bar

    What program and what version?

    If cloud, you may need to do the below

    Sign out of your account... Uninstall... to run vacuuming...

    -http://helpx.adobe.com/creative-cloud/help/install-apps.html (and uninstall)

    -using the vacuuming after uninstalling and before reinstalling is often necessary

    -https://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html

    -Restart your computer... Sign in to your account... Reinstall the latest version

    If an older version of serial number of your program without name, read below

    An idea that MAY work to install or run some programs in Windows old 10

    -http://www.tenforums.com/tutorials/15523-compatibility-mode-settings-apps-change-windows-1 0 - a.html

  • The last version doesnot open new tab with google even after editing about: config

    Until two days ago, that the new tab opened with Google.com. After the introduction of tiles in a new tab where the tiles with suggested sites are displayed, even after editing with subject: config, there is no change. Set in a new tab button suggested only the sites or blank page that crushes everything: config it seems

    Firefox has tiles on the new tab from Firefox 13 page. But something has just changed: 41 Firefox no longer use the browser.newtab.url parameter in topic: config because he was constantly attacked by malware. From 41 of Firefox, you need an add-on to change the new tab page.

    Here are a few options (I'm learning more all the time):

    • If you are already using the "Restorer of classic theme" or "Tab Mix Plus" extension: There is an option somewhere (!) in his dialogues of the parameters to select another page in the new tab.

    Use only one of these methods at the same time, otherwise there may be conflicts and dysfunctions.

    Setting up substitute new tab and new tab custom

    After installing one of these extensions, you must use the Options page to set the new desired tab page (instead of use subject: config).

    Open the page modules using either:

    • CTRL + SHIFT + a (Mac: Cmd + shift + a)
    • "3-bar" menu button (or tools) > Add-ons

    In the left column, click Extensions. Then on the side right, find the new tab replace or custom new tab and click on the Options button. (See first screenshot attached).

    New tab Override

    Depending on the size of your screen, you may need to scroll down to enter the address in the form. (See second screenshot attached). For example:

    • (Default) page thumbnails = > subject: newtab
    • Blank tab = > subject: empty
    • Built-in Firefox homepage = > topic: welcome
    • Any other page = > full URL of the page

    Then tab or click this form field and you can test using Ctrl + t.

    Custom new tab

    It is easy to enter your favourite homepage address. If you check either of the boxes, the expansion will set the focus in the page as well, for example, the cursor will be in the Google search box. (See third screenshot attached). I had to leave Firefox and start it up again before new custom tab started working, but this may have been due to tests so many extensions back to back.

    Success?

  • UPDATE works well... amd switchable graghics. Ati HD 6300 drivers disappear after

    HP Pavilion dv7-4270us.                            Product #XZ826UA #ABA

    UPDATE: I reinstalled drivers all again, with the same results as below. Crash with in the first 5 min to display of average quality settings. So I decided to try the package unistall supplied with the updated driver. I used ATI unistaller package Legacy 13-9 AMD/ATI. UNISTALL the express button. After uninstall properly finished and before I reinstalled the same driver package, I checked to see what drivers were still missing.  And that's my ATI Mobility Radeon HD 6370 returned on my device manager after the Unistall. I have not crushed then game drivers or lost when you restart.

    FYI back, when I did a clean install on with HP sp50599.exe driver with auto install and even when I did the installation myself, display drivers do not work properly. Not until I used the uninstall program DDU then did a clean install (which means a new driver package never run) with MS 50599.exe, reboot, I then installed the card ATI 13-9 Legacy pilot, (download the fresh). The computer crashed shortly after that, I used the unistaller inherited from 13-9. After Unistalling my drivers. THE pilots finally actually work properly... what a mouthful. Seems illogical, but it is what it is.

    The graphics and control are superior to all other drivers.    They are here.

    AMD M880G with ATI Mobility Radeon HD Driver 4250 Date 29/09/2010 Version 8.770.2.2000 driver

    Driver ATI Mobility Radeon HD 6370 Date 29/09/2010 Version 8.770.2.2000 driver

    PS: DO NOT LET WINDOWS UPDATE DISPLAY DRIVERS

    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    All system devices are woring correctly except those listed below

    Communication of i/o port ATI SMBus Controller

    Direct memory access controller

    High precision event Timer

    Numeric Data Processor

    Speaker system

    System clock

    ------------------------------------------------------------------------------------------------------------------------------

    NO CHANGE TO THE SYSTEM DEVICES... AS STILL IS THE LIST HERE... NO CHANGE

    -------------------------------------------------------------------------------------------------------------------------------

    Same Message on all devices / not Woring: No. drivers installed, any necessary files or installed. I did all the checks / update driver, disable, enable, and uninstall find the hardware changes in that order with the same Message / no drivers installed files - No not required either on installed

    AMD / ATI switchable graghics. Ati HD 6300 drivers disappear after use / restart. I have to reinstall both HP sp50599.exe / then ATI drivers inherited from 13-9. He works for a short time, then goes down the chart high-definition and which X 11. 4200 drivers are fine in Device Manager but no driver HD 6300. I think they were the 6300 series cannot be verified until I have reinstall the GPU drivers because they appear in Device Manager. Think also that the Mobility Radeon is a M880.  Checked for hardware change and found nothing.  Uninstall AMD did not have Direct X 11 work properly, that it ran slowly and hot even on smaller settings if the Direct X 11 works not at all. The DDU uninstaller it works beautifully not running hot with the default game settings are almost at the upper end. Beautiful graphics and very smooth controls. But now the fall on the problem with the display drivers. I use the xbox 360 controller pc hand instead of via USB key board. I did have a problem with any top end games (Deus Ex human Resources, Tomb Raider, Batman Arkham City.) Until I ran FFXIII-2, it is a terrible and taxed my graphic system console port and crashed it. First noticed HD Audio dropped then rendered account that this view HD controller did not work. Now when I reinstall display drivers other games live X II causes the crash.

    Thanks for any help,

    Operating system: Microsoft Windows 7 (64-bit)

  • Office disappears after some time when starting windows 7

    When windows has started, the office disappears after about 30 seconds and a white background appear.
    I can only turn it back on when I press the windows button then the right button of the mouse and click on desktop, but everytime when I start a new program, I have the same problem again. He nerves.

    Can someone help me please?

    Hello

    I'm not quite sure what could cause this but maybe you should try to change the wallpaper?

    -Right click on the desktop,
    --Select Customize and then you can see the background option to display at the bottom of the customization window.

    Check it!

  • Bootloop after editing build.prop

    Hello Hello, y at - it could someone help me im in a bootloop because of my build.prop of edition. Is there anyone know how to solve this problem. ? My camera is Lenovo a3000-H and rooted it.

    Bootloop after editing build.prop comes because of not giving the correct permissions (rw-r-r). Now you can push the build.prop using adb sideload and then change its permissions using chmod. OR another way is that you Flash system.img using flash SP tools.

  • The digitized files disappear after that scanning with HP Solution Center update

    The digitized files disappear after that scanning with HP Solution Center update

    Have a HP Officejet Pro L7590 all-in-one.  Under Vista 64-bit.

    Updated my Center of solutions for version 14.  Now when I scan something, it scans OK then when I save to file it away.  Looked on the HP site and found Update critical for this problem, however, the critical update is to version 13 and when I try to run it it tells me I need not and will not continue.

    Also: (maybe something to do with the problem) when using the / opening of the solution Center, when I goes to the buttons "ScanPicture" or "Scan a Document" and then click on "Change settings" there is nothing in the drop-down list for the ' Scan To: ' section.

    Have tried uninstalling and reinstalling several times.  Does not work.

    See you soon!

    Hello

    Two questions actually related to each other.

    Please, try the following:

    Make sure that the HP Solution Center is closed.

    Enter C:\Program Files (x 86) \HP\Digital Imaging\bin and search for the file hpqxmlul.dll .

    Move this file to a temporary folder elsewhere as your office, just to backup porpuses.

    Download and save the following file to your desktop, remove it by double-clicking, a new hpqxmlul.dll file appears on your desktop.

    Move this file in C:\Program Files (x 86) \HP\Digital Imaging\bin.

    Today the launch of the HP Solution Center and test analysis, check any changes with the sweep for list as well.

    Please let me know of any changes.

  • Reader of CD-ROM/DVD-Rom disappeared after the installation of Service Pack 2

    Why my CD-ROM/dvd-rom drive does not disappear after the installation of Service Pack 2 and how do I get it back? Because before I installed Service Pack 2 I had a problem of code 10 and tried deleting the thing fixing upperfilter, but that did not work, so is there anything else I can do. I have a HP Pavilion dv9000 and it is 3 years old.

    Thank you!

    Hello

    Check with HP, their drivers support and documentation online and ask in the HP Forums about known issues.

    Support HP & drivers
    http://welcome.HP.com/country/us/en/support.html

    Contact HP
    http://welcome.HP.com/country/us/en/contact_us.html

    HP forums
    http://h30434.www3.HP.com/PSG/

    ========

    Description of errors related to the 10 Code that generates the Device Manager in Windows on computers
    http://support.Microsoft.com/kb/943104/

    Step 1: Please do all the same underneath if you did some before as is often total
    a process that solves the problem.

    Try this - Panel - Device Manager - CD/DVD - double click on the device - driver tab.
    Click on update drivers (this will probably do nothing) - RIGHT click ON the drive - uninstall.
    RESTART this will refresh the default driver stack. Even if the reader does not appear to continue
    below.

    Then, work your way through these - don't forget the drive might be bad, could be a coward
    cable or slight corrosion on the contacts (usually for a laptop) and other issues.

    Your CD or DVD drive is missing or is not recognized by Windows or other programs
    http://support.microsoft.com/kb/314060 - a Mr Fixit

    Try this fix manually if the Fixit 314060 does not work
    http://www.pchell.com/hardware/cd_drive_error_code_39.shtml

    Your CD or DVD drive is missing or is not recognized by Windows or other programs-
    a Mr Fixit
    http://support.Microsoft.com/kb/982116

    The CD drive or the DVD drive does not work as expected on a computer that you upgraded to
    for Windows Vista
    http://support.Microsoft.com/kb/929461

    When you insert a CD or a DVD, Windows Vista may not recognize the disc
    http://support.Microsoft.com/kb/939052

    Your CD or DVD drive cannot read or write media - A Mr Fixit
    http://support.Microsoft.com/GP/cd_dvd_drive_problems

    CD/DVD drive does not appear in Windows Vista, or you receive this error in Windows
    Vista installation after booting from the DVD (AHCI)
    http://support.Microsoft.com/kb/952951
    Drive CD - R or CD - RW Drive is not recognized as a recordable device
    http://support.Microsoft.com/kb/316529/

    Hardware devices not detected or not working - A Mr Fixit
    http://support.Microsoft.com/GP/hardware_device_problems

    Another possibility is that the cables are loose. Remove ALL power, then make sure that the cables in both
    ends. Remove and replace, do not just tight. For laptops, you can often clean power and
    contacts data with a pencil eraser.

    Some DVD players do not use the Windows default drivers so check with the manufacturer of system and
    manufacturer of device to see if there is a firmware or drivers for your drive if necessary.

    ===============================

    Step 2: You have disc problems as the CD/DVD is actually 4 discs in 1 case (CD & DVD
    Burn and CD and DVD read). So it is not unusual for 1 or 2 operational so that other parts
    do it right.

    Did you follow the Troubleshooting Guide for the reader who still does not work? There are
    the entries in registry that the troubleshooter does not solve and those who "might" be the cause.

    Check with your Maker system and a device for the two possible firmware updates and
    the correct registry entries for your car.

    Here are the keys that I of course are those in question - for the subkeys of the CD/DVD drive
    as there will be other subkeys in these keys. Do not forget to ask specific keys involved as well as
    the parameters.

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\IDE

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\0001\System\CurrentControlSet\Enum\IDE

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\ {4D36E965-E325-11CE-BFC1-08002BE10318}

    -----------------------------------------------------------------------

    You can probably find more info here and maybe even the exact registry for your CD/DVD settings
    drive from someone with the same model.

    Forums - a lot of expert real help
    http://Club.myce.com/

    CD/DVD units
    http://www.myce.com/storage/

    Use DevManView to locate the CD/DVD in the registry (be careful and do a prior Restore Point)
    nothing change) - find the DevManView device and then make a right click on it free in RegEdit.

    DevManView - free - an alternative to the standard Windows Device Manager, which displays all the
    devices and their properties in flat table, instead of the tree viewer
    http://www.NirSoft.NET/utils/device_manager_view.html

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • Bug in Vista without response: the icons of the Office Keep disappear after reboot - have to manually make it visible each time that

    Vista!

    Bug again issue: Vista Desktop Icons keep disappearing in the course and more !

    Out of nowhere, my desktop icons disappear after reboot. When I reboot, they appear for about a second and then they are gone .

    I have to manually select the view desktop items box every time after a reboot . I tried a clean reboot but nothing. By coincidence, the sidebar keep appearing EVERY TIME that I reboot my unchecking it displayed when it restarts.

    Y at - it a fix for this bug that continues to make my office disappear and make me manually make them visible?

    Help!

    Hi ad391970,

     

    The reason for updates make changes on the computer would be some conflicting third-party programs or there might be a corruption in the Windows Update components.

    I suggest that you try to install updates by disabling the third-party program conflict and check if it works.

    To help resolve the error and other messages, you can start Windows Vista by using a minimal set of drivers and startup programs. This type of boot is known as a "clean boot". A clean boot helps eliminate software conflicts.

    Perform the check and the clean boot if you have the problem.

    1. click on start, type msconfig in the search box and press ENTER.

    User account control permission

    If you are prompted for an administrator password or a confirmation, type the password, or click on continue.

    2. in the general tab, click Selective startup.

    3. under Selective startup, clear the check box load startup items.

    4. click on the Services tab, select the hide all Microsoft Services check box, and then click Disable all.

    5. click on OK.

    6. When you are prompted, click on restart.

    7. after the computer starts, check if the problem is resolved.

    If the problem is resolved to check what is the cause of the problem, referring to the link given below:

    http://support.Microsoft.com/kb/929135

    Reset the computer to start as usual

    When you are finished troubleshooting, follow these steps to reset the computer to start as usual:

    Click Start, type msconfig.exe in the start search box and press ENTER.

    If you are prompted for an administrator password or for confirmation, type your password, or click on continue.

    On the general tab, click the Normal startup option, and then click OK.

    When you are prompted to restart the computer, click on restart.

    If the step above does not resolve the issue updates suggest that you try to reset the component of windows update and check if it works.

    Check out the link below to find out how to reset the windows component update

    How to reset the Windows Update components?

    http://support.Microsoft.com/kb/971058

    If the step above does not resolve the question suggests that you check in a new user account if you are faced with a similar question. If a face similar to a new user account which means your other user account has been corrupted.

    See the link below for screw a corrupt user profile.

    Difficulty of a corrupted user profile

    http://Windows.Microsoft.com/en-us/Windows-Vista/fix-a-corrupted-user-profile

    Hope this information is useful.

    All the best!

    Thanks and greetings

    Halima S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • How to make the window disappears after minimize instead of becoming the output of the image?

    How to make the window disappears after minimize instead of becoming the output of the image?

    Hi Sam,

    This issue may have caused due to infection by the virus or system files missing or damaged or because of the corruption of the user profiles. I would like to know some information about this problem so that we can help you further.

    1. have you made changes on the computer before this problem?

    2. do you get any error code or error message while starting?

    3. have you checked if the problem occurs on a different user account?

    I would suggest trying the following methods and check if it works for you.

    Method 1:

    Run the Microsoft Safety Scanner and check if there is any threat of viruses found.

    Microsoft safety scanner: http://www.microsoft.com/security/scanner/en-us/default.aspx

    Note: The Microsoft Safety Scanner ends 10 days after being downloaded. During these 10 days, it will remove all the files infected by the virus and records. I suggest you create a backup of your data, and then install Microsoft Safety Scanner.

    Method 2:

    Run the System File Checker scan and check if it helps. This will help you to find and replace missing or damaged system files.

    See the following article from Microsoft Support to run the System File Checker.

    http://support.Microsoft.com/kb/929833/en-us

    Method 3:

    If you have not checked if the problem occurs on a different user account are not, then try again to create a new user account and check if the problem persists. This is to check if the problem is caused due to the corruption of user profiles or not.

    See the following article from Microsoft Help to create a new user account.

    http://Windows.Microsoft.com/en-us/Windows/create-user-account#create-user-account=Windows-7

    If the problem does not persist in the new user account, then try the steps in the following article from Microsoft Help to fix the damaged user profile.

    http://Windows.Microsoft.com/en-us/Windows/fix-corrupted-user-profile#1TC=Windows-7

    Please reply with the status of the issue so that we can better help you.

Maybe you are looking for