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;








1















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?










share|improve this question













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 on How can I select the one to launch during boot? . you can use easybcd 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 the windir variable.

    – joeqwerty
    2 days ago

















1















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?










share|improve this question













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 on How can I select the one to launch during boot? . you can use easybcd 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 the windir variable.

    – joeqwerty
    2 days ago













1












1








1








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?










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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 on How can I select the one to launch during boot? . you can use easybcd 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 the windir 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






  • 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 the windir 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










4 Answers
4






active

oldest

votes


















1














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.






share|improve this answer






























    5














    There are few ways, and I'll mention quickest ways that comes into my mind.




    1. Open Run dialog (Winkey+R) and type below and enter, it'll open your
      current windows installation directory



      %windir%



    2. 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.





    share|improve this answer























    • +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


















    2














    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



      cmd with path in title



      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% or set sys



      C:>set sys
      SystemDrive=C:
      SystemRoot=C:WINDOWS



    • Press Win+Pause or right click My Computer > Properties > System Protection. Your system drive will be listed with the word "System"



      system protection



    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






    share|improve this answer






























      1














      Open CMD an Type in wmic OS GET SystemDrive /VALUE



      This Will Return System Drive Letter.






      share|improve this answer








      New contributor




      vaibhav kumar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















        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
        );



        );













        draft saved

        draft discarded


















        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









        1














        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.






        share|improve this answer



























          1














          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.






          share|improve this answer

























            1












            1








            1







            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.






            share|improve this answer













            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.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered yesterday









            Peter HahndorfPeter Hahndorf

            8,82463858




            8,82463858























                5














                There are few ways, and I'll mention quickest ways that comes into my mind.




                1. Open Run dialog (Winkey+R) and type below and enter, it'll open your
                  current windows installation directory



                  %windir%



                2. 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.





                share|improve this answer























                • +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















                5














                There are few ways, and I'll mention quickest ways that comes into my mind.




                1. Open Run dialog (Winkey+R) and type below and enter, it'll open your
                  current windows installation directory



                  %windir%



                2. 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.





                share|improve this answer























                • +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













                5












                5








                5







                There are few ways, and I'll mention quickest ways that comes into my mind.




                1. Open Run dialog (Winkey+R) and type below and enter, it'll open your
                  current windows installation directory



                  %windir%



                2. 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.





                share|improve this answer













                There are few ways, and I'll mention quickest ways that comes into my mind.




                1. Open Run dialog (Winkey+R) and type below and enter, it'll open your
                  current windows installation directory



                  %windir%



                2. 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.






                share|improve this answer












                share|improve this answer



                share|improve this answer










                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

















                • +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











                2














                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



                  cmd with path in title



                  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% or set sys



                  C:>set sys
                  SystemDrive=C:
                  SystemRoot=C:WINDOWS



                • Press Win+Pause or right click My Computer > Properties > System Protection. Your system drive will be listed with the word "System"



                  system protection



                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






                share|improve this answer



























                  2














                  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



                    cmd with path in title



                    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% or set sys



                    C:>set sys
                    SystemDrive=C:
                    SystemRoot=C:WINDOWS



                  • Press Win+Pause or right click My Computer > Properties > System Protection. Your system drive will be listed with the word "System"



                    system protection



                  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






                  share|improve this answer

























                    2












                    2








                    2







                    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



                      cmd with path in title



                      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% or set sys



                      C:>set sys
                      SystemDrive=C:
                      SystemRoot=C:WINDOWS



                    • Press Win+Pause or right click My Computer > Properties > System Protection. Your system drive will be listed with the word "System"



                      system protection



                    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






                    share|improve this answer













                    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



                      cmd with path in title



                      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% or set sys



                      C:>set sys
                      SystemDrive=C:
                      SystemRoot=C:WINDOWS



                    • Press Win+Pause or right click My Computer > Properties > System Protection. Your system drive will be listed with the word "System"



                      system protection



                    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







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered 2 days ago









                    phuclvphuclv

                    10.6k64296




                    10.6k64296





















                        1














                        Open CMD an Type in wmic OS GET SystemDrive /VALUE



                        This Will Return System Drive Letter.






                        share|improve this answer








                        New contributor




                        vaibhav kumar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                        Check out our Code of Conduct.
























                          1














                          Open CMD an Type in wmic OS GET SystemDrive /VALUE



                          This Will Return System Drive Letter.






                          share|improve this answer








                          New contributor




                          vaibhav kumar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






















                            1












                            1








                            1







                            Open CMD an Type in wmic OS GET SystemDrive /VALUE



                            This Will Return System Drive Letter.






                            share|improve this answer








                            New contributor




                            vaibhav kumar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.










                            Open CMD an Type in wmic OS GET SystemDrive /VALUE



                            This Will Return System Drive Letter.







                            share|improve this answer








                            New contributor




                            vaibhav kumar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.









                            share|improve this answer



                            share|improve this answer






                            New contributor




                            vaibhav kumar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.









                            answered 2 days ago









                            vaibhav kumarvaibhav kumar

                            361




                            361




                            New contributor




                            vaibhav kumar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.





                            New contributor





                            vaibhav kumar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.






                            vaibhav kumar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.



























                                draft saved

                                draft discarded
















































                                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.




                                draft saved


                                draft discarded














                                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





















































                                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







                                Popular posts from this blog

                                Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

                                Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

                                What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company