Disable Fast Startup

Discussion in 'Windows 10' started by alessio89g, Sep 24, 2018.

  1. alessio89g

    alessio89g MDL Member

    Jan 20, 2013
    235
    17
    10
    I often cloning HDDs (that contain Windows 10) through Acronis, and I noticed that when Fast Startup is enabled in this HDDs, some error occurred.
    There is any way to disable Fast Startup (maybe with a Powershell command) without boot this HDDs?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. MrMagic

    MrMagic MDL Guru

    Feb 13, 2012
    6,015
    4,148
    210
    Turn it off before you clone ?
     
  3. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,796
    19,378
    180
    Code:
    REG add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power" /v "HiberbootEnabled" /t REG_DWORD /d "0" /f >NUL 2>&1
    0 = disable
    1= enable

    Will require a reboot for the OS to take action on the registry change.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. alessio89g

    alessio89g MDL Member

    Jan 20, 2013
    235
    17
    10
    obviously I was looking for a shortcut, in case I forgot to do it and be forced to reconnect the HDD to his PC

    I look for a way to disable it from the workstation with Acronis in which I momentarily connected the HDD to be cloned with a docking station.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. MrMagic

    MrMagic MDL Guru

    Feb 13, 2012
    6,015
    4,148
    210
    Don't forget
     
  6. alessio89g

    alessio89g MDL Member

    Jan 20, 2013
    235
    17
    10
    #6 alessio89g, Sep 24, 2018
    Last edited: Sep 24, 2018
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. guanellaluigi

    guanellaluigi MDL Novice

    Feb 18, 2008
    15
    4
    0
    Just turn off the machine to be cloned by pressing SHIFT when you shutdown.
    This disables fast boot only for this moment.

    translated:
    (spegni il PC premendo SHIFT quando fai shutdown. Così disabilita il fastboot solo per questa volta ed hai meno cose da ricordare dopo)
     
  8. alessio89g

    alessio89g MDL Member

    Jan 20, 2013
    235
    17
    10
    Thank you, until now this is the best tip. I suppose there is no way to disable it from the "Cloner" workstation.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,824
    5,614
    180
    Control Panel / Power Options will let you turn off Fast Startup.
     
  10. alessio89g

    alessio89g MDL Member

    Jan 20, 2013
    235
    17
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,356
    2,026
    210
    Ofcourse there is, depends when "errors" happen. During clone process or once the clone is booted?
     
  12. alessio89g

    alessio89g MDL Member

    Jan 20, 2013
    235
    17
    10
    When I connect the HDD to the docking station, Windows asks me for a check disk, and sometimes Acronis fails the cloning process. If the process ending successfully, no issues during/after boot.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...