Re: System Protection Tab Error / Can't Create Restore Points
Open msconfig (from start - run, or a simple command prompt or an elevated one, I think it's the same in all cases) and make screenshots of general and boot tabs:Open notepad, paste the following text in it, save it as SRLogs.bat (or the name you prefer).
Right-click the new file, click run as administrator.
This file only collects information, it won't modify anything on your machine.
After the command completes, you should see on your desktop three new files: SRLogs.txt, Services.ps1, EventSystem.reg.
Right-click on Services.ps1, click run with powershell.
After the command completes, you should see on your desktop a new file: services.txt.
Zip .txt and .reg files and the screenshots up, then send the zipped file here.
Open msconfig (from start - run, or a simple command prompt or an elevated one, I think it's the same in all cases) and make screenshots of general and boot tabs:Open notepad, paste the following text in it, save it as SRLogs.bat (or the name you prefer).
Read More:
[NO-PARSE](echo/ & dir c:\syste* /a /q |findstr /i /c:"<dir>" & echo/ & icacls c:\syste* & echo/ & echo/ ) > "%userprofile%\desktop\SRLogs.txt"
(winmgmt /verifyrepository & echo/ & echo/ )>> "%userprofile%\desktop\SRLogs.txt"
(path & echo/ & echo/ ) >> "%userprofile%\desktop\SRLogs.txt"
(((sc query sens & sc qc sens & sc query vss & sc qc vss & sc query comsysapp & sc qc comsysapp & sc query swprv & sc qc swprv & sc query eventsystem & sc qc eventsystem)|findstr /i /c:"y_n" /c:"t_t" /c:"e_n" /c:"ate") & echo/ & echo/) >> "%userprofile%\desktop\SRLogs.txt"
(dir es.dll /b & dir eventc*.dll /b & dir msx*.dll /b & dir ole3*.dll /b & dir stdpr*.dll /b & dir /b swpr*.dll & dir vss*.dll /b & echo/ & echo/) >> "%userprofile%\desktop\SRLogs.txt"
(echo/ & vssadmin list providers & echo/ & vssadmin list shadows & echo/ & vssadmin list shadowstorage & echo/ & vssadmin list volumes & echo/ & vssadmin list writers & echo/ & echo/) >> "%userprofile%\desktop\SRLogs.txt"
(gpresult -z & echo/ & echo/) >> "%userprofile%\desktop\SRLogs.txt"
reg export HKLM\SOFTWARE\Microsoft\EventSystem "%userprofile%\desktop\EventSystem.reg"
echo Get-Service ^|select -property name,starttype,status,displayname ^| out-file ^"^$env:USERPROFILE^\desktop^\Services.txt^" >> "%userprofile%\desktop\Services.ps1" [/NO-PARSE]
This file only collects information, it won't modify anything on your machine.
After the command completes, you should see on your desktop three new files: SRLogs.txt, Services.ps1, EventSystem.reg.
Right-click on Services.ps1, click run with powershell.
After the command completes, you should see on your desktop a new file: services.txt.
Zip .txt and .reg files and the screenshots up, then send the zipped file here.