kenwong1
基本會員
積分 123
發文 44
註冊 2009-5-26
狀態 離線
|
#1 [檔案相關]增加win8桌面右鍵功能
win8關機及重啟不容易找
所以在桌面增加了關機及重啟右鍵功能
將以下代碼存成xxx.reg檔後執行即可
=====
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\CLASSES\Directory\Background\shell\Reset]
@="重啟"
[HKEY_LOCAL_MACHINE\Software\CLASSES\Directory\Background\shell\Reset\command]
@="shutdown.exe -f -r -t 00"
[HKEY_LOCAL_MACHINE\Software\CLASSES\Directory\Background\shell\Close]
@="關機"
[HKEY_LOCAL_MACHINE\Software\CLASSES\Directory\Background\shell\Close\command]
@="shutdown.exe -f -s -t 00"
=====
|
|
2012-10-25 07:34 PM |
|
tlinks2000
一般會員
積分 628
發文 78
註冊 2005-11-28
狀態 離線
|
|
2012-11-3 09:35 AM |
|
panz
基本會員
積分 63
發文 18
註冊 2005-9-15
狀態 離線
|
#3
如果要增加 "登出" 及 "切換使用者" ,要怎樣設定?
|
|
2012-11-4 11:41 PM |
|
alan547
禁止來訪
積分 1916
發文 471
註冊 2006-5-2
狀態 離線
|
#4
謝謝分享。
|
|
2012-11-12 10:17 PM |
|