• 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

  • 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

  • SCOM 2007 R2,The requested management pack was invalid during import of SLD MP

     

    Problem
    ==========

    The requested management pack was invalid during import of SLD MP

    Microsoft.EnterpriseServiceMonitoring.ServiceLevelDashboard.R2 could not be imported.
    If any management packs in the Import list are dependent on this management pack, the installation of the dependent management packs will fail.
    The requested management pack was invalid. See inner exception for details.
    參數名稱: managementPack

    Cause
    ========
    database is full.

    Database error. [MPInfra_p_ManagementPackInstall] failed with exception: Could not allocate space for object 'dbo.ManagementPackStaging'.'PK_ManagementPackStaging' in database 'OperationsManager' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.

    Solution
    =========
    DB 加大和設定自動成長.

  • SCOM 2007 R2,RunAs Successful Logon Check failed for servers in workgroup


    Symptom
    ========

    RunAs Successful Logon Check failed for servers in workgroup

    Cause
    ======
    Agent is on Workgroup environment.

    Solution
    ========
    Since the agent was in workgroup only resolution is set an override for that agent for monitor RunAs Successful Logon Check failed.

    clip_image002

  • 使用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。