Sunday, December 30, 2012

Restore Points doesn’t exist in Windows 2008


Restore Points doesn’t exist in Windows 2008

 If the tab "System Protection" is missing.. then we need to do the below first:
(1)Open Command line as admin.i.e. Right click CMD -> RUN AS ADMIN
(2) type the below commands..

dism /online /enable-feature /featurename:WindowsServerBackup
dism /online /enable-feature /featurename:WindowsServerBackupCommandlet
shutdown -r

The first two commands will enable the backup role, the third will reboot your system

(1) Right Click your "Computer" on Win 2K8, open "Properties", "Advanced Settings" and there you'll find "System Protection" tab.
(2) There will be a option.. CREATE A RESTORE POINT..

1 comment:

  1. Is this suppose to work on Multipoint Server 2011 that is based on Server 2008 R2
    The above 3 commands executer successfully but I still cannot create a restore point?

    ReplyDelete