
In addition, some style, also can reduce 15% of energy expenditure. The most common window repair work about 8 to 10% of the cost of the total price, but it depends on how you wise, you spent on it.
Replace this text with a logo image, a gif about 220X80px.
It should fit just fine up here!
Posted at May 17, 2012 @ 1:45 am by admin in Home

In addition, some style, also can reduce 15% of energy expenditure. The most common window repair work about 8 to 10% of the cost of the total price, but it depends on how you wise, you spent on it.
Posted at May 14, 2012 @ 5:34 am by admin in Computers
In Windows in the installation and use process will have quite a lot of garbage files, including temporary files (such as: *. TMP, *. _mp) log file (*. Log), temporary help files (*. Gid), disk check the file (*. CHK), temporary backup files (such as: *. Old, *. Bak) and other temporary files. Especially if a time liquidation IE Temporary folder “Temporary Internet Files”, one of the cache Files sometimes take hundreds of MB of disk space.
These junk files, not only waste precious disk space, serious when still can make the system operation to slow to a crawl. This sure you can’t stand it! So should be clear in time system junk files choke, maintain system “slim” figure, relaxed smooth Internet! Friends come on, now, let’s clean up the system quickly garbage!!!!! Below is a very simple steps 2!
In the lower left corner of the computer screen according to “start-program-accessories-note”, put the following text copy in, click “save as”, path choose “desktop”, save type for “all files, files, called” clean up the system rubbish. Bat “, completion. Remember that name must be the suffix. Bat, ok! Your garbage removal device that make a success! Double click it can quickly clean up garbage files, not about a minute.
@echo off
echo Is clearing system garbage files, please wait a moment……
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q “%userprofile%\Local Settings\Temporary Internet Files\*.*”
del /f /s /q “%userprofile%\Local Settings\Temp\*.*”
del /f /s /q “%userprofile%\recent\*.*”
echo Clean up the system to complete rubbish!
echo. & pause
Posted at May 14, 2012 @ 5:26 am by admin in Anecdote
