蛋の旅人日誌

心有多大,世界就有多大

Archive for the IT tag


30秒快速清理電腦中的垃圾

without comments


在Windows在安裝和使用過程中都會產生相當多的垃圾文件,包括臨時文件(如:*.tmp、*._mp)日誌文件(*.log)、臨時幫助文件(*.gid)、磁盤檢查文件(*.chk)、臨時備份文件(如:*.old、*.bak)以及其他臨時文件。特別是如果一段時間不清理IE的臨時文件夾「Temporary Internet Files」,其中的緩存文件有時會佔用上百MB的磁盤空間。這些文件不僅僅浪費了寶貴的磁盤空間,嚴重時還會使系統運行慢如蝸牛。現在就讓我們一起來快速清除系統垃圾吧!!

下面是步驟很簡單就兩步!

打開「記事本」,把下面的字複製進去,點「另存為」,把文件名定為「清除系統垃圾.bat」就完成,記住後副檔名一定要是.bat,好ok了!你的垃圾清除器就這樣製作成功了!雙擊它就能很快地清理垃圾文件,大約一分鐘不到。

@echo off
echo 開始清除系統垃圾,請稍等……
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 清除系統垃圾完成!
echo. & pause

轉載自硬是要學!網路資源學習站

Written by 蛋蛋

January 15th, 2009 at 5:07 pm

Posted in 參考資料 ( Viewed:186 )

Tagged with

Sanity check: Five things that suck about working in IT

without comments


IT人的心酸啊 ……… :007:

Date: August 24th, 2008
Author: Jason Hiner
Category: IT career, Sanity Check
Tags: Job, Information Technology, Strategy, Recruitment & Selection, Management, Human Resources, Workforce Management, Jason Hiner

Working in IT is one of the world’s most challenging jobs — and not always in a good way. Here are five reasons why working in IT can really suck sometimes.

繼續閱讀 »

Written by 蛋蛋

January 9th, 2009 at 9:17 am

Posted in 參考資料 ( Viewed:83 )

Tagged with

Study: 68 percent of IT projects fail

without comments


Date: December 16th, 2008
Author: Michael Krigsman
Category: Project Management
Tags: Project, Information Technology, Analysis, Michael Krigsman, Skills Gap, Strategy, Management

Michael Krigsman examines key findings from a new report, which notes that success in 68% of technology projects is “improbable.” He says the solution lies in recognizing that requirements definition is critical.

繼續閱讀 »

Written by 蛋蛋

January 9th, 2009 at 8:39 am

Posted in 參考資料 ( Viewed:188 )

Tagged with

Pages: 1 2 Next