MS Windows Explorer: Difference between revisions
m →環境變數 Tag: wikieditor |
|||
| (6 intermediate revisions by the same user not shown) | |||
| Line 29: | Line 29: | ||
| %SystemRoot%\explorer.exe /n, c:\data || 開啟c:\data資料夾的單一視窗 | | %SystemRoot%\explorer.exe /n, c:\data || 開啟c:\data資料夾的單一視窗 | ||
|- | |- | ||
| %SystemRoot%\explorer.exe /e, /n, c:\data || 開啟c:\data資料夾,左方顯示「資料夾」窗格,並且自動展開顯示子目錄 | | %SystemRoot%\explorer.exe /e, /n, c:\data || {{Gd}} 開啟c:\data資料夾,左方顯示「資料夾」窗格,並且自動展開顯示子目錄 | ||
|- | |- | ||
| %SystemRoot%\explorer.exe /e, /n, %HOMEPATH%\My Documents || 開啟「我的文件」資料夾,左方顯示「資料夾」窗格,並且自動展開顯示子目錄 | | %SystemRoot%\explorer.exe /e, /n, %HOMEPATH%\My Documents || 開啟「我的文件」資料夾,左方顯示「資料夾」窗格,並且自動展開顯示子目錄 | ||
|} | |} | ||
== 環境變數 == | == 環境變數 == | ||
| Line 42: | Line 41: | ||
|- | |- | ||
| %SystemRoot% 或 %windir% || Windows的安裝目錄,例如c:\windows或 C:\WINNT 。 | | %SystemRoot% 或 %windir% || Windows的安裝目錄,例如c:\windows或 C:\WINNT 。 | ||
* ('''XP''', '''Windows Server 2003''') %windir% 即 c:\windows | |||
* %windir%\fonts 即Windows的字型目錄[http://support.microsoft.com/kb/314960/zh-tw],例如('''XP''') C:\WINDOWS\fonts | * %windir%\fonts 即Windows的字型目錄[http://support.microsoft.com/kb/314960/zh-tw],例如('''XP''') C:\WINDOWS\fonts | ||
* %windir%\network diagnostic\xpnetdiag.exe 即「Windows XP的網路診斷」對應到 C:\WINDOWS\network diagnostic\xpnetdiag.exe | * %windir%\network diagnostic\xpnetdiag.exe 即「Windows XP的網路診斷」對應到 C:\WINDOWS\network diagnostic\xpnetdiag.exe | ||
| Line 57: | Line 57: | ||
| %AppData% || 應用程式資料的儲存目錄,%username% 即 使用者帳號 | | %AppData% || 應用程式資料的儲存目錄,%username% 即 使用者帳號 | ||
* ('''XP''') C:\Documents and Settings\%username%\Application Data | * ('''XP''') C:\Documents and Settings\%username%\Application Data | ||
* ('''Vista''', '''Windows 7''', '''Windows 2008''') C:\Users\%username%\AppData\Roaming | * ('''Vista''', '''Windows 7''', '''Windows 2008''', '''Windows 10''') C:\Users\%username%\AppData\Roaming | ||
|- | |- | ||
| %Temp% 或 %Tmp% || 暫存目錄(user temporary directory) | | %Temp% 或 %Tmp% || 暫存目錄(user temporary directory) | ||
| Line 64: | Line 64: | ||
|- | |- | ||
|} | |} | ||
我的圖片: msn下載圖片的預設儲存位置: %HOMEPATH%\My Documents\My Pictures | |||
== Mac == | |||
* {{kbd | key=<nowiki>${HOME}</nowiki>}} 使用者家目錄 e.g. /Users/Your_Account | |||
| Line 80: | Line 87: | ||
* [http://www.goodman-lai.idv.tw/2005/12/windows-xp.html (賴榮樞)的軟體資訊誌: 漫談Windows XP環境變數] | * [http://www.goodman-lai.idv.tw/2005/12/windows-xp.html (賴榮樞)的軟體資訊誌: 漫談Windows XP環境變數] | ||
* [http://www.goodman-lai.idv.tw/2005/12/windows.html (賴榮樞)的軟體資訊誌: Windows環境變數列表] | * [http://www.goodman-lai.idv.tw/2005/12/windows.html (賴榮樞)的軟體資訊誌: Windows環境變數列表] | ||
* [http://en.wikipedia.org/wiki/Environment_variable Environment variable - Wikipedia, the free encyclopedia] | |||
[[Category:Windows]] [[Category:Tool]] | |||
[[Category:Windows]] | |||