• MOM 2005,Unable to deploy the agents from the MOM server using Push installation method

    Problem
    ========
    Unable to deploy the agents from the MOM server using Push installation method 

    Solution
    =======

    The user has access, it appears to be a DCOM issue.
    This server have been disable this check box.
    1. Run\dcomcnfg\Component Services\Computers\My Computer\Properties
    clip_image002
    2. on "Default Properties" tab, we need check "Enable Distributed COM on this computer“
    clip_image004
    3. After check this function we need to reboot server to effect.

  • Windows 7/Active Desktop with Wallpaper policy show black issue

    問題描述︰Windows 7/Active Desktop with Wallpaper policy show black issue

    說明與方法︰從AD派送的桌面圖片無法套用在 Windows 7的機器上, 呈現黑色的底圖顏色.

    Cause:

    Active Desktop is not supported since Windows Vista (including Windows 7) , Windows Vista has replaced the Active Desktop with Windows Sidebar (Now Called Windows Desktop Gadgets starting with Windows 7), which also allows components to be added to the desktop.

    clip_image002

    Suggestion:

    使用下面的機碼套用底圖

    a) Locate the following registry subkey:
    HKEY_CURRENT_USER\Control Panel\Desktop

    b) Double-click the WALLPAPER registry entry. In the Value data box, type a value, such as c:\temp\wallpaper.jpg, and then click OK.

    參考連接

    · The "Desktop Wallpaper" Group Policy setting is not applied in Windows 7 or in Windows Server 2008 R2

    http://support.microsoft.com/kb/977944/zh-tw

    In an Active Directory domain network environment, you apply a "Desktop Wallpaper" Group Policy setting to the domain users. However, the setting is not applied to domain users who log on to client computers that are running Windows 7 or Windows Server 2008 R2.

  • Windows 7/Word 2007 pin to taskbar issue


    問題描述
    Windows 7/Word 2007 pin to taskbar issue

    clip_image001

    說明與方法Word 2007 使用釘選功能發生問題, 不會顯示最近的檔案文件清單.

    [修復步驟]

    1.      登入有問題的使用者帳號

    2.      找到下面的路徑

    %AppData%\Microsoft\Windows\Recent\AutomaticDestinations

    3.      刪除這個檔案

    adecfb853d77462a.automaticDestinations-ms  = Word 2007 Pinned and Recent.  <- we would delete this item

     clip_image002

    4.      登出在登入一次
    5.      打開其他word檔案並將word釘選到taskbar
    6.      確認是否有最近的檔案list

    clip_image002[4]

     

    參考資訊

    Additional Information

    ID

    Application

    28c8b86deab549a1.automaticDestinations-ms

    IE8 Pinned and Recent.

    9839aec31243a928.automaticDestinations-ms

    Excel 2010

    a7bd71699cd38d1c.automaticDestinations-ms

    Word 2010

    9c7cc110ff56d1bd.automaticDestinations-ms

    PowerPoint 2010

    adecfb853d77462a.automaticDestinations-ms   

    Word 2007 Pinned and Recent.  <- we would check this item

    a8c43ef36da523b1.automaticDestinations-ms  

    Word 2003 Pinned and Recent.

    1b4dd67f29cb1962.automaticDestinations-ms

    Windows Explorer Pinned and Recent.

    918e0ecb43d17e23.automaticDestinations-ms  

    Notepad Pinned and Recent.

    d7528034b5bd6f28.automaticDestinations-ms

    Windows Live Mail Pinned and Recent.

    b91050d8b077a4e8.automaticDestinations-ms  

    Windows Media Center.

    f5ac5390b9115fdb.automaticDestinations-ms

    PowerPoint 2007.

    23646679aaccfae0.automaticDestinations-ms

    Adobe Reader 9.

  • Change the Storage Limitation of “Backup and Restore” in Windows 7

     

    在Windows 7中,預設備份還原可以使用的最大硬碟容量是那顆目標硬碟的30%

    如下圖:
    image

    我的硬碟是300G的硬碟,因此當前最大可用的備份容量大約就是90GB左右。但是這個對某些使用者來說這個並不方便,有可能要備份的硬碟比拿來裝備份的硬碟大很多,但是又被限制在30%,對於這樣的使用狀況,我們可以去調整這個比例的預設值:

    請到 控制台->系統->系統檔案保護,在備份的目標硬碟上面點選之後點擊[設定]按鈕:
    image
    您可以自行調整這顆硬碟有多少容量可以用來做備份使用

  • 使用WMI Filter 過濾網段套用GPO

    您可以使用WMI Filter 指定特定網段套用 GPO , 以下為實例:

    此套用邏輯為, 採用Win32_IP4RouteTable 從 Route Table 中,defaultGetwayIP 進行比對, 然後套用GPO

    也就是說,具有相同Default Getway 均會套用此GPO

    以下為相關語法及範例:

    select * From Win32_IP4RouteTable where mask="0.0.0.0" and NextHop="defaultGetewayIP"

    ex:

    defaultGetewayIP : 10.10.0.254

    select * From Win32_IP4RouteTable where mask="0.0.0.0" and NextHop="10.10.0.254"