14,954
edits
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<< [[Boot up Tasks]] | |||
Windows檔案總管的捷徑屬性 與 Windows2000/XP環境變數 | |||
== Windows檔案總管的捷徑屬性 == | |||
應用:設定Windows檔案總管捷徑的「目標」屬性,然後將該捷徑放到「啟動」,那麼開機時就會自動開啟指定的資料夾 | 應用:設定Windows檔案總管捷徑的「目標」屬性,然後將該捷徑放到「啟動」,那麼開機時就會自動開啟指定的資料夾 | ||
| Line 31: | Line 34: | ||
|} | |} | ||
== 環境變數 == | |||
User為電腦使用者帳號 | |||
{| border="1" | {| border="1" | ||
| Line 44: | Line 50: | ||
|- | |- | ||
| %HOMEPATH%\SendTo || 傳送到... C:\Documents and Settings\User\SendTo | | %HOMEPATH%\SendTo || 傳送到... C:\Documents and Settings\User\SendTo | ||
|- | |||
| %AppData% || 應用程式資料的儲存目錄 C:\Documents and Settings\User\Application Data | |||
|- | |- | ||
| %Temp% || 暫存目錄 C:\Documents and Settings\User\Local Settings\Temp | | %Temp% || 暫存目錄 C:\Documents and Settings\User\Local Settings\Temp | ||
| Line 50: | Line 58: | ||
參考資料: | 參考資料: | ||
* [http://www.theeldergeek.com/start_explorer_in_c_drive.htm Start Windows Explorer In The C Drive] | * [http://www.theeldergeek.com/start_explorer_in_c_drive.htm Start Windows Explorer In The C Drive] | ||
* [http://wiki.moztw.org/index.php/%E8%A8%AD%E5%AE%9A%E6%AA%94%E8%A9%B3%E8%A7%A3#Location:Windows_2000.2FXP Mozilla 相關產品的『設定檔』詳解] | |||