Run the script automatically when Windows goes into hibernation or wakes up?

Hello

I use the group policy feature in Windows XP to run scripts automatically when you open a session or logoff.

But it is also possible to make a script run automatically, whenever a Windows-xp machine is about to Hibernate? And also when it wakes up from hibernation?

The clues how to proceed?

A funny hibernation is that if you put into hibernation and power then upwards and don't 'do' nothing - like press a key or move the mouse (just to sit and watch), in 300 seconds (5 minutes), XP will go back into Hibernation automatically.  Try it!

XP does because after it comes out of Hibernation, if XP detects that there is nothing to 'do', he thinks he might be from Hibernation by accident and goes back to "sleep" and said "why you wake me up?

That's why when people hibernate during the night and their machine turn on the morning he wakes up, they make their coffee or breakfast and return later to see that they have the power of their machine again.  If they think something is wrong, but things are working as expected.

One way to fix this, is to use a third-party tool that uses the command line to simulate a mouse movement.   It is enough to prevent the rehibernating while you are on XP.

To simulate a movement of the mouse as soon as your system is equipped with Hibernation, you will need to download the nircmd.exe file.

There are many other utilities of vouchers on NirSoft main page:
http://www.NirSoft.NET/

To simulate the movement of the mouse, download the file nircmd.exe here

http://www.NirSoft.NET/utils/nircmd2.html

Put the nircmd.exe file in a folder which is somewhere in your path (c:\windows\system32, etc.) or consult the path in your command file. I put the nircmd.exe file in my c:\tools folder where I keep other things.

If you do not have Hibernate enabled in your Power Options, tab hibernation, it will put your system on Stand-By instead of Hibernation.

Create a batch file (I called mine hibernate.bat and put the nircmd.exe in my c:\tools folder) and put this line in your hibernate.bat file:

off @echo
Powrprof.dll, SetSuspendState c:\WINDOWS\system32\rundll32.exe Hibernate
c:\tools\nircmd.exe 10 10 movecursor
movecursor-10 c:\tools\nircmd.exe - 10

Save the new file hibernate.bat on your desktop or somewhere, you can retain and double-click it to run the batch file.  When you are sure that it works very well, and then drag the new desktop icon to your quick launch area (to the right of the button start), change the icon, rename, etc, so it looks a bit better and then you can click on new quick launch when icon to call the file hibernate.bat.  Now just remember to use the hibernate.bat file (which could be on your desktop with a nice icon) instead of the menu to turn off the computer.

The first command will put the system into hibernation, and then when XP comes from hibernation (even days later), run the following commands in the batch file.  These last two commands will simulate a slight mouse movement and who will deceive XP into thinking there is a reason to get out of hibernation and it will not go back to sleep.  Then when you come back from your coffee, your system is always waiting for you.

If your case, your hibernate.bat might look something like:

off @echo
order 1 run before hibernation
2 run before hibernation command
order 3 to run before hibernation

Powrprof.dll, SetSuspendState c:\WINDOWS\system32\rundll32.exe Hibernate

order 4 to run when coming out of hibernation
command 5 to run when coming out of hibernation
order 6 to run when coming out of hibernation

Tags: Windows

Similar Questions

  • Start the program automatically when windows starts

    Hello..

    Ho can I make a program open automatically when windows starts?

    Thank you

    There are two ways, see if it does the trick - http://windows.microsoft.com/en-us/windows/run-program-automatically-windows-starts#1TC=windows-7

  • How do I can increase the number of items saved under the recently closed tabs & windows goes into the menu background?

    love this feature, but need a longer list

    See:

    To open the topic: config page, type Subject: config in the address bar (address) and press the 'Enter' key, as you type the url of a Web site to open a Web site.

    If you see a warning then you can confirm that you want to access this page.

    • Use the filter at the top bar of the on: page config to more easily spot a preference.
    • Preferences that have changed see the bold (user set).
    • Preferences you can restore the default value or change via the context menu.
  • Page Web for TomTom starts automatically when windows start.

    When I start my computer the webpage for Tom Tom charge automatically and a pop-up box shows asking me to connect my Tom Tom GPS.  After I close the web page and the pop up my computer works normally.  This problem is very annoying because it really slows down to the top of my boot time.  I use the original version of the 64-bit Windows 7.  Any ideas?


    OT: Network programs network networking Internet site Internet Site Web URL of the Web Site
    Thank you
    John

    Hello

    Thank you for the question to Microsoft Community. I'll give my best to help you.

    Method 1
    I suggest you try the steps suggested by kathleencollins dated on June 20, 2012 from the following link:
    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-desktop/how-can-i-prevent-my-TomTom-navigation-screen-from/5f478553-fd79-4FE3-9785-d1f80cb3b3e7

    Method 2
    I suggest you try the steps from the following link:

    Run a program automatically when Windows starts
    http://Windows.Microsoft.com/en-us/Windows7/run-a-program-automatically-when-Windows-starts

    Method 3
    I suggest you try the steps from the following link:

    How to remove a computer virus?
    http://Windows.Microsoft.com/en-us/Windows7/how-do-I-remove-a-computer-virus

    Note: When you perform an anti-virus online, you will lose data that are affected by the virus. Microsoft is not responsible for the loss of this data.
    Note: this section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article: http://windows.microsoft.com/en-US/windows7/Back-up-the-registry

  • Run the Script before the opening of Outlook 2010

    We have a command to run to load an add-in in Outlook before you open it.   Us thinapp Office and it works very well but we have to find a way to run the script once when they first open Outlook.  Does anyone know a good way to do this?  I got to the point where I created a shortcut under Office tools to run the script manually but I want it to be transparent to the user.

    Basically, we need run the following command to load the add-in.

    servername AppInstall.exe

    Try using VB script. For examples, see here:

    Writing scripts in ThinApp | VMware ThinApp Blog - Articles from VMware

  • Create the alarm to run the script when migrating a VM

    Very well, I create an alarm that triggers a script that runs whenever a virtual computer is migrated automatically in a DRS cluster. I see in the API documentation that I could use the EventAlarmExpression - & gt; new (eventType = & gt; "VmMigratedEvent") (or maybe one of the other dealing with migration eventType). " The problem is that I don't see a way to be able to use a RunScriptAction with an EventAlarmExpression. It seems the only way is to use the RunScriptAction with a StateAlarmExpression. Here is a code snippet showing if all goes well I would do:

    My = $vmName ' name_of_vm;

    My $alarmScript = ' / usr/sbin/vm_migration_update.pl';

    My $vm = Vim::find_entity_view (view_type = & gt; 'VirtualMachine.

    filter = & gt; {name = & gt; $vmName}) ;

    My $alarmMgr = Vim::get_service_content() - & gt; alarmManager;

    my $alarm = Vim::get_view (mo_ref = & gt; $alarmMgr);

    My $alarmExpr = EventAlarmExpression - & gt; new (eventType = & gt; (' VmMigratedEvent');

    My $alarmAction = RunScriptAction - & gt; (new)

    script = & gt; $alarmScript

    );

    My $alarmTrigger = AlarmTriggeringAction - & gt; (new)

    action = & gt; $alarmAction,

    1. red2yellow = & gt; 1,

    1. green2yellow = & gt; 0,

    1. yellow2red = & gt; 0,

    1. yellow2green = & gt; 0

    );

    My $alarmSpec = AlarmSpec - & gt; (new)

    name = & gt; "Migrated VM."

    Description = & gt; 'Trigger to run the script then from VM migration',

    activated = & gt; 1,

    expression = & gt; $alarmExpr,

    action = & gt; $alarmTrigger,

    );

    My $newAlarm = $alarm - & gt; CreateAlarm (entity = & gt; $vm, spec = & gt; $alarmSpec);

    The problem is with the AlarmTriggeringAction. There is nothing to test with an EventAlarmExpression (i.e. the EventAlarmExpression does not provide States of red/yellow/green). So the question is, does anyone know how to set up an alarm that will run a script when an EventAlarmExpression is used. Specifically, I'd like to be able to run a script each time a virtual machine is migrated automatically in a DRS cluster. Pointers would be greatly appreciated.

    David

    Try this:

    C:\Windows\system32\cmd.exe C:\VMware\VMwareCLI\scripts\call_migrate_perl.cmd

    In fact, you can just run scripts perl like this:

    C:\Perl\perl.exe C:\scripts\migrate.pl

    Note: the commands are executed under 'System', not the user of the connection currently. If you don't see it visually. You can take a look at using Windows Task Manager if necessary.

    In addition, you can have parameters of placeholder that will be replaced before the "scripts" are actually executed.

    Good luck!

    Steve JIN, VMware engineering

    Creator of VI Java API: http://vijava.sf.net/

  • When the computer goes into hibernation, it uninstall the device drivers for my HP printer.

    When you wake up you can't print anything until it reinstalls the drivers.  Sometimes, it is not automatic, that it will install the printer and drivers so I have to turn off the printer and turn it back on so it can recognize it.  It does not uninstall the printer and the driver when it is turned off and turned back on just at the moment where it goes into hibernation mode.

    Hi SFinOK,

    The best way to solve this problem is to obtain the latest Windows Vista service pack. If there is a reason why you are unable to install the latest Windows Vista service pack, the best thing is to get the fix that is mentioned in Microsoft KB 929734article.

    See the link below for more information:

    You have problems after you resume Windows Vista from sleep or Hibernate computer

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

    Let us know if it works

    Thank you, and in what concerns:

    Ajay K

    Microsoft Answers Support Engineer

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

  • No model output module custom when you run the script from another process

    Hello

    I have a following problem:

    Try to automate the video rendering. When I run extend script of the program that is launched at windows startup, there is no custom output module template. If the script is started manually, it works perfectly.

    Trying to applyTemplate output module in the results of item renderer error queue.

    I use AE 2014 (13.1.1.3) and windows server 2012 standard r2.

    Thanks for help.

    Sounds like a permissions problem, you will need to set your user contexts and escalate privileges before running the script.

    Mylenium

  • TypeError: try to run the script compilation and go on a 'mistake' in scope cleared when message returns the transfer through images for each image. Does not affect viewing.

    TypeError: try to run the script compilation and go on a contour

    Above the error message appears when moving between images - back and forth. By clicking on the OK button removes the error message and there is no apparent problem. The window that appears refers to a JAVA Script Application (I guess that FIREFOX is the application?)

    -> Troubleshooting extensions, themes and problems of hardware acceleration to resolve common Firefox problems

    Check and tell if its working.

  • How to start the VPN connection when windows is running

    Original title: trouble with automatically the VPN connection

    Hi, I want to have my VPN connection to start automatically when windows is running.

    Simple version:
    I tried various different methods, including; Paste the shortcut in the startup folder and adding the task in the Task Scheduler.

    I have the same problems with both methods. Just the VPN starts automatically... I have to run it manually whenever I turn on the computer or wake up sleep mode.
    Does anyone know other methods finally a solution for the other two methods?
    In the version of the depth of the problems:

    Method of Task Scheduler: I get argument is not valid, it is even after I have successfully created the task and click OK. The task will not work, and also by some strange reason, my VPN password is not get recorded on my connection more. So now, I need to manually start the connection and type in the password. (I click on save the password whenever this does not work, when the task is active...)

    Shortcut to the startup directory: Simple and easy... It simply doesn't get it. I followed the steps very carefully and I'm 100% sure that I did it the right way...

    These links have good information on how to open a VPN connection to the Windows dΘmarrage

    http://www.dariancabot.com/2010/11/15/automatically-connect-to-VPN-at-Windows-startup/

    http://www.Buchatech.com/2011/04/configure-Windows-to-automatically-connect-to-VPN/

  • When you run the script via VMware tools when power changed, some commands in script (as a copy) has failed.

    I came across a very strange question. I tried to create some custom vmware scripting tools, such as a new .bat file. This file contains a large number of orders, mostly as copy command "copy file://\\192.168.172.5\abc.exe c:\. ». I set this file as a custom script for Script event - power on guest operating system. Everything goes well with the bat file when I tested it. But after that I changed the State of power to power on, all other commands work fine except the copy commands in the bat file. Why? How can I make it work? Of course the problem of network. And that makes me very confused.

    Hello

    First copy the files on local disk was OK.

    If this works for local disk, but not to a network drive, then hit you indeed a permissions issue any.

    But if I run the script with tools VMware service script, the commands of copy (of the remote shared folder) failed while other controls worked well. I'm quite confused.

    In fact, it is easily explained. The VMware tools service (Yes, it's a service) runs under the account Local system and by default, the local system account has no access to the network for security reasons. You can change the user of the service runs under and see if that solves your problem (very likely)

    To do this, go to computer management (right-click icon desktop, select 'Manage') and open Services and Applications, service page, locate the VMware Tools service in the list. Select properties, log on to the page tabs and change account at your own Local System account. Restart the service and it should work.

    --

    Wil

    _____________________________________________________

    Visit the new VMware developers at http://www.vi-toolkit.com wiki

  • Red field when I try to run the script with 10G

    I recently installed 10G XE. I am able to create a new user and was trying to run a script for JustLeeBooks on the site of Thompson Course Technology books. I downloaded the files on my computer and then entered the new user and viewed and downloaded the script. The area where appears the script is all red. When I click on run, nothing happens. This script box are red like that?

    I can click on remove and delete the script, but I can't seem to run the script.

    What should I do to run the script for my database class?

    Thank you.
    Vicki

    Hello

    Pre installed Apex XE is quite old and does not take in charge all new browsers.
    Did you try to use other browsers?

    You can also upgrade Apex
    http://www.Oracle.com/technetwork/developer-tools/Apex/upgrade-Apex-for-XE-154969.html

    But be aware that you lose the database management features. But you can make those for example with the SQL Developer as above shows link.

    Kind regards
    Jari

  • ' Run the Scripts of "give a problem to create the domain portal

    Hi all.

    I'm new to weblogic portal development. Was trying to create my basic example of portal in weblogic_portal_10.3.4 with the help of the documentation. I get by running scripts when I was creating the field. I followed the procedure below please help me if you find any problem with my steps.

    1. downloaded and installed Weblogic_Portal_10.3.4 in my environment of windows 7.

    2. start eclipse for weblogic portal.

    3 open prospective portal in eclipse.

    4. click on the Server tab and selected 'Oracle WebLogic Server 11 GR 1 material (10.3.4)'

    5 open "Domain Configuration Wizard"

    6 selected the option button "create a new Weblogic domain.

    7. in the next screen to "generate an automatically configured domain to take in charge the following products.

    selected radio button "Weblogic Portal 10.3.4"

    8. in the next screen given DomainName

    9. the next screen provided that the password/confirm password for the administrator user

    10. in the next screen select JRocket SDK and development_mode for my domain.

    11. in the next screen just left all the default configurations for data sources. (not the data source is selected in their boxes)

    12. in the screen following just clicked the button 'Next' and 'OK' on my popup

    13. in this screen "p13nDataSource" is selected on my top left area of the window, all 3 SQL files are selected for data loading.
    Clicked on * "run the script."


    At this point, I get an error saying: "60839-CFGFWK: database Load Failed!




    java.lang.Exception: SQLException when you run the file file:/C:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/seq_drop_tables.sql
    at com.oracle.cie.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:183)
    to com.oracle.cie.wizard.domain.gui.tasks.JDBCConfigGUITask$ LoadDatabaseThread$ 1.run(JDBCConfigGUITask.java:1673)
    Caused by: java.sql.SQLNonTransientConnectionException: java.net.ConnectException: error connecting to server localhost on port 1527 with Connection refused: connect.
    at org.apache.derby.client.am.SQLExceptionFactory40.getSQLException (unknown Source)
    at org.apache.derby.client.am.SqlException.getSQLException (unknown Source)
    at org.apache.derby.jdbc.ClientDriver.connect (unknown Source)
    at com.oracle.cie.domain.jdbc.JDBCConnectionTester.createConnection(JDBCConnectionTester.java:272)
    at com.oracle.cie.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:154)
    ... 1 more
    Caused by: org.apache.derby.client.am.DisconnectException: java.net.ConnectException: error connecting to server localhost on port 1527 with Connection refused: connect.
    to org.apache.derby.client.net.NetAgent. < init >(Unknown Source)
    at org.apache.derby.client.net.NetConnection.newAgent_ (unknown Source)
    to org.apache.derby.client.am.Connection. < init >(Unknown Source)
    to org.apache.derby.client.net.NetConnection. < init >(Unknown Source)
    to org.apache.derby.client.net.NetConnection40. < init >(Unknown Source)
    at org.apache.derby.client.net.ClientJDBCObjectFactoryImpl40.newNetConnection (unknown Source)
    at org.apache.derby.jdbc.ClientDriver.connect (unknown Source)
    at com.oracle.cie.domain.jdbc.JDBCConnectionTester.createConnection(JDBCConnectionTester.java:273)
    at com.oracle.cie.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:154)
    to com.oracle.cie.wizard.domain.gui.tasks.JDBCConfigGUITask$ LoadDatabaseThread$ 1.run(JDBCConfigGUITask.java:1674)
    Caused by: java.net.ConnectException: connection refused: connect
    at java.net.PlainSocketImpl.socketConnect (Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    at java.net.Socket.connect(Socket.java:529)
    at java.net.Socket.connect(Socket.java:478)
    at java.net.Socket. < init > (Socket.java:375)
    at java.net.Socket. < init > (Socket.java:189)
    at javax.net.DefaultSocketFactory.createSocket(SocketFactory.java:206)
    at org.apache.derby.client.net.OpenSocketAction.run (unknown Source)
    to org.apache.derby.client.net.NetAgent. < init >(Unknown Source)
    at org.apache.derby.client.net.NetConnection.newAgent_ (unknown Source)
    to org.apache.derby.client.am.Connection. < init >(Unknown Source)
    to org.apache.derby.client.net.NetConnection. < init >(Unknown Source)
    to org.apache.derby.client.net.NetConnection40. < init >(Unknown Source)
    at org.apache.derby.client.net.ClientJDBCObjectFactoryImpl40.newNetConnection (unknown Source)
    at org.apache.derby.jdbc.ClientDriver.connect (unknown Source)
    at com.oracle.cie.domain.jdbc.JDBCConnectionTester.createConnection(JDBCConnectionTester.java:272)
    at com.oracle.cie.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:154)
    to com.oracle.cie.wizard.domain.gui.tasks.JDBCConfigGUITask$ LoadDatabaseThread$ 1.run(JDBCConfigGUITask.java:1673)


    CFGFWK-60839: database load failed!









    Please help me if you find any problem with the steps I took to create my weblogic_portal_domain.

    I followed the steps mentioned in the: http://docs.oracle.com/cd/E15919_01/wlp.1032/e14252.pdf to create my domain name to start the development of portal.

    Those are the WLP 10.3.2 instructions. But the 10.3.4 instructions in the tutorial (http://docs.oracle.com/cd/E26806_01/wlp.1034/e14252/setup_dev_env.htm#i1014619) are bad, too.

    In 10.3.4 with derby, Run the Scripts doesn't work; He still needs to work the other database (Oracle, SQL Server, etc.). Instead, for the derby, just create the field, accepting any dialog boxes warning on databases that arise. After that finish in the field directory, run create_db.cmd (for Windows) or create_db.sh (on * nix and Mac). It should create the derby database files in the field and includes everything you need.

    I'll send a note to get the updated documentation.

    Greg

  • How to run the alert box when opening the document

    I use Acrobat 9 and here an alert box come when the document is opened. I have successfully obtained an alert box is displayed by using the script below when recording using actions of the document, but do not know how to run when the document opens. Can someone tell me how to change this option to add Javascript actions, so it will be run when the document opens? Thank you!

    app.alert ("save your completed form and send it as an attachment to [email protected]", 0, 0,)

    It is not a question to change it, but put in the right place.

    You must go into Advanced - processing of Document - Document JavaScripts...

    Then create a new script, clear the contents of the window that opens (the

    Function declaration) and paste this line of code instead.

    Save the file and that's it.

  • When my DVD drive would not work, I bought an external. I get the same message when I go into properties. Pilots have been disabled.

    When my DVD drive would not work, I bought an external. I get the same message when I go into properties. Pilots have been disabled.

    Hello

    Check with the manufacturer of the system, their online documentation and drivers, diagnostics, and
    Ask problems known in their forums. You may also check those similar
    resources on the site of the manufacturer of the actual device (for the original drive).

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

    It is not surprising that the same issue affects the old and the new drive.

    This problem may be caused by the presence of too many CD/DVD programs competing for resources,
    especially by these programs that run at startup.

    Even if the error is not Code 22 check these:

    Code 22
    http://TechNet.Microsoft.com/en-us/library/cc731267 (v = ws.10) .aspx

    How to fix the Code 22 errors
    http://pcsupport.about.com/od/errorc/a/code-22-error.htm

    How to enable a device in Device Manager in Windows Vista
    http://pcsupport.about.com/od/windowsvista/HT/enabledevvista.htm

    If necessary:

    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="">

     

Maybe you are looking for

  • How long does the VI take to complete all tasks?

    Hello I was wondering if there is a way to know how long (in milliseconds or microseconds) shoots a VI image to complete the whole process (when there is no time delay). Kind regards Zdzislaw

  • Can I remove asp dot net 2.0 on an exchange server 2010

    I have a client with an exchange server 2010, and they are required to have a completed quarterly PCI scan. Last quarter of what they narrowly but this time around the issue needs to be resolved. 90780 - Microsoft ASP.NETValidateRequest filters bypas

  • Lenses for the version of the EOS Rebel Film will work on digital

    Will be Sigma and enemy purchased EF lenses a work of camera EOS Rebel Film Version on the new digital boxes?

  • Update driver for not having Intel HD graphics 4400 days now

    For several days, the update for the graphics card Intel HD 4400 has tried to install every time I sign my computer and failed. When I try to solve the problem, I get an error code returned 0 results for "WindowsUpdate_80070103" "WindowsUpdate_dt000

  • ESXi 5 crucial question

    I have 20 stand-alone ESXi 5 servers in vmware farm. For some reason any we did not put the cluster & SAN is not attached. all 20 esxi servers 5 have only their local storage. I am facing a lot of problem with them... as1 network connectivity lost2.