搜尋此網誌

2013年5月10日 星期五

How to set Notepad default format to Word Wrap

http://www.techtin.com/windows-7/how-to-set-notepad-default-format-to-word-wrap/
  1. You can enable / disable word wrap from Format >> Word Wrap
    http://www.techtin.com/wp-content/uploads/2011/05/53.jpg
  2. If you want to enable word wrap by default, modify windows registry:
    1. regedit
    2. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Notepad,
      • Add a key "fWrap" (Double Word) with value 1.
    3. Close the registry manager.


2013年4月9日 星期二

Connect WinXP to Win7 via Remote Desktop

  • http://blogs.yyes.chc.edu.tw/post/2/3607
  • When trying to connect to win7-cc, WinXP shows an error message "遠端電腦需要網路層級驗證".
  • 在 mstsc 點左上角,選「關於」,可看到「不支援網路層級驗證」 (Network Level Authentication, NLA)
  • regedit
    1. 找到「HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa」的「Security Packages」加入「tspkg」
    2. 將「HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders」的「SecurityProviders」數值資料最後再加入「,credssp.dll」
  • Now mstsc can connect to Windows 7, but authentication still fails.
  • Download Remote Desktop 7.0 http://www.microsoft.com/zh-tw/download/details.aspx?id=20609
  • 發生驗證錯誤。要求的安全性封裝不存在。
  • Restart WinXP. Now you can login successfully. (So maby you don't need to install KB969084.)