System Protection, Missing "C" Drive

Discussion in 'Windows 10' started by armadillotuff, Dec 27, 2019.

  1. armadillotuff

    armadillotuff MDL Member

    Joined:
    Feb 2, 2013
    Messages:
    162
    Likes Received:
    30
    Trophy Points:
    10
    This happening on a Windows 10 X64 Professional Operating System
    Has anyone run into this problem, If you right click on This PC and go to Advanced System Settings, then click on System Protection and see the following under Protection Settings:
    Local Disk (C) System:Off
    a Yellow Box followed by (C) Missing:On
    what has caused this error and how do you correct it. I'm finding it on both 1903 and 1909 Windows 10 releases.

    What should be there is Local Disk (C) (System):On

    Thanks for your help
     
  2. TairikuOkami

    TairikuOkami MDL Expert

    Joined:
    Mar 15, 2014
    Messages:
    1,057
    Likes Received:
    926
    Trophy Points:
    60
    To enable SR
    Code:
    reg delete "HKLM\Software\Policies\Microsoft\Windows NT\SystemRestore" /v "DisableSR" /f
    reg delete "HKLM\Software\Policies\Microsoft\Windows NT\SystemRestore" /v "DisableConfig" /f
    reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\SPP\Clients" /v " {09F7EDC5-294E-4180-AF6A-FB0E6A0E9513}" /t REG_MULTI_SZ /d "1" /f
    schtasks /Change /TN "Microsoft\Windows\SystemRestore\SR" /Enable
    vssadmin Resize ShadowStorage /For=C: /On=C: /Maxsize=5GB
    sc config wbengine start= demand
    sc config swprv start= demand
    sc config vds start= demand
    sc config VSS start= demand
     
  3. AndyMutz

    AndyMutz MDL Senior Member

    Joined:
    Jun 30, 2011
    Messages:
    272
    Likes Received:
    547
    Trophy Points:
    10
    I get this everytime I boot a cloned installation.
    just disable the entry with the missing C drive, then it will disappear.
    then you can enable the other C drive and all will work fine.

    -andy-
     
  4. armadillotuff

    armadillotuff MDL Member

    Joined:
    Feb 2, 2013
    Messages:
    162
    Likes Received:
    30
    Trophy Points:
    10
    TarikuOkami, I did the create a restore point, but both the C Drive and The Missing C Drive still show up. They are both "ON" for Protection.
    Andy; How did you disable the Missing C Drive, I can't seem to get to it. They both show "ON" for Protection under Protection Settings
     
  5. armadillotuff

    armadillotuff MDL Member

    Joined:
    Feb 2, 2013
    Messages:
    162
    Likes Received:
    30
    Trophy Points:
    10
    Can you explain to me how you did the disable? I can't seem to get rid of the missing C Drive.
     
  6. AndyMutz

    AndyMutz MDL Senior Member

    Joined:
    Jun 30, 2011
    Messages:
    272
    Likes Received:
    547
    Trophy Points:
    10
    just do it the usual way.. select the missing C drive, click on configure and then disable system protection and click OK.

    -andy-
     
  7. armadillotuff

    armadillotuff MDL Member

    Joined:
    Feb 2, 2013
    Messages:
    162
    Likes Received:
    30
    Trophy Points:
    10
    Problem solved, high lighted the "Missing C" and clicked on configure and turned protection off. File disappeared on system protection screen. Thanks for your support
    Now we know when we are cloning hard drives or SSD's we have to check system protection and make sure this "Missing C" file doesn't appear, if it does delete it.