how to open dvd rom with cmd

I'm just getting started with cmd . Now could you show me how to open dvd rom with cmd. Any suggestions or advice on this. Thanks! Asked Jul, 31 2011
add commentflag 

answer this question

You can hide the drive by tweaking Windows Registry, so that no one can see the specified drive.

Go to Start -> Run and type Regedit to start the registry editor. Now you need to follow a specific key which must be edited:

HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Policies / Explorer

Right click in the right panel and select New->DWORD value. Name it NoDrives. You will immediately observe that this new DWORD value got its data something like this: 0x00000000. The 0x in the front of the value means the number is stored hexadecimal (base 16). There are four sets of double 0. This means that every set has its representations as follows (from right to left):

- first set: drive letters from A to H
- second set: I to P
- third set: Q to X
- fourth set: Y to Z

The value number for the each drive is:

1 for A I Q Y, 2 for B J R Z, 4 for K C S, 8 for D L T, 16 for E M U, 32 for F N V, 64 for G O V and 80 for H P X.

Now focus on the information I provided you with above. If you want to hide partition E:, you should edit the NoDrives value as follows: E: corresponds to the first set of double 00 and the value for E is 16. Therefore, replace the first (rightmost) double 00 with 10 (the hexadecimal representation of the number 16).
 

(via)

Answered Jul, 13 2010
vote up 1 vote down

glue the nic cable in place both at the PC and the wall jack

Answered Jun, 21 2010
vote up 0 vote down

Hi, please refer to this way:
1.Double click on the My Computer icon on your Desktop until it opens.
2.Then gently click on your CD / DVD Rom Drive just until it becomes highlighted.
3.Then click on the word File, which is contained in your top tool bar area.
4.This will pull down a menu for you to now click on Properties.
5.Then click on the Auto Play tab at the top of the screen.
6.You can adjust settings for Music CDs, Music Files, Pictures, Video Files and Mixed Content.
7.Now select a multimedia types by using the pull down arrow to the right with your mouse.
8.Then for each multimedia type, use your mouse to encircle the Select an action to perform: option.
9.To disable that multimedia type, click on the Take no action icon at the bottom of the screen.
10.Now click on the Apply button at the bottom of the screen to save your changes.
11.Continue in the above fashion for each multimedia type, choosing the Take no action option.
12.And ensure that you click on the Apply button at the bottom of the screen to save your changes.
13.Once all options have been set, then click on OK button to exit the CD Drive Properties window.
14.Repeat the above procedure on any additional CD Rom Drives you have in your system.
15.Note: If you feel you have made a mistake, you can click on the Restore Defaults icon at any time.

The source:http://forums.techarena.in/operating-systems/1093085.htm Answered May, 12 2011
vote up 1 vote down

Your Answer

community wiki:

The Verified Code is to stop spamming. It will be hidden once your reputation reached 100.
or
Create one

Options