ラベル Windows の投稿を表示しています。 すべての投稿を表示
ラベル Windows の投稿を表示しています。 すべての投稿を表示

2011年1月7日金曜日

Windows 7 開機程式的安裝與移除

前天重灌了 Windows 7
然後 那天忽然忘了 Windows 7 安裝時
會把開機程式裝在 IDE 硬碟上(優先順序是 IDE>SATA)
可能是 BIOS 先抓到 IDE 後 開完機
才呼叫 SATA 的硬碟偵測程式(SATA 跑 AHCI)
害我想說 怎麼裝完 C 碟沒有開機程式(怕哪天拔了 IDE 硬碟 SATA就開不了機)
下面是把開機程式裝到 SATA 硬碟的方法
在 Windows 裡 用命令列提示字元就可以
BOOTSECT.EXE /NT60 C: //這行不一定要執行 看你的 OS (VISTA 前的才需要)
BCDBOOT C:\WINDOWS /L JA-JP /S C: //把開機程式安裝到 C 碟 (JA-JP 是語系 請參考 Boot 目錄自行設定)

裝完沒問題後 就換移除 IDE 碟上的開機程式(這邊我的 IDE 硬碟磁碟代號是 I)
TAKEOWN /F I:\boot\*.* /A
CACLS I:\boot\*.* /E /G Administrators:F
TAKEOWN /F I:\bootmgr /A
CACLS I:\bootmgr /E /G Administrators:F
執行完後 Boot 目錄和 bootmgr 就可以移除了

其實也可以用視窗選檔案然後右鍵點內容設定
只是打指令比較快

2010年12月28日火曜日

Windows 7 & Windows Server 2008 R2 快速設定流程

[2011/03/15 Update]
Windows 7:
control userpasswords2
Desktop(Right Click) -> View -> Small icons
                        Auto arrange icons -> Selected
Recycle Bin(Right Click) -> Properties -> Don't move files to the Recycle Bin. Remove files immediately when deleted.
Control Panel -> View by: Small icons
                 AutoPlay -> Use AutoPlay for all mdeia and devices -> Not selected
                 Notification Area Icons -> Turn system icons on or off -> Action Center -> Off
                 Power Options -> Balanced(recommended) -> Change plan settings -> Change advanced power settings -> Display -> Turn off display after -> Setting: Nerver(0)
                                                                                                                     Hard disk -> Turn off hard disk after -> Setting: Nerver(0) // WS2008R2 Default
                                                                                                                     Sleep -> Sleep after -> Setting: Nerver(0) // WS2008R2 Default
                                                                                                                     POWERCFG -H OFF
                 System -> Advanced system settings -> System Protection -> Configure -> Turn off system protection // WS2008R2 n/a
                                                       Remote -> Allow Remote Assistance connections to this computer -> Not selected // WS2008R2 n/a
                 User Accounts -> Change User Account Control settings -> Never notify
Folder Options -> View -> Advanced settings -> Hidden files and folders -> Show hidden files, folders, and drives
                                               Hide extensions for known file types -> Not selected
                                               Hide protected operating system files (Recommended) -> Not selected
                                               Launch folder windows in a separate process -> Selected
                                               Show encrypted or compressed NTFS files in color -> Not selected
                                               Use Sharing Wizard (Recommended) -> Not selected
Internet Options -> Home page -> Use blank
                    Browsing history -> Delete browsing history on exit -> Selected
                                        Delete... -> Form data -> Selected
                                                     Passwords -> Selected
                                                     InPrivate Filtering data -> Selected
Taskbar and Start Menu -> Lock the taskbar -> Selected // WIN7 Default
                          Auto-hide the taskbar -> Selected
                          Use small icons -> Selected
services.msc -> Security Center -> Disabled // WS2008R2 n/a
                Windows Defender -> Disabled
                Windows Firewall -> Disabled
taskschd.msc -> Task Scheduler (Local) -> Task Scheduler Library -> Microsoft -> Windows -> Defrag -> ScheduledDefrag -> Disabled
                                                                                            Maintenance -> WinSAT -> Disabled // WS2008R2 n/a
Computer Name & Workgroup
HKEY_LOCAL_MACHINE -> SOFTWARE -> Microsoft -> Windows NT -> CurrentVersion -> RegisteredOwner
                                                                               RegisteredOrganization
Windows Server 2008 R2:
control userpasswords2
Administrative Tools -> Local Security Policy -> Account Policies -> Password Policy -> Maximum password age -> 0
                                                 Local Policies -> Security Options -> Interactive logon : Do not require CTRL+ALT+DEL -> Enabled
                        Server Manager -> Server Summary -> Computer information -> Do not show me this console at logon -> Selected
                                                            Security Information -> Configure IE ESC -> Administrators: -> Off
                                                                                                        Users: -> Off
                                          Features Summary -> Add Roles -> File Services -> Windows Search Service -> Selected
                                                              Add Features -> Desktop Experience -> Selected
                                                                              Wireless LAN Service -> Selected
Control Panel -> System -> Advanced system settings -> Advanced -> Performance Settings -> Visual Effects -> Adjust for best appearance
                                                                                           Advanced -> Processor scheduling -> Programs
                                                                                           Date Execution Prevention -> Turn on DEP for essential Windows programs and services only
gpedit.msc -> Computer Configuration -> Administrative Templates -> System -> Display Shutdown Event Tracker -> Disabled
services.msc -> Themes -> Automatic
                Windows Audio -> Automatic
其它設定:
regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\MuiCache


Administrative Tools -> Local Security Policy -> Network List Manager Policies -> Unidentified Networks -> Location type -> Private
                                                                                                           User permissions -> User cannot change location
                                                 Software Restriction Policies -> Additional Rules -> New Path Rule (Action -> New Software Restriction Policies)
C:\Program Files (x86)\Internet Explorer\iexplore.exe
C:\Program Files (x86)\Windows Media Player\wmplayer.exe
C:\Program Files\Internet Explorer\iexplore.exe
C:\Program Files\Windows Media Player\wmplayer.exe
C:\Windows\System32\WinSAT.exe // WS2008R2 n/a


Network and Sharing Center -> Change advanced sharing settings -> Home or Work -> HomeGroup connections -> Use user accounts and passwords to connect to other computers -> Selected // WS2008R2 n/a


C:\WINDOWS\system32\drivers\etc\hosts


cmd
set devmgr_show_nonpresent_devices=1
start devmgmt.msc

BOOTSECT.EXE /NT60 C:
BCDBOOT C:\WINDOWS /L JA-JP /S C:

2010年11月29日月曜日

MSN Messenger 開啟被關閉的 Link 的方法

MSN Messenger 中的連結被微軟改成不能直接點
這樣挺麻煩的
不過已經有修改的辦法
一樣提供 UltraEdit 的 Scripts
//UltraEdit設定
UltraEdit.activeDocument.findReplace.replaceAll = true;
UltraEdit.activeDocument.findReplace.searchAscii = true;

//msnmsgr.exe
UltraEdit.activeDocument.findReplace.replace("hotlinks", "fixlinks");
沒有 UltraEdit 的話
用 HEX 編輯器
尋找 hotlinks
改成 fixlinks (字元數一樣即可 不限定一定要改這樣)
這樣也可以

下面這個是移除廣告的 Scripts
只適用 Windows Live Messenger 2009 (Build 14.0.8117.416) 此版本
//UltraEdit設定
UltraEdit.activeDocument.findReplace.replaceAll = true;
UltraEdit.activeDocument.findReplace.searchAscii = false;

//msgsres.dll
UltraEdit.activeDocument.findReplace.replace("0200020802000203", "04FFFFFFFD07000B");
參考這篇:http://heartfullmoon.blogspot.com/2010/06/windows-live-messenger.html

2010年9月21日火曜日

Windows 視窗整理工具組合

雖然 1920*1080 的解析度來說
用 Win + Right(Left) 來切成2個視窗就很方便
不過對於小工具之類的程式來說
畫面會太大
找了蠻久 終於弄出比較好搭配的組合

使用下面這三套小軟體
reSizer(官網 : http://zestant.googlepages.com/resizer)
Sizer(官網 : http://www.brianapps.net/sizer/)
Fences(官網 : http://www.stardock.com/)
像一些小工具軟體 視窗比較小 可以用 Sizer 來調整它的大小(可以把類似的調成相同)
然後用 reSizer 來調整視窗位置(因為 Windows 7 的沒有置中的功能)
最後再把桌面的圖示用 Fences 分類整理
這樣就看起來很清爽

另外
reSizer 還可以用來管理 Windows 7 的便利貼
讓它看起來比較整齊
不然東貼一塊西貼一塊 看起來會很亂

參考資料:
http://www.tomshardware.com/picturestory/540-windows-7-free-download-application.html
湯姆大叔的 Windows 7 最常被下載的 20 個工具

題外話
Linux 下不知道有沒有類似的工具可以使用

2010年7月16日金曜日

Unidentified network 網路類型變更教學

Windows 7 安裝完後 區網一直抓不到其它電腦
當然也沒辦法和我妹的 XP 連線
原因是網路無法識別 它就會變成 Public network 且無法更改
目前找到兩個方法
一個是變更預設閘道(但是這方法我覺得有些情況不方便 有時候要重開機才有效)
另一個就是變更網路類型(Home , Work , Public)

首先
電腦名稱每台要不同
工作群組要設定成一樣的
IP 也要設不同 192.168.X.Y
變更方法:
開啟 Network and Sharing Center
Unidentified network 的類型是 Public network 且無法變更
這時執行 SECPOL.MSC (Local Security Policy)
然後選擇 Security Settings 下面的 Network List Manager Policies
裡面的 Unidentified networks 點兩下
然後把 Location type 改成 Private
把 User permissions 改成 User cannot change location
改完後回去看 Network and Sharing Center
就會變成
這時就可以在看見其它電腦了

像我 Folder Options 裡的 Use Sharing Wizard (Recommended)
是沒有開啟的所以要多設定一個地方
一樣是在 Network and Sharing Center
點左邊的 Change advanced sharing settings
然後選 Home or Work 的部份
最底下的 HomeGroup connections
改選 Use user accounts and passwords to connect to other computers
這樣就可以用帳密進去分享的資料夾

2010年4月30日金曜日

AHCI 開啟遇難記T.T

今天回家後
發現 10.4 的人品測試驅動出來了
就想說來玩看看
然後就照往例抓了
XP(32+64 HDMI SB) 4種驅動
Windows7(32+64+SB) 3種驅動
忽然著魔似的(?
也抓了 Windows7 的 AHCI Driver
然後照著 PTT 的教學 把下面的登錄檔改成 0
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\msahci
Start -> 0
改完後 才進 BIOS 開 AHCI
開好 AHCI 重開機 Windows7 就死機給我看(?
然後我就讓它修復看看(等了約15分吧)
修好後 AHCI 還是進不去= =
只好改回 IDE 模式
改回去後 一切正常 偏偏就 RO 一直錯誤 不能玩
我就開始灌回 10.3
結果一樣
然後全部移除
重裝了 10.4 的 SB CCC DRIVER
還是不行
該不會要重灌了吧= =
這時候 我發現 上面那個要改 0 的地方
我好像改成 1 = =
然後我就改 0 給它重開機
它就很順利的抓到 AHCI 裝置
可是還是一樣不能玩 RO
然後我又重抓了 AHCI 的驅動
安裝完後重開
一樣不行
正當我準備放棄
算了 今天先別玩 RO 明天來重灌= =
這時 想說放個 MP3 聽
結果一放 發現 BIG5 的日文沒有顯示
然後 直覺想到 會不會 C_950.NLS 被 Windows7 修回正常檔了嗎= =
去 WINDOWS\SYSTEM32 一看
果然被修復了
之後
把補完計劃的 C_950.NLS 裝回去重開
我的 RO 就復活了 T.T

結論 Windows7 日文版 + RO + 用 App 繁中模式跑會錯誤
印象中以前 TwRO 不會這樣
可能私服主程式都韓國原廠的
然後又在日文 Windows7 下才會這樣吧

補一下開 AHCI 地方的圖:

2010年3月23日火曜日

Windows 7 安裝時載入驅動程式&修復相關教學

Windows 7 安裝程式載入完成後會出現這畫面
選好設定後按下一步
會出現這張畫面
這時選中間的 Install now 就是馬上安裝
我們是要載入驅動程式和修復相關作業
所以選左下角的 Repair your computer
這時 畫面右下會有2個選項
(因為這是沒安裝過的虛擬機器 故不會找到任何OS)
要載入驅動就按 Load Drivers
接著 它會要求你放入儲存的媒體(像USB隨身碟 光碟片之類的)
然後它會要你選擇要開啟的地方
這時按 Computer
上面這2張的差別在於 一張有插入USB 隨身碟
載入驅動程式的部份就看你放在哪個媒體上去打開就可以
驅動程式載入完成後 再按 ESC 或 右上角的關閉 回到原本的安裝畫面
載入驅動的部份就在這邊結束
要修復作業時 就不用理會 Load Drivers 直接按下一步
因為這是沒安裝過的 當然也不可能有影像檔 所以這邊我們直接按取消
如果你有做影像檔的話 要還原按下一步
這邊沒做過 所以都是空的
按左下角的進階可以選從網路搜尋影像檔或是安裝驅動程式
(因為可能有內建抓不到的裝置需要另外裝)
因為我們沒有要從影像檔修復 所以直接按取消
終於出現我們想要用的部份了
按最下面的 Command Prompt 就可以開啟命令列提示字元
可以在這邊用指令修復 Windows7
例如:BCDBOOT BOOTSECT
大致上就是這樣XD

2010年1月14日木曜日

Windows 7 延期使用(30天*3)


沒啟動,30天後的情形,桌面右下角會有Windows沒有啟動的訊息

系統內容(提示你要啟動)

執行這行指令
SLMGR.VBS -REARM
(使用命令列提示字元,需有Administrator權限才不會錯誤或者關掉UAC)
執行完要重開機

選Ask me later(稍後再詢問我)

按OK

桌面右下角的啟動提示不見了

系統內容顯示可以再用30天
不過 這招只能用3次XD

使用下列指令來看剩餘重置次數
SLMGR.VBS /DLV
Remaining Windows rearm count:2(圖中倒數第2行)
這個就是剩餘次數(預設次數是3次)
忘了先拍可以用3次的圖,懶得弄了XD

2010年1月5日火曜日

使用登錄檔關閉 Shutdown Event Tracker

一般關掉關機事件追蹤器要這樣
gpedit.msc -> Computer Configuration -> Administrative Templates -> System -> Display Shutdown Event Tracker -> Disabled

弄成登錄檔
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Reliability]
"ShutdownReasonOn"=dword:00000000

ps:用登錄檔的話 gpedit.msc 裡的設定不會顯示
ps2:只試過WS2008R2

2010年1月4日月曜日

ADI AD1986A Windows 7 Driver

用 Windows 7 蠻久了
內建的音效(ASUS M2NPV-VM)一直用 Windows 7 內建的驅動
最近找到這個驅動
試驗後
目前使用上沒遇到問題
下載點:
ftp://ftp.asus.com.tw/pub/ASUS/misc/audio/SoundMAX2000B_Audio_V610X6585_Windows7.zip



2009年12月1日火曜日

TypedPaths 登錄檔

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\TypedPaths]
"url1"="\\\\vmware-host\\Shared Folders"

2009年11月22日日曜日

使用登錄檔關閉 UAC

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"EnableLUA"=dword:00000000

得重開機設定才會有效

Windows System Assessment Tool(WinSAT) Disable

把這個討人厭的東西徹底關閉的方法
改2個地方 讓它不會自動執行&手動也不能跑= =

Task Scheduler:(WinSAT->Disabled)


Local Security Policy:(禁用WinSAT.exe)


這個東西害我當了3次機
因為我的 Windows 7 設定關閉螢幕會當機(可能跟程式有相衝 原因不明)
它跑的時候 把電源計劃改成效能(我平常是用平衡 也設定不關螢幕 而且我習慣手動關)
結果就害我當了3次機 而且 效能和平衡關螢幕的時間還不同(20分;15分)
害我沒想到是被改了電源計劃

不過也可能跟我處理的方式有關
那時我正在忙(打RO XD)
它就排程執行了= =
我直接就用工作管理員把它給關了
也許它跑完會把電源計劃改回來
不過我也不想試了
直接關了它省事
而且 那時候我CPU使用率超過50%
它還堅持要跑
差點被它氣死
有點想用回 Windows Server 系列了
Server 的 OS 比較不會做這種事
應該是用習慣WS2003R2了XD
Windows 7 還用不到2個月(VM上的不算)

限制軟體執行的方法 (PATH)



限制軟體執行的方法
Administrative Tools -> Local Security Policy -> Software Restriction Policies -> Additional Rules -> New Path Rule (Action -> New Software Restriction Policies)
C:\Program Files (x86)\Internet Explorer\iexplore.exe
C:\Program Files (x86)\Windows Media Player\wmplayer.exe
C:\Program Files\Internet Explorer\iexplore.exe
C:\Program Files\Windows Media Player\wmplayer.exe
C:\Windows\System32\WinSAT.exe

使用登錄檔關閉 Autoplay

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers]
"DisableAutoplay"=dword:00000001

2009年11月11日水曜日

Unicode 補完計畫 安裝修正&更新(BAT&VBS)

2010/12/30 Update

INSTALL.BAT
TAKEOWN /F %WINDIR%\System32\C_950.NLS /A
CACLS %WINDIR%\System32\C_950.NLS /E /G Administrators:F
REN %WINDIR%\System32\C_950.NLS C_950.BAK
COPY C_950.NLS %WINDIR%\System32
INSTALL.VBS(VBS 版需將 C_950.NLS 和 INSTALL.VBS 置於桌面)
Set WshShell = WScript.CreateObject("WScript.Shell")
Set fso = CreateObject("Scripting.FileSystemObject")
Dim winnlspath , newnlspath , baknlspath
winnlspath = WshShell.ExpandEnvironmentStrings("%WINDIR%")&"\System32\C_950.NLS"
newnlspath = WshShell.ExpandEnvironmentStrings("%USERPROFILE%")&"\Desktop\C_950.NLS"
baknlspath = WshShell.ExpandEnvironmentStrings("%WINDIR%")&"\System32\C_950.BAK"
If (fso.FileExists(winnlspath)) And (fso.FileExists(newnlspath)) Then
Return = WshShell.run("TAKEOWN /F %WINDIR%\System32\C_950.NLS /A" , 1 , True)
Return = WshShell.run("CACLS %WINDIR%\System32\C_950.NLS /E /G Administrators:F" , 1 , True)
fso.MoveFile winnlspath , baknlspath
If (fso.FileExists(baknlspath)) And (fso.FileExists(newnlspath)) Then
fso.CopyFile newnlspath , winnlspath
End If
Else
MsgBox "Can't Find C_950.NLS & Exit" , 0 , "Message"
WScript.Quit
End If

2009年11月7日土曜日

Windows Server 2008 R2 & Windows 7 Settings

Windows Server 2008 R2:
control userpasswords2 (lusrmgr.msc)
Administrative Tools -> Local Security Policy -> Account Policies -> Password Policy -> Maximum password age -> 0
Local Policies -> Security Options -> Interactive logon : Do not require CTRL+ALT+DEL -> Enabled
Server Manager -> Server Summary -> Computer information -> Do not show me this console at logon -> Selected
Security Information -> Configure IE ESC -> Administrators: -> Off
Users: -> Off
Features Summary -> Add Features -> Desktop Experience -> Selected
Wireless LAN Service -> Selected
Control Panel -> System -> Advanced system settings -> Advanced -> Performance Settings -> Visual Effects -> Adjust for best appearance
Advanced -> Processor scheduling -> Programs
Date Execution Prevention -> Turn on DEP for essential Windows programs and services only
gpedit.msc -> Computer Configuration -> Administrative Templates -> System -> Display Shutdown Event Tracker -> Disabled
services.msc -> Themes -> Automatic
Windows Audio -> Automatic
HKEY_LOCAL_MACHINE -> SOFTWARE -> Microsoft -> Windows NT -> CurrentVersion -> RegisteredOwner
RegisteredOrganization

Windows 7:
Control Panel -> AutoPlay -> Use AutoPlay for all mdeia and devices -> Not selected
Notification Area Icons -> Turn system icons on or off -> Action Center -> Off
Power Options -> Balanced(recommended) -> Change plan settings -> Change advanced power settings -> Display -> Turn off display after -> Setting: Nerver(0)
Hard disk -> Turn off hard disk after -> Setting: Nerver(0) [X]WS2008R2[X]
Sleep -> Sleep after -> Setting: Nerver(0) [X]WS2008R2[X]
POWERCFG -H OFF
System -> Advanced system settings -> System Protection -> Configure -> Turn off system protection [X]WS2008R2[X]
Remote -> Allow Remote Assistance connections to this computer -> Not selected [X]WS2008R2[X]
User Accounts -> Change User Account Control settings -> Never notify
Folder Options -> View -> Advanced settings -> Hidden files and folders -> Show hidden files, folders, and drives
Hide extensions for known file types -> Not selected
Hide protected operating system files (Recommended) -> Not selected
Launch folder windows in a separate process -> Selected
Show encrypted or compressed NTFS files in color -> Not selected
Use Sharing Wizard (Recommended) -> Not selected
services.msc -> Security Center -> Disabled [X]WS2008R2[X]
Windows Defender -> Disabled
Windows Firewall -> Disabled
taskschd.msc -> Task Scheduler (Local) -> Task Scheduler Library -> Microsoft -> Windows -> Defrag -> ScheduledDefrag -> Disabled
Maintenance -> WinSAT -> Disabled [X]WS2008R2[X]

2009年10月30日金曜日

Windows 7 Unicode 補完計畫 2.50 簡易安裝法

2010/12/30 Update

1.http://uao.cpatch.org/
下載 Unicode 補完計畫 2.50
網站好像死了 改用這個
http://ftp.isu.edu.tw/pub/CPatch/patchutil/unicodeaton/unicodeaton_250.exe

2.http://www.legroom.net/
下載 Universal Extractor 用來取得 C_950.NLS
也可以改用這個 http://www.7-zip.org/
\unicodeaton_250\Backup\$SYSDIR\c_950-.nls
解開後這檔案就是我們要的 把它更名成 C_950.NLS

3.將 INSTALL.BAT 和 C_950.NLS 放在一起
然後執行 INSTALL.BAT 後重開機即可

INSTALL.BAT
TAKEOWN /F %WINDIR%\System32\C_950.NLS /A
CACLS %WINDIR%\System32\C_950.NLS /E /G Administrators:F
REN %WINDIR%\System32\C_950.NLS C_950.BAK
COPY C_950.NLS %WINDIR%\System32

這邊另外提供 VBS 版
http://heartfullmoon.blogspot.com/2009/11/unicode.html

檔案資訊:
unicodeaton_250.exe
MD5:62e2701a44dab3117b9ccf2ece299ff3
SHA1:956412ad2c74c8636119336f2113161b6c280f56

C_950.NLS
MD5:7f69955ce72ba9f187a686a637b8ffdd
SHA1:e1ebd6fec6722352dfbe4f09b707d3f47b6475f9

2009年10月27日火曜日

Windows 7 目前安裝&使用的軟體




圖片上沒版本號碼的在這邊補充:
Avira AntiVir Personal 9.0.0.407
Babylon 8.0.0 (r27) Update:Babylon 8.0.1 (r11)
CCleaner 2.24.1010
PCMan 9.1.5
Rainlendar 2.6 (b82)
The KMPlayer 2.9.4.1435
WinHex 15.4 SR-2
WinRAR 3.90

圖片上沒顯示但是有執行的程式:
Unicode 補完計畫 2.50(使用blog上的安裝法)
foobar2000 0.8.3

其它:
目前剩 Babylon 剛執行時會有個錯誤視窗 不過並不影響使用
其它使用上並沒遇到什麼問題

補充:
Babylon 的問題是禁止它連線所導致
Services -> Disable Babylon Globe -> Selected
就可以解決這問題

2009年10月24日土曜日

Windows 7 新增的快速鍵

Win+1~0:對應工作列上前10個PIN(左->右) 後面的好像不行
WIN+T:不使用滑鼠顯示預覽
Shift+Right-Click:PIN上可以跳出之前右鍵的功能