windows xp常識(很有用的而且很常用的)

來源:互聯網
上載者:User

徽標健的使用:

常用的如下:

徽標健:開啟開始菜單

徽標健+R :開啟運行對話方塊

徽標健+D: 將所有表單最小化或恢複原來表單

徽標健+F:開機檔案搜尋引擎

徽標健+L:鎖定工作站

徽標健+F1:啟動說明及支援中心

徽標健+E: 啟動資源管理員

 

神奇的檔案夾說明:
   不容易開啟,不容易刪除,可以儲存自己的密碼等重要的資訊。一般別人打不開也刪不了該檔案。

 

建立神奇的檔案夾   md 檔案夾名../

開啟神氣的檔案夾   在運行裡面輸入   盤符:/檔案名稱../

刪除神奇的檔案夾   rd//?/盤符:/檔案名稱./

 

硬碟加背景

先建立個文字檔  輸入以下內容:

[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image=圖片路徑
[.ShellClassInfo]
ConfirmFileOp=0
attachment=27797]

我們給它命名為: desktop.ini  必須是ini格式的

 

自動清理系統垃圾:

將如下代碼輸入到一個文字檔中,然後將副檔名改為:.bat

@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 s/*.*
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/*.*"
sfc /purgecache '清理系統硬碟無用檔案
defrag %systemdrive% -b '最佳化預讀資訊
echo 清理系統LJ完成!
echo. & pause

 

163郵箱自動登入:

@echo off
set "var=帳號你的"
set "num=密碼"
start "163郵箱登入中" "http:reg.163.com/logins.jsp?
username=%var%&password=%num%
&url=http://fm163..163.com/coremail/fcg/ntesdoor2"

將上面代碼放入一個 .bat檔案中

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.