• 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...
  • 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...
  • Windows 7/Word 2007 pin to taskbar issue

    問題描述 ︰ Windows 7/Word 2007 pin to taskbar issue 說明與方法 ︰ Word 2007 使用釘選功能發生問題 , 不會顯示最近的檔案文件清單 . [ 修復步驟 ] 1.       登入有問題的使用者帳號 2.       找到下面的路徑 %AppData%\Microsoft\Windows\Recent\AutomaticDestinations 3...
  • Change the Storage Limitation of “Backup and Restore” in Windows 7

    在Windows 7中,預設備份還原可以使用的最大硬碟容量是那顆目標硬碟的30% 如下圖: 我的硬碟是300G的硬碟,因此當前最大可用的備份容量大約就是90GB左右。但是這個對某些使用者來說這個並不方便,有可能要備份的硬碟比拿來裝備份的硬碟大很多,但是又被限制在30%,對於這樣的使用狀況,我們可以去調整這個比例的預設值: 請到 控制台->系統->系統檔案保護,在備份的目標硬碟上面點選之後點擊[設定]按鈕: 您可以自行調整這顆硬碟有多少容量可以用來做備份使用
  • 使用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...