superfetch has been deleted on my laptop.

Anonymous
2018-10-29T23:38:13+00:00

Superfetch was deleted from my services menu.  How can I add it back to the menu.

Windows for home | Windows 10 | Settings

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

4 answers

Sort by: Most helpful
  1. Anonymous
    2018-10-29T23:51:46+00:00

    Hello.

    To enable SuperFetch in Services follow the steps below:

    1. Press the Win+R keys to open Run, type services.msc into Run, and click/tap on OK to open Services.
    2. Double click/tap on the Superfetch service.
    3. Change the Startup type to Automatic.
    4. Click/tap on the Start button.
    5. Click/tap on OK.
    6. Close Services.

    Or enable SuperFetch in Command Prompt

    1. Open an elevated command prompt.
    2. Copy and paste the command below into the elevated command prompt, press Enter

    sc config "SysMain" start=auto & sc start "SysMain"

    1. Close command prompt.

    Or enable SuperFetch in PowerShell

    1. Copy and paste the command below into the elevated PowerShell, press Enter

    Set-Service -Name "SysMain" -StartupType Automatic -Status Running

    1. Close PowerShell.

    Or enable from Registry

    1. Hold the Windows Key, while pressing “R” to bring up the Run dialog box.
    2. Type “Regedit“, then press “Enter“.
    3. The Registry Editor window appears. Navigate to the following location in the Registry.
    • HKEY_LOCAL_MACHINE
    • SYSTEM
    • CurrentControlSet
    • Control
    • Session Manager
    • MemoryManagement
    • PrefetchParameters
    1. On the right side, double-click on “EnableSuperfetch“. If this value doesn’t exist, right-click the “PrefetchParameters” folder, then choose “New” > “DWORD Value“.
    2. Give “EnableSuperfetch” one of the following values:

    0 – to disable Superfetch

    1 – to enable prefetching when program is launched

    2 – to enable boot prefetching

    3 – to enable prefectching of everything

    1. Select “OK“.
    2. Close the Registry Editor.

    Let me know how it goes

    Was this answer helpful?

    5 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-10-29T23:50:51+00:00

    Hi Randy. I'm Greg, an installation specialist and 9 year Windows MVP, here to help you.

    Check the Registry Key here to make sure it's enabled: https://www.technipages.com/windows-enable-disa...

    If that's not enough then run System File Checker from https://www.lifewire.com/how-to-use-sfc-scannow...

    If there are broken System files which won't repair after three attempts, continue with Step 11 in this checklist: http://answers.microsoft.com/en-us/windows/wiki...

    If it still doesn't repair then run the Repair Install by installing the Media Creation Tool from this link choosing Download Tool Now, install the tool, open it and choose Upgrade this PC Now. http://windows.microsoft.com/en-us/windows-10/m.... This reinstalls WIndows while saving your files and apps in place; takes about an hour, resolves most problems.

    I hope this helps. Feel free to ask back any questions and let us know how it goes. I will keep working with you until it's resolved.

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2018-10-30T04:42:20+00:00

    Hello,

    Please run SFC /SCANNOW command at administrative Command Prompt. It may help you to restore deleted service.

    Hope this helps!

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2018-10-29T23:43:51+00:00

    Hi, I hope you're doing good today.

    Open a command prompt as an administrator, use the following and hit enter:

    sc config “SysMain” start=auto & sc start “SysMain”

    Regards.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments