Windows 10: Bcdedit /set correct command

Discus and support Bcdedit /set correct command in Windows 10 Software and Apps to solve the problem; What is the correct one cuz im a bit confused about it as some say one to another and it just really confused me....i want to disable it and if i did... Discussion in 'Windows 10 Software and Apps' started by BAZ.Andreas, Aug 28, 2023.

  1. Bcdedit /set correct command


    What is the correct one cuz im a bit confused about it as some say one to another and it just really confused me....i want to disable it and if i did understand it should be True as false will forcesnoop if im right.bcdedit /set hypervisorloadoptions NOFORCESNOOPor bcdedit /set hypervisorloadoptions NOFORCESNOOP True/FalseThank you!!

    :)
     
    BAZ.Andreas, Aug 28, 2023
    #1
  2. Saltgrass Win User

    Disabled Hyper-V using BCDedit

    It looks to me like you have set the default boot entry 7f416673-xxxxxx. I will assume, for now the correct default boot entry should be
    7f416671-xxxxx.

    If you agree this may be the case then there is a bcdedit command to change the default boot loader.

    Try using the command below to see how it looks. Be aware, the Guid numbers can be copied and pasted. If you type bcdedit first, you can copy those from that listing.

    bcdedit /default /?

    Examples:

    The following command sets the specified entry as the default boot manager

    entry:

    bcdedit /default {7f416671-8242-11e9-952c-f625ea39d281}

    Use the correct GUID for your system..

    One problem bcdedit has right now is we can no longer use the command bcdedit /enum which would show all the entries in the store. This is why the 7f416673-xxx is not showing in the list.

    Note: There is a possibility the Recovery Tools were set as the default boot on purpose. If your system will not boot with the 7f416671 number you might try the 7f416675 GUID number, or even try that one first since it shows as no Hyper.
     
    Saltgrass, Aug 28, 2023
    #2
  3. Saltgrass Win User
    The BCDEDIT /enum command does not show entire BCD Store..

    I am using Win 10 Pro 18362.267 with an Admin command prompt. When I type in
    bcdedit /enum
    I get only the listing of a normal bcdedit command, not a complete BCD store listing.

    I used the help (/?) and the command shows to be valid but still only shows the Bootmgr and OSLoader entries. Since I am trying to check the Recovery section this is no help. The bcdedit /v command seems to work normally.

    Is anyone aware of some change done recently to the command which would explain this? I have checked two of my systems and they both do the same thing.
    The date of the bcdedit utility is 7/27/2019, 471K and the version agrees with the build number.

    If no one has a fix, I will report this to the feedback hub.

    Thanks for reading..
     
    Saltgrass, Aug 28, 2023
    #3
  4. Naki Win User

    Bcdedit /set correct command

    GPU-Z what command line parameter ?

    Suggestion: /? (-?) and /help (-help) command-line arguments to show a list of all possible arguments in a small window. *Smile Bcdedit /set correct command :)
     
Thema:

Bcdedit /set correct command

Loading...
  1. Bcdedit /set correct command - Similar Threads - Bcdedit set correct

  2. Bcdedit /set correct command

    in Windows 10 Gaming
    Bcdedit /set correct command: What is the correct one cuz im a bit confused about it as some say one to another and it just really confused me....i want to disable it and if i did understand it should be True as false will forcesnoop if im right.bcdedit /set hypervisorloadoptions NOFORCESNOOPor bcdedit...
  3. Bcdedit /set correct command

    in Windows 10 BSOD Crashes and Debugging
    Bcdedit /set correct command: What is the correct one cuz im a bit confused about it as some say one to another and it just really confused me....i want to disable it and if i did understand it should be True as false will forcesnoop if im right.bcdedit /set hypervisorloadoptions NOFORCESNOOPor bcdedit...
  4. bcdedit command to create a new boot entry in UEFI setup

    in Windows 10 Software and Apps
    bcdedit command to create a new boot entry in UEFI setup: Hi,I came across this link boot - How remedy situation with two EFI partitions on one drive? - Super User on another QnA site where the user claims that following command using bcdedit will create a new boot entry in UEFI menu.bcdedit /create /d "NAME" /application...
  5. Bcdedit commands

    in Windows 10 BSOD Crashes and Debugging
    Bcdedit commands: Recently I saw a video using these commands to fix a game that won't launch and I'm curious as to what these commands do bcdedit -set TESTSIGNING OFF bcdedit -set NOINTEGRITYCHECKS OFF Thanks...
  6. BCDEDIT - In need of help adjusting settings

    in Windows 10 Customization
    BCDEDIT - In need of help adjusting settings: ello, I did a bit of reading on micro lag/stutter and I'm working to resolve it on a new laptop. I had uncovered an article that said to run the below two commands. I ran the first as an admin in commandprompt - I saw little difference. I ran the second and my system ran...
  7. BCDEDIT Command Prompt To Save My Laptop

    in Windows 10 Support
    BCDEDIT Command Prompt To Save My Laptop: I found it a week ago.... I do remember there was more than "BCDEDIT" and there was (|) - the vertical (SHIFT+BACKSPACE). That was all in the description, but I can't find it... I should say I have an Acer Aspire 3, Windows 10, and on those directions, it told me as soon as...
  8. Samsung notebook black screen after command "BCDedit /set recoveryenabled no"

    in Windows 10 BSOD Crashes and Debugging
    Samsung notebook black screen after command "BCDedit /set recoveryenabled no": Hi, My Samsung notebook faced the exact automatic repair loop problem as described in the following link. https://answers.microsoft.com/en-us/windows/forum/windows_10-performance/automatic-repair-error-srttrailtxt/e462bd3f-2b92-4ed1-8b1c-ed4866256f46 I followed typing...
  9. BCDEDIT Command after Win10 Reinstallation?

    in Windows 10 Installation and Upgrade
    BCDEDIT Command after Win10 Reinstallation?: I had issues with BitLocker PIN prompt in the past similar to the below discussion. BitLocker with TPM and PIN - Laptop shuts down after 60 seconds The solution was this: open up command prompt window as administrator: type in this command: bcdedit /set {bootmgr}...
  10. BCDedit says: "The set command specified is not valid"

    in Windows 10 Support
    BCDedit says: "The set command specified is not valid": I am using Windows PowerShell (Admin). My command line is this: "bcdedit /set {bootmgr} path \EFI\ubuntu\shimx64.efi" I had used this exact command line before and it did work. Now it says "The set command specified is not valid". It makes no sense. So I am suspecting...