Windows 10: Where does W10 store the equivlent of Boot.ini

Discus and support Where does W10 store the equivlent of Boot.ini in Windows 10 Support to solve the problem; I've got a multiboot system spread over 2 disks (1 SSD and 1HDD). Over the years I have moved the operating systems around using Partition Magic. The... Discussion in 'Windows 10 Support' started by kiwipaul, Mar 4, 2021.

  1. kiwipaul Win User

    Where does W10 store the equivlent of Boot.ini


    I've got a multiboot system spread over 2 disks (1 SSD and 1HDD). Over the years I have moved the operating systems around using Partition Magic. The last move was to move W10 (ver 1909) to the SSD and W7 to the HDD.

    I've been using EasyBCD to manage the boot menu but now the BCD entries don't correspond to the actual boot manager entries on the SSD. Changes I make to EasyBCD don't reflect on the boot menu (changed name and timeout)

    I've discovered this by using BCDEDIT as this corresponds to what I see when I boot.

    Where does W10 keep a record of these changes because I've looked in the root dir of all my drives and no files dates have changed to when I made the changes in EasyBCD or BCDEDIT.

    I thought it must be Bootmgr orBootnxt but no change to the dates. So where does it store this info. It used to be in BOOT.INI which made it very easy to monitor.

    I'm using BIOS based MBR for simplicity and the boot order in the BIOS is 1st SSD 2nd HDD. All my partitions still boot.

    :)
     
    kiwipaul, Mar 4, 2021
    #1
  2. nuva Win User

    Snippet C#: INI Files

    This code is great, i'm going to use this in one of my programmes *Big Grin Where does W10 store the equivlent of Boot.ini :D

    is it possible to make a list of all sections in the ini files?
     
    nuva, Mar 4, 2021
    #2
  3. Snippet C#: INI Files

    GetSections() will return a string[] of section names. If you want the values too, just do a for or for loop to enumerate them. For example:

    Code: foreach (string section in ini.GetSections()) { Console.WriteLine("[" + section + "]"); foreach (string key in ini[section].GetKeys()) Console.WriteLine(key + "=" + ini[section][key]); Console.WriteLine(); }[/quote]
     
    FordGT90Concept, Mar 4, 2021
    #3
  4. Where does W10 store the equivlent of Boot.ini

    BarbaricSoul, Mar 4, 2021
    #4
Thema:

Where does W10 store the equivlent of Boot.ini

Loading...
  1. Where does W10 store the equivlent of Boot.ini - Similar Threads - Where does W10

  2. where does edge stores the passwrods

    in Windows 10 Gaming
    where does edge stores the passwrods: passwords were stored by edge were stored as credentials b4 , but now i ve read that those are stored in the cloud... how does it work and how to do it. windows credentials are still on pc and can be compromised at any time, but if we delete them microsoft store etc ll stop...
  3. where does edge stores the passwrods

    in Windows 10 Software and Apps
    where does edge stores the passwrods: passwords were stored by edge were stored as credentials b4 , but now i ve read that those are stored in the cloud... how does it work and how to do it. windows credentials are still on pc and can be compromised at any time, but if we delete them microsoft store etc ll stop...
  4. where does edge stores the passwrods

    in AntiVirus, Firewalls and System Security
    where does edge stores the passwrods: passwords were stored by edge were stored as credentials b4 , but now i ve read that those are stored in the cloud... how does it work and how to do it. windows credentials are still on pc and can be compromised at any time, but if we delete them microsoft store etc ll stop...
  5. Where does windows 10 store "Boot Time"

    in Windows 10 Support
    Where does windows 10 store "Boot Time": Hi! If I type in cmd Code: systeminfo | find "Boot Time" It tells me the time when computer was rebooted. Where deos windows store this information? Any registry keys? I mean it can survive reboot so it must be stored somewhere else than RAM also. 174888
  6. Where does W10 store its peope app data?

    in Windows 10 Software and Apps
    Where does W10 store its peope app data?: I would like to be able to backup the Windows 10 version 1909 People app data by copying it to an external HDD and then restore it when needed. To do that I think i need to know where that data is located. Thank you. 145380
  7. Modify INI files in Ark WInows store folder.

    in Windows 10 Gaming
    Modify INI files in Ark WInows store folder.: I am trying to edit the Ini files for Ark survival evolved. I am trying to make the in game non-dedicated server player distance larger as it is currently prohibitively small . Unfortunately I don't have permissions to edit these files. (I am admin) and it is causing me...
  8. Where Does Edge Store Favorites

    in Browsers and Email
    Where Does Edge Store Favorites: Where Does Edge Store Favorites. James 34442
  9. where does w10 store partitons in the registry ?

    in Windows 10 Support
    where does w10 store partitons in the registry ?: hi does somebody where does windows 10 store partitions ? in windows 7 and windows 8 , ->regedit -> Code: HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices[/quote] in windows 10 i have only Code: \??\Volume[/quote] related to the burners blu ray nothing else and \DosDevices\C:...
  10. W10 ADK -- where is it

    in Windows 10 Installation and Upgrade
    W10 ADK -- where is it: Hi there I'm trying to download the W10 ADK but I'm on a NON windows system currently. I'm presented from the Ms site an .EXE file which is obviously useless on the system I'm currently using. [img] Anybody have a direct link. Note - it's not unusual for...