I would be very grateful for any help with this. Thanks!
System restore points vanished
Started by
Aiwendil42
, Apr 19 2011 09:05 AM
#1
Posted 19 April 2011 - 09:05 AM
I would be very grateful for any help with this. Thanks!
#2
Posted 21 April 2011 - 10:24 PM
#3
Posted 22 April 2011 - 01:20 PM
Thanks for your reply. Unfortunately, the link you provided doesn't help - I have plenty of free disk space (over 200 GB). I checked the space allotted to system restore with vssadmin and it was set to 10 GB. Just to be safe, I changed it to 20, but I believe restore points in Vista are on the order of 1 GB, so even with 10 GB allotted, it should not have deleted all of them.
#4
Posted 23 April 2011 - 12:06 PM
First let's try rebuilding the WMI components:
FYI only, here are the contents of wmi.bat:
If that doesn't work, try running the system file checker:
If that doesn't work, your best option is probably a repair install. Put your Windows Vista CD in the drive, run setup.exe from an adminstrator account. Select the upgrade option.
- Download wmi.bat (attached as wmi.zip).
- Unzip.
- Right click wmi.bat and Run as administrator.
- A command prompt will open, click Y to continue when prompted.
- It will take only a second to run, and the command window will close automatically
FYI only, here are the contents of wmi.bat:
@echo on cd /d c:\temp if not exist %windir%\system32\wbem goto TryInstall cd /d %windir%\system32\wbem net stop winmgmt winmgmt /kill if exist Rep_bak rd Rep_bak /s /q rename Repository Rep_bak for %%i in (*.dll) do RegSvr32 -s %%i for %%i in (*.exe) do call :FixSrv %%i for %%i in (*.mof,*.mfl) do Mofcomp %%i net start winmgmt goto End :FixSrv if /I (%1) == (wbemcntl.exe) goto SkipSrv if /I (%1) == (wbemtest.exe) goto SkipSrv if /I (%1) == (mofcomp.exe) goto SkipSrv %1 /RegServer :SkipSrv goto End :TryInstall if not exist wmicore.exe goto End wmicore /s net start winmgmt :End
If that doesn't work, try running the system file checker:
- Click Start, type cmd, right click and run as administrator
- At the command prompt type SFC /SCANNOW
If that doesn't work, your best option is probably a repair install. Put your Windows Vista CD in the drive, run setup.exe from an adminstrator account. Select the upgrade option.
Attached Files
Similar Topics
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users