How to get the Local drive (Disc) name where Operating System is installed in c#?
Ritesh Singh
// Get the drive name where Operating System is installedMessageBox.Show(Path.GetPathRoot(Environment.SystemDirectory));