Windows 7's backup and restore shows an empty window

8

2

I've got another strange problem with Windows 7:

When I open the "Backup and restore" in the control panel, I just get an empty window without any content.

I can't use the backup and restore feature. Maybe somebody has an idea what could be wrong?

ben

Posted 2011-01-16T12:23:04.923

Reputation: 695

I would suggest How to Repair Windows 7 System Files with System File Checker.

– harrymc – 2011-01-16T12:44:32.690

Answers

14

Possible Solution:

  1. Press WindowsR
  2. Type services.msc
  3. Right click the Windows Backup service and click Start

This should solve the problem.

Edit: If Start is greyed out, the service has been disabled. Choose Properties from the right-click menu, and select Manual or Automatic from the drop down box. This will then allow Start to be chosen.

ubtrippin2

Posted 2011-01-16T12:23:04.923

Reputation: 141

Did the trick for me, thank you. Backup software(Genie Timeline) did disable the service. – Lerkes – 2014-11-18T09:47:03.887

6

If starting the Windows Backup service does not work or it is missing from your list of services, perhaps you need to restore some registry entries from SDRSVC.DLL: -

  1. Log in as an administrator
  2. Open Command Prompt (cmd.exe) or click the Run... command in the Windows Start Menu (orb)
  3. Enter the command regsvr32 sdrsvc.dll

Alex Tanner

Posted 2011-01-16T12:23:04.923

Reputation: 71

I changed the drive letter of a drive that had some files being backed up and it broke Windows backup service (even though I copied all the files to a new a drive and assigned it the old drive letter). It wouldn't let me restart Windows Backup in services.msc but doing this worked for me although I did set Windows Backup service to start automatically. – Mordred – 2015-01-19T05:54:05.850

2

  1. Make sure you have administrator privileges.

    • Most typical users would have, but in a corporate environment this may it might have been disabled by your IT policy. If you do not have administrator privileges then ask your IT department.
  2. Check if Windows Backup is able to start manually and start it.

    • Run "services.msc" as administrator, either in the "Administrator: Command Prompt" prompt or by pressing CTRL-R and typing "services.msc" in the text field. This should open the "Services" window.

      enter image description here

    • Look for the "Windows Backup" entry. Right click on it and and try to select "Start" in the pop-up. You can also select "Properties" and then click the button "Start" if it is available.

    • If this is successful and the service starts proceed to Step 4 (skip Step 3).
    • If the option or button "Start" is grayed out and unavailable then read on.
  3. Enable "Windows Backup" in the registry if necessary.

    • Run "regsvr32 sdrsvc"as administrator, either in the "Administrator: Command Prompt", or by pressing CTRL-R and typing "regsvr32 sdrsvc" in the text field.

      enter image description here

    • The Start option in "Windows Backup" service has now become available, so start it by repeating Step 2 above.

  4. Set the "Windows Backup" service to "Automatic" start type.

    • In the "Services" window (opened in Step 2) right click the "Windows Backup" entry and then click on "Properties", select tab "General", and change "Startup type:" from "Manual" to "Automatic".
    • Click "OK" or "Apply" to set the change.
  5. Refresh the "Backup and Restore" window by reopening it.

    • Trivial but if you forget to refresh it, it will remain empty.

Vassilis Papanikolaou

Posted 2011-01-16T12:23:04.923

Reputation: 121

0

Some program has hijacked Windows Backup and Restore.

Go to Control Panel

Administrative Tools

Services

Can see what Windows components are running, what have stopped. Can adjust what runs, e.g. if Windows Backup and Restore has stopped and displays no information, can check to be sure it is not disabled

Scroll down to Windows Backup

Turn on to Automatic if disabled

Mark Veckman

Posted 2011-01-16T12:23:04.923

Reputation: 1