Copy / Transfer Putty Configuration File / Profile
首先,你必需有權限執行登錄檔編輯程式。
First of all, You may have both computers administrative right to execute registry editor.
開始 -> 執行 -> 輸入 "regedit.exe" -> OK
Windows + R -> input "regedit.exe" -> OK
前往
Go to HKEY_CURRENT_USER\Software\SimonTatham
右擊"SimonTatham" -> 輸出 -> 儲存
Right Click on "SimonTatham" -> Export -> save
複製輸出的登錄檔到另一部電腦,然後開啟/執行
Copy the output file to other computer, and then double click to import it.
現在你成功地將Putty的設定轉移到另一部電腦!
Now, you putty setting is transfer to another computer!
本網誌主要是記錄筆者在使用電腦上疑難解決方法。希望藉著此平台跟大家分享交流。
This blog is used for sharing how to troubleshoot my computer problem. I would like to share them to each other through this platform.
2012-11-13
2012-10-24
Enable Root Login in Fedora GUI
1. Open terminal
2. su - root
3. vi /etc/pam.d/gdm-password
4. add ## to comment auth required pam_succeed_if.so user != root quiet
2. su - root
3. vi /etc/pam.d/gdm-password
4. add ## to comment auth required pam_succeed_if.so user != root quiet
2012-09-06
Excel圖表顯示隱藏的列欄儲存格
Microsoft Excel Display Hidden Row Column Cell data in Chart
Office 2003
Tools --> Options --> Charts --> Active chart --> uncheck "Plot visible cells only"
工具 --> 選項 --> 圖表 --> 使用中圖表 --> 剔除 「只繪製可見儲存格」
Office 2007
Right click the chart --> Select Data --> Click "Hidden and Empty Cell Settings" --> Check "Show data in hidden rows and columns"
Office 2003
Tools --> Options --> Charts --> Active chart --> uncheck "Plot visible cells only"
工具 --> 選項 --> 圖表 --> 使用中圖表 --> 剔除 「只繪製可見儲存格」
Office 2007
Right click the chart --> Select Data --> Click "Hidden and Empty Cell Settings" --> Check "Show data in hidden rows and columns"
在圖表上用滑鼠單擊右鍵 --> 選取資料 |
點擊「隱藏和空白儲存格」 |
剔選「顥示隱藏列和欄中的資料」-->確定 |
2012-07-27
開啓/關閉網際網路選項的「連線」選項
Enable/Disable Connection Tab in Internet Options
首先你使用的帳戶是本機系統管理員的身份才可以做到開關網際網路選項。
First of all, you make sure your account under administrator group of local machine, so that you can enable or disable internet options
一) 首先執行登錄檔修改器,按"Windows + R" -> 輸入"regedit.exe"
二) 前往 "Computer -> HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel"
三) 建立一個叫 "ConnectionsTab" 的 DWORD 檔
四) 0 -> 開,1->關
1) Execute registry editor, press "Windows + R" -> Input "regedit.exe"
2) Go to "Computer -> HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel"
3) Create a DWORD file named "ConnectionsTab"
4) 0 -> Enable, 1 -> Disable
Result:
首先你使用的帳戶是本機系統管理員的身份才可以做到開關網際網路選項。
First of all, you make sure your account under administrator group of local machine, so that you can enable or disable internet options
一) 首先執行登錄檔修改器,按"Windows + R" -> 輸入"regedit.exe"
二) 前往 "Computer -> HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel"
三) 建立一個叫 "ConnectionsTab" 的 DWORD 檔
四) 0 -> 開,1->關
1) Execute registry editor, press "Windows + R" -> Input "regedit.exe"
2) Go to "Computer -> HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel"
3) Create a DWORD file named "ConnectionsTab"
4) 0 -> Enable, 1 -> Disable
Result:
0 - Enable |
1 - Disable |
如何修改Windows7的hosts table
How to modify hosts table in Windows 7?
Windows 7 hosts table location 位置:
C:\Windows\System32\drivers\etc\hosts
如何直接開啓檔案修改,儲存的時候就會出現存取被拒
IF you are modify the hosts table file directly, windows will warn you "Access is denied".
因此你需要先用系統管理員權限執行一些可以修改 hosts table 的程式,例如 Notepad。
用滑鼠右擊一下一個該程式,然後點「以系統管理員身份執行」。
Therefore you should use administrator right to run editor. For example, right click notepad and then choose "Run as administrator".
Finally, you can save now.
Windows 7 hosts table location 位置:
C:\Windows\System32\drivers\etc\hosts
如何直接開啓檔案修改,儲存的時候就會出現存取被拒
IF you are modify the hosts table file directly, windows will warn you "Access is denied".
因此你需要先用系統管理員權限執行一些可以修改 hosts table 的程式,例如 Notepad。
用滑鼠右擊一下一個該程式,然後點「以系統管理員身份執行」。
Therefore you should use administrator right to run editor. For example, right click notepad and then choose "Run as administrator".
Finally, you can save now.
2012-06-18
如何在Windows7開啟HP打印機自動雙面列印功能
How to enable HP printer automatic duplex printing function in Windows 7
1) Go to Control Panel -> Devices and Printers -> Double HP Printer
2) Click "Customize your printer" in Printer Actions
2a) Or right click printer -> click "Printer properties"
3) Click the tab "Device Settings" -> Expand "Installable Options" -> Select "Installed" in "Duplex Unit (for 2-Sided Printing)
4) Now you can "Print on Both Sides"
訂閱:
文章 (Atom)
Review Who is Connected to Windows Shared Folder
1. Open Computer Management Console Windows Key + R -> compmgmt.msc 2. Expand System Tools -> Shared Folder -> Sessions ...
-
Copy / Transfer Putty Configuration File / Profile 首先,你必需有權限執行登錄檔編輯程式。 First of all, You may have both computers administrative right to ...
-
Start Chrome with Incognito (Private) Browsing Mode Firstly, right click "Chrome" shortcut --> click "Properties" ...