How can I know on which drive is Windows installed?How to find which hard drive represents each drive letter?Determine which physical HDD is whichAn internal, Windows 7 installed drive fails to boot after transforming into external driveWhich partition contains my C drive?How can I boot Windows from external hard drive using GRUB?Can see internal drive on other workgroup PC, but not externalWindows 7: Specify which (internal) drives to mount on startupWhich harddrive would OS be installed on?Windows 10 refuses to install on certain driveWindows recovery cannot find system drive
I Accidentally Deleted a Stock Terminal Theme
In a Spin are Both Wings Stalled?
Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?
Took a trip to a parallel universe, need help deciphering
Why do I get two different answers for this counting problem?
Etiquette around loan refinance - decision is going to cost first broker a lot of money
What's the difference between 'rename' and 'mv'?
Were any external disk drives stacked vertically?
What mechanic is there to disable a threat instead of killing it?
intersection of two sorted vectors in C++
Theorems that impeded progress
How to prevent "they're falling in love" trope
Facing a paradox: Earnshaw's theorem in one dimension
Is it legal for company to use my work email to pretend I still work there?
How do conventional missiles fly?
Can I ask the recruiters in my resume to put the reason why I am rejected?
prove that the matrix A is diagonalizable
Why does Kotter return in Welcome Back Kotter
What is going on with Captain Marvel's blood colour?
How can saying a song's name be a copyright violation?
What exploit are these user agents trying to use?
Why doesn't H₄O²⁺ exist?
UK: Is there precedent for the governments e-petition site changing the direction of a government decision?
Doing something right before you need it - expression for this?
How can I know on which drive is Windows installed?
How to find which hard drive represents each drive letter?Determine which physical HDD is whichAn internal, Windows 7 installed drive fails to boot after transforming into external driveWhich partition contains my C drive?How can I boot Windows from external hard drive using GRUB?Can see internal drive on other workgroup PC, but not externalWindows 7: Specify which (internal) drives to mount on startupWhich harddrive would OS be installed on?Windows 10 refuses to install on certain driveWindows recovery cannot find system drive
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I have two exact copies of Windows 10, one on drive C: and one on drive D:. These are two internal drives in the same laptop.
How can I know which Windows is running?
How can I select the one to launch during boot?
windows boot windows-10
migrated from serverfault.com 2 days ago
This question came from our site for system and network administrators.
add a comment |
I have two exact copies of Windows 10, one on drive C: and one on drive D:. These are two internal drives in the same laptop.
How can I know which Windows is running?
How can I select the one to launch during boot?
windows boot windows-10
migrated from serverfault.com 2 days ago
This question came from our site for system and network administrators.
I dont know why you ended up with two exact copies of same version of windows. But for your question onHow can I select the one to launch during boot?
. you can useeasybcd
software here
– Goron
2 days ago
2
open task manager, select windows system process, then open file location
– Vishwa
2 days ago
@Vishwa - If you write it as an answer, I will accept it.
– Pietro
2 days ago
Typeset
at a command prompt and look at thewindir
variable.
– joeqwerty
2 days ago
add a comment |
I have two exact copies of Windows 10, one on drive C: and one on drive D:. These are two internal drives in the same laptop.
How can I know which Windows is running?
How can I select the one to launch during boot?
windows boot windows-10
I have two exact copies of Windows 10, one on drive C: and one on drive D:. These are two internal drives in the same laptop.
How can I know which Windows is running?
How can I select the one to launch during boot?
windows boot windows-10
windows boot windows-10
asked 2 days ago
PietroPietro
6432924
6432924
migrated from serverfault.com 2 days ago
This question came from our site for system and network administrators.
migrated from serverfault.com 2 days ago
This question came from our site for system and network administrators.
I dont know why you ended up with two exact copies of same version of windows. But for your question onHow can I select the one to launch during boot?
. you can useeasybcd
software here
– Goron
2 days ago
2
open task manager, select windows system process, then open file location
– Vishwa
2 days ago
@Vishwa - If you write it as an answer, I will accept it.
– Pietro
2 days ago
Typeset
at a command prompt and look at thewindir
variable.
– joeqwerty
2 days ago
add a comment |
I dont know why you ended up with two exact copies of same version of windows. But for your question onHow can I select the one to launch during boot?
. you can useeasybcd
software here
– Goron
2 days ago
2
open task manager, select windows system process, then open file location
– Vishwa
2 days ago
@Vishwa - If you write it as an answer, I will accept it.
– Pietro
2 days ago
Typeset
at a command prompt and look at thewindir
variable.
– joeqwerty
2 days ago
I dont know why you ended up with two exact copies of same version of windows. But for your question on
How can I select the one to launch during boot?
. you can use easybcd
software here– Goron
2 days ago
I dont know why you ended up with two exact copies of same version of windows. But for your question on
How can I select the one to launch during boot?
. you can use easybcd
software here– Goron
2 days ago
2
2
open task manager, select windows system process, then open file location
– Vishwa
2 days ago
open task manager, select windows system process, then open file location
– Vishwa
2 days ago
@Vishwa - If you write it as an answer, I will accept it.
– Pietro
2 days ago
@Vishwa - If you write it as an answer, I will accept it.
– Pietro
2 days ago
Type
set
at a command prompt and look at the windir
variable.– joeqwerty
2 days ago
Type
set
at a command prompt and look at the windir
variable.– joeqwerty
2 days ago
add a comment |
4 Answers
4
active
oldest
votes
The drive letters like C: are only assigned during Runtime of a Windows installation, so they will usually be both C:
for both your installations.
Open an elevated cmd.exe
or Powershell.exe
(as Administrator), then type:
diskpart
after a moment, type:
list volume
You get something like this:
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 1 WinBOOT FAT32 Partition 350 MB Healthy System
Volume 2 D Win1 NTFS Partition 31 GB Healthy
Volume 3 C Win2 NTFS Partition 33 GB Healthy Boot
Volume 4 S Data NTFS Partition 380 GB Healthy
In this case you can see that the Windows on Volume 3
is currently running, there is another one on Volume 2
, Boot
in the Info column on the far right indicates that this is the current Windows Drive.
you can see the same by open Disk Management:
diskmgmt.msc
and look for Boot
in the Status column of volumes.
When setting up a dual boot Windows you should use descriptive names for each boot entry.
add a comment |
There are few ways, and I'll mention quickest ways that comes into my mind.
Open Run dialog (Winkey+R) and type below and enter, it'll open your
current windows installation directory%windir%
- Open Task manager and select a system process(something like
svchost.exe or winlogon.exe ) in details/processes tab. right click
on that and you can see Open File Location, which will also open
your windows directory.
+Also, if you have windows vista or later, your boot drive will show a windows logo/flag when you open the My computer, Computer or This PC (Name may vary depending on the OS version)
– Vishwa
yesterday
Whether he boots his C:Windows or his D:Windows, when running both will display C:Windows as the file location. Because nearly all Windows installations are in C:Windows now.
– Peter Hahndorf
yesterday
add a comment |
Some other ways
- Open start menu, type "system info" and open System Information. You'll see the Windows Directory under System Summary
- Open start menu, type "disk management" or press Win+R > diskmgmt.msc > Enter. That'll list all the drives in your PC. The system drive will be listed with the Boot flag, most likely along with "Crash Dump" and "Page File"
Simply press Win+R and run cmd. The path to cmd.exe is often shown on the title bar by default. On some systems it simply shows "Command Prompt" but in that case you can look at the prompt string which often points to your user folder in the system drive
This is quick but not reliable either, so while you're at the commmand prompt just run the commands in other answers or you can run
echo %systemroot%
orset sys
C:>set sys
SystemDrive=C:
SystemRoot=C:WINDOWSPress Win+Pause or right click My Computer > Properties > System Protection. Your system drive will be listed with the word "System"
That said, nowadays Windows often shows its system drive always as C: regardless of its system volume position in a drive, so a drive label or device name is more useful than a drive letter
add a comment |
Open CMD an Type in wmic OS GET SystemDrive /VALUE
This Will Return System Drive Letter.
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "3"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1420449%2fhow-can-i-know-on-which-drive-is-windows-installed%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
The drive letters like C: are only assigned during Runtime of a Windows installation, so they will usually be both C:
for both your installations.
Open an elevated cmd.exe
or Powershell.exe
(as Administrator), then type:
diskpart
after a moment, type:
list volume
You get something like this:
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 1 WinBOOT FAT32 Partition 350 MB Healthy System
Volume 2 D Win1 NTFS Partition 31 GB Healthy
Volume 3 C Win2 NTFS Partition 33 GB Healthy Boot
Volume 4 S Data NTFS Partition 380 GB Healthy
In this case you can see that the Windows on Volume 3
is currently running, there is another one on Volume 2
, Boot
in the Info column on the far right indicates that this is the current Windows Drive.
you can see the same by open Disk Management:
diskmgmt.msc
and look for Boot
in the Status column of volumes.
When setting up a dual boot Windows you should use descriptive names for each boot entry.
add a comment |
The drive letters like C: are only assigned during Runtime of a Windows installation, so they will usually be both C:
for both your installations.
Open an elevated cmd.exe
or Powershell.exe
(as Administrator), then type:
diskpart
after a moment, type:
list volume
You get something like this:
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 1 WinBOOT FAT32 Partition 350 MB Healthy System
Volume 2 D Win1 NTFS Partition 31 GB Healthy
Volume 3 C Win2 NTFS Partition 33 GB Healthy Boot
Volume 4 S Data NTFS Partition 380 GB Healthy
In this case you can see that the Windows on Volume 3
is currently running, there is another one on Volume 2
, Boot
in the Info column on the far right indicates that this is the current Windows Drive.
you can see the same by open Disk Management:
diskmgmt.msc
and look for Boot
in the Status column of volumes.
When setting up a dual boot Windows you should use descriptive names for each boot entry.
add a comment |
The drive letters like C: are only assigned during Runtime of a Windows installation, so they will usually be both C:
for both your installations.
Open an elevated cmd.exe
or Powershell.exe
(as Administrator), then type:
diskpart
after a moment, type:
list volume
You get something like this:
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 1 WinBOOT FAT32 Partition 350 MB Healthy System
Volume 2 D Win1 NTFS Partition 31 GB Healthy
Volume 3 C Win2 NTFS Partition 33 GB Healthy Boot
Volume 4 S Data NTFS Partition 380 GB Healthy
In this case you can see that the Windows on Volume 3
is currently running, there is another one on Volume 2
, Boot
in the Info column on the far right indicates that this is the current Windows Drive.
you can see the same by open Disk Management:
diskmgmt.msc
and look for Boot
in the Status column of volumes.
When setting up a dual boot Windows you should use descriptive names for each boot entry.
The drive letters like C: are only assigned during Runtime of a Windows installation, so they will usually be both C:
for both your installations.
Open an elevated cmd.exe
or Powershell.exe
(as Administrator), then type:
diskpart
after a moment, type:
list volume
You get something like this:
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 1 WinBOOT FAT32 Partition 350 MB Healthy System
Volume 2 D Win1 NTFS Partition 31 GB Healthy
Volume 3 C Win2 NTFS Partition 33 GB Healthy Boot
Volume 4 S Data NTFS Partition 380 GB Healthy
In this case you can see that the Windows on Volume 3
is currently running, there is another one on Volume 2
, Boot
in the Info column on the far right indicates that this is the current Windows Drive.
you can see the same by open Disk Management:
diskmgmt.msc
and look for Boot
in the Status column of volumes.
When setting up a dual boot Windows you should use descriptive names for each boot entry.
answered yesterday
Peter HahndorfPeter Hahndorf
8,82463858
8,82463858
add a comment |
add a comment |
There are few ways, and I'll mention quickest ways that comes into my mind.
Open Run dialog (Winkey+R) and type below and enter, it'll open your
current windows installation directory%windir%
- Open Task manager and select a system process(something like
svchost.exe or winlogon.exe ) in details/processes tab. right click
on that and you can see Open File Location, which will also open
your windows directory.
+Also, if you have windows vista or later, your boot drive will show a windows logo/flag when you open the My computer, Computer or This PC (Name may vary depending on the OS version)
– Vishwa
yesterday
Whether he boots his C:Windows or his D:Windows, when running both will display C:Windows as the file location. Because nearly all Windows installations are in C:Windows now.
– Peter Hahndorf
yesterday
add a comment |
There are few ways, and I'll mention quickest ways that comes into my mind.
Open Run dialog (Winkey+R) and type below and enter, it'll open your
current windows installation directory%windir%
- Open Task manager and select a system process(something like
svchost.exe or winlogon.exe ) in details/processes tab. right click
on that and you can see Open File Location, which will also open
your windows directory.
+Also, if you have windows vista or later, your boot drive will show a windows logo/flag when you open the My computer, Computer or This PC (Name may vary depending on the OS version)
– Vishwa
yesterday
Whether he boots his C:Windows or his D:Windows, when running both will display C:Windows as the file location. Because nearly all Windows installations are in C:Windows now.
– Peter Hahndorf
yesterday
add a comment |
There are few ways, and I'll mention quickest ways that comes into my mind.
Open Run dialog (Winkey+R) and type below and enter, it'll open your
current windows installation directory%windir%
- Open Task manager and select a system process(something like
svchost.exe or winlogon.exe ) in details/processes tab. right click
on that and you can see Open File Location, which will also open
your windows directory.
There are few ways, and I'll mention quickest ways that comes into my mind.
Open Run dialog (Winkey+R) and type below and enter, it'll open your
current windows installation directory%windir%
- Open Task manager and select a system process(something like
svchost.exe or winlogon.exe ) in details/processes tab. right click
on that and you can see Open File Location, which will also open
your windows directory.
answered 2 days ago
VishwaVishwa
16318
16318
+Also, if you have windows vista or later, your boot drive will show a windows logo/flag when you open the My computer, Computer or This PC (Name may vary depending on the OS version)
– Vishwa
yesterday
Whether he boots his C:Windows or his D:Windows, when running both will display C:Windows as the file location. Because nearly all Windows installations are in C:Windows now.
– Peter Hahndorf
yesterday
add a comment |
+Also, if you have windows vista or later, your boot drive will show a windows logo/flag when you open the My computer, Computer or This PC (Name may vary depending on the OS version)
– Vishwa
yesterday
Whether he boots his C:Windows or his D:Windows, when running both will display C:Windows as the file location. Because nearly all Windows installations are in C:Windows now.
– Peter Hahndorf
yesterday
+Also, if you have windows vista or later, your boot drive will show a windows logo/flag when you open the My computer, Computer or This PC (Name may vary depending on the OS version)
– Vishwa
yesterday
+Also, if you have windows vista or later, your boot drive will show a windows logo/flag when you open the My computer, Computer or This PC (Name may vary depending on the OS version)
– Vishwa
yesterday
Whether he boots his C:Windows or his D:Windows, when running both will display C:Windows as the file location. Because nearly all Windows installations are in C:Windows now.
– Peter Hahndorf
yesterday
Whether he boots his C:Windows or his D:Windows, when running both will display C:Windows as the file location. Because nearly all Windows installations are in C:Windows now.
– Peter Hahndorf
yesterday
add a comment |
Some other ways
- Open start menu, type "system info" and open System Information. You'll see the Windows Directory under System Summary
- Open start menu, type "disk management" or press Win+R > diskmgmt.msc > Enter. That'll list all the drives in your PC. The system drive will be listed with the Boot flag, most likely along with "Crash Dump" and "Page File"
Simply press Win+R and run cmd. The path to cmd.exe is often shown on the title bar by default. On some systems it simply shows "Command Prompt" but in that case you can look at the prompt string which often points to your user folder in the system drive
This is quick but not reliable either, so while you're at the commmand prompt just run the commands in other answers or you can run
echo %systemroot%
orset sys
C:>set sys
SystemDrive=C:
SystemRoot=C:WINDOWSPress Win+Pause or right click My Computer > Properties > System Protection. Your system drive will be listed with the word "System"
That said, nowadays Windows often shows its system drive always as C: regardless of its system volume position in a drive, so a drive label or device name is more useful than a drive letter
add a comment |
Some other ways
- Open start menu, type "system info" and open System Information. You'll see the Windows Directory under System Summary
- Open start menu, type "disk management" or press Win+R > diskmgmt.msc > Enter. That'll list all the drives in your PC. The system drive will be listed with the Boot flag, most likely along with "Crash Dump" and "Page File"
Simply press Win+R and run cmd. The path to cmd.exe is often shown on the title bar by default. On some systems it simply shows "Command Prompt" but in that case you can look at the prompt string which often points to your user folder in the system drive
This is quick but not reliable either, so while you're at the commmand prompt just run the commands in other answers or you can run
echo %systemroot%
orset sys
C:>set sys
SystemDrive=C:
SystemRoot=C:WINDOWSPress Win+Pause or right click My Computer > Properties > System Protection. Your system drive will be listed with the word "System"
That said, nowadays Windows often shows its system drive always as C: regardless of its system volume position in a drive, so a drive label or device name is more useful than a drive letter
add a comment |
Some other ways
- Open start menu, type "system info" and open System Information. You'll see the Windows Directory under System Summary
- Open start menu, type "disk management" or press Win+R > diskmgmt.msc > Enter. That'll list all the drives in your PC. The system drive will be listed with the Boot flag, most likely along with "Crash Dump" and "Page File"
Simply press Win+R and run cmd. The path to cmd.exe is often shown on the title bar by default. On some systems it simply shows "Command Prompt" but in that case you can look at the prompt string which often points to your user folder in the system drive
This is quick but not reliable either, so while you're at the commmand prompt just run the commands in other answers or you can run
echo %systemroot%
orset sys
C:>set sys
SystemDrive=C:
SystemRoot=C:WINDOWSPress Win+Pause or right click My Computer > Properties > System Protection. Your system drive will be listed with the word "System"
That said, nowadays Windows often shows its system drive always as C: regardless of its system volume position in a drive, so a drive label or device name is more useful than a drive letter
Some other ways
- Open start menu, type "system info" and open System Information. You'll see the Windows Directory under System Summary
- Open start menu, type "disk management" or press Win+R > diskmgmt.msc > Enter. That'll list all the drives in your PC. The system drive will be listed with the Boot flag, most likely along with "Crash Dump" and "Page File"
Simply press Win+R and run cmd. The path to cmd.exe is often shown on the title bar by default. On some systems it simply shows "Command Prompt" but in that case you can look at the prompt string which often points to your user folder in the system drive
This is quick but not reliable either, so while you're at the commmand prompt just run the commands in other answers or you can run
echo %systemroot%
orset sys
C:>set sys
SystemDrive=C:
SystemRoot=C:WINDOWSPress Win+Pause or right click My Computer > Properties > System Protection. Your system drive will be listed with the word "System"
That said, nowadays Windows often shows its system drive always as C: regardless of its system volume position in a drive, so a drive label or device name is more useful than a drive letter
answered 2 days ago
phuclvphuclv
10.6k64296
10.6k64296
add a comment |
add a comment |
Open CMD an Type in wmic OS GET SystemDrive /VALUE
This Will Return System Drive Letter.
New contributor
add a comment |
Open CMD an Type in wmic OS GET SystemDrive /VALUE
This Will Return System Drive Letter.
New contributor
add a comment |
Open CMD an Type in wmic OS GET SystemDrive /VALUE
This Will Return System Drive Letter.
New contributor
Open CMD an Type in wmic OS GET SystemDrive /VALUE
This Will Return System Drive Letter.
New contributor
New contributor
answered 2 days ago
vaibhav kumarvaibhav kumar
361
361
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1420449%2fhow-can-i-know-on-which-drive-is-windows-installed%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I dont know why you ended up with two exact copies of same version of windows. But for your question on
How can I select the one to launch during boot?
. you can useeasybcd
software here– Goron
2 days ago
2
open task manager, select windows system process, then open file location
– Vishwa
2 days ago
@Vishwa - If you write it as an answer, I will accept it.
– Pietro
2 days ago
Type
set
at a command prompt and look at thewindir
variable.– joeqwerty
2 days ago