Hi and THX for a mail! Claire
So You really got the Updates. That's really great.
A lifesaver, - that whas nice written.
You are the first person that has given me some good credits anywhere anyhow.
After this is working We have a "No more SVChost.exe running at 50% CPU"
SVCHOST.exe as a "mainholder" for different services, Wuauserv for one.
That's also good.
When having trouble with Win 7 and above looking in the Logbook.
One have sometimes 1000 Warning , Error etc. How to get rid of them is easy.
Save the lines below between the **********************
Save it as clearlog.bat as an example. The extension must be bat!!
*************************************************************************
@echo off
FOR /F "tokens=1,2*" %%V IN ('bcdedit') DO SET adminTest=%%V
IF (%adminTest%)==(Access) goto noAdmin
for /F "tokens=*" %%G in ('wevtutil.exe el') DO (call :do_clear "%%G")
echo.
rem echo Event Logs have been cleared! ^<press any key^>
goto theEnd
:do_clear
set result=%1
if %result%=="Microsoft-Windows-Diagnostics-Performance/Operational" (
Echo analys
goto forts)
rem if %1=="Analytic"
rem exit
rem )
echo clearing %1
wevtutil.exe cl %1
echo %1 >>c:\test.txt
:forts
goto :eof
:noAdmin
echo You must run this script as an Administrator!
echo ^<press any key^>
:theEnd
rem pause>NUL
******************************************************************************
There will be a file c:\test.txt with the result. You can delete that if Y want
The check on Microsoft-Windows-Diagnostics-Performance/Operational is
that I keep those logs cause slow bootup, and closing windows.
In the logbook I made my OWN replica of some certain events under
"selected Views" Then You could add whatever events You are looking for.
Change the above sentence with what You would like to keep.
The run the batfile in the CMDpromt as Administrator.
******************************************************************
This is very useful when troubleshooting.
Clear the logfiles.
Do some changes in the System
Restart computer
Then goback to the logfile!!
And after Win 7 is running OK. DO A BACKUP. A Full system image on another drive than
C:.
Some Acronis versions work with a serial. Have been using that for 7 -8 years. (free)
Most reliable, Just press F11 at bootup.
Windows Imagebackup, (included in Win 7) I don't recommend cause troubles I've had.
That is dependent on that WIN 7 is OK. Cause files necesssary for recovering is stored
on C:. Very bad.
And to do a recovery needs a "Recovery disc" Very hard to work with
AOMEI is a freeware backupprogram. Not that bad, but .....................
BACKUP!!!!!!!!!!!!!!!!!!!!!!
I had 400 updates installed and then some went wrong. Not the updates
Something else.
No suitable backup (some errors that I didn't saw before) and
start over Winupd for a couple of weeks.
Windows 7 Updates, installing, and backing up at a certain point is in some
case THE same problem.
Clearing the logfile is also essential to cope with what is wrong or not.
That's all Folks
Greetings from Sweden