Top "Cd-rom" questions

A CD-ROM (stands for Compact Disc Read-only memory) is a pre-pressed compact disc that contains data accessible to, but not writable by, a computer for data storage and music playback.

How to Eject CD-ROM

Possible Duplicates: Windows CDROM Eject Open CD/DVD door with a Windows API call? I have looked around and can't …

c# cd-rom
How to eject CD using WMI and Python?

Using Windows' WMI library, how can I eject CD rom mounted in a specific CD/DVD drive? I am asking …

python winapi wmi cd-rom
Identify CD drive and eject using bat or vbs while in WinPE without external files

I need to identify the CD drive and eject the tray. This is executed while booted in WinPE, so the …

vbscript drive winpe cd-rom
How to change CD ROM Letter?

I want to change letter from D to Z: Set-WmiInstance -InputObject ( Get-WmiObject -Class Win32_volume -Filter "DriveLetter = 'd:'" ) -Arguments @{…

powershell cd-rom