• Windows XP/Silence install method for Windows Media Player

     

    1.       Dwnload the WMP 11

     

    http://www.microsoft.com/downloads/zh-cn/details.aspx?FamilyID=1d224714-e238-4e45-8668-5166114010ca

     

     

    2.       install from command prompt

     

    ·         Wmp11-windowsxp-x86-ZH-TW.exe /q:A

     

    clip_image002

     

    3.       Open gpedit.msc, disable the first run of WMP

     

    ·         Computer Configuration -> Administrative Templates -> Windows Components -> Windows Media Player -> Do Not Show First Use Dialog Boxes (Enable)

    clip_image004

     

    4.       after install, open WMP directly

     

    clip_image006

     



  • Win Svr Ent 2003 R2 ZH/ VSS Error backup fail with event VolSnap 20

    Event Type: Error

    Event Source: VolSnap

    Event Category: None

    Event ID: 20

    Date:  2011-9-4

    Time:  22:00:20

    User:  N/A

    Computer: computer

    Description:

    The shadow copies of volume F: were aborted because of a failed free space computation.

    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

    在32 bit作業系統中non-paged pool最大是256MB

    There is a limitation with the 32 bit windows Server 2003 with volumes greater than 5 TB on which shadow copy is enabled (i.e on a single volume), a very basic chart is 1 TB of drive uses ~ 24MB of non-paged pool; so a 10tb drive would need 240mb

    With 64-bits this isn’t an issue as the paged pool and non paged pool memory can grow to a maximum of 128GB

    目前看來x86 OS的設計

    目前可建議做法如下

    1.重新安裝成x64版本

    或是

    2.將目前的F槽資料備份,磁碟分割成較小的size

    其他參考資料

    Scalability Factors for Shadow Copies (裡面的最後一段有描述此問題 , 你的事件檢視器紀錄可以看到VolSnap Event Id 5的訊息)

    http://technet.microsoft.com/en-us/library/cc755419(WS.10).aspx

    Memory Management - Understanding Pool Resources

    http://blogs.technet.com/askperf/archive/2007/03/07/memory-management-understanding-pool-resources.aspx

  • DC重新開機後執行nltest /query , nltest /dsregdns會出現錯誤訊息: ERROR_NO_LOGON_SERVERS

     

    問題描述

    DC重新開機後執行nltest /query , nltest /dsregdns會出現錯誤訊息: ERROR_NO_LOGON_SERVERS
    image

     

    相關資訊

    此狀況是正常現象並不會影響AD的運作.

    After the restart netlogon service or reboot, the security channel between the DC and the PDC will be reset to invalid:

    11/24 11:11:07 [SESSION] CBIS: NlSetStatusClientSession: Set connection status to c000005e   (in the netlogon debug log)

    If no requirement for re-connecting the security channel between the DC and the PDC, the security channel's status will not be updated.

    If we run the command "nltest /sc_verify:<domain>" before the command "nltest /dsregdns" or “nltest /query”, the security channel between the DC and the PDC will be re-connected, and there should be no error returned by the command "nltest /dsregdns" or “nltest /query”.

    This symptoms can be reproduced on any Windows Server 2003's DC (non-PDC).

  • How to disable Sleep function in Windows 7?

    如果您想讓Windows 7的電腦>睡眠功能反灰的話,請參考以下的步驟:

    • 透過群組原則的方式

    請將「電腦設定」>「系統管理範本」>「系統」>「電源管理」>「睡眠設定」裏,將

    睡眠時允許待命狀態(S1-S3)----停用

    關閉交互式睡眠----啟用

    image

    • 透過機碼的方式

    1.將HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Power\PowerSettings刪除(如果有的話)。

    2.將以下的文字貼在NOTEPAD上,並且存成1.REG。

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Power]

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Power\PowerSettings]

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Power\PowerSettings\94ac6d29-73ce-41a6-809f-6363ba21b47e]
    "DCSettingIndex"=dword:00000000
    "ACSettingIndex"=dword:00000000

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Power\PowerSettings\abfc2519-3608-4c2a-94ea-171b0ed546ab]
    "DCSettingIndex"=dword:00000000
    "ACSettingIndex"=dword:00000000

    3.點選二下1.REG,匯入此機碼。

    4.重新開機即可。

    ====================================

    設定生效後,就會出現以下的結果。

    Untitled

  • 使用Office 2010第一次開啟IRM保護的文件時,會出現「您的使用者資訊並需經過驗證才能繼續」訊息

     

    問題描述:

    使用Office 2010第一次開啟IRM加密的檔案時,會出現以下的訊息,您希望能避免此訊息出現。

    1. 「您的使用者資訊並需經過驗證才能繼續。是否要立即驗證此資訊? 」

    clip_image002[4]

    2. 「現在無法確認使用者資訊。您要試著以不同的認證組開啟此文件嗎?」

    clip_image004

     

    原因:

    當Office 2010在第一次使用IRM的功能時,會連線到http://rms/_wmcs/licensing/ServiceLocator.asmx檔案。如果中間過程有問題,就會出現類似這個警告。

     

    解決方法:

    1.請確認Client是否可以透過IE連到http://rms/_wmcs/licensing/ServiceLocator.asmx ,如果無法連到該檔案的話,請先從這個方向著手。(例如該檔案權限是否設定有誤、該檔案是否不存在…等)

    2.請確認在RMS Server上的IIS設定,在C:\Inetpub\wwwroot\_wmcs\licensing\ServiceLocator.asmx檔案是否被設成匿名存取。如果被設定成匿名存取的話,請將這個設定取消,然後再做一次iisreset。