Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Windows XP系統教程 >> XP系統應用技巧 >> 刪除Windows Server遷移工具的步驟

刪除Windows Server遷移工具的步驟

日期:2017/1/24 21:54:26      編輯:XP系統應用技巧

  遷移工具是那種可以把軟件重一個盤符移動到另一個盤符,包括注冊表等所有關於需要遷移的軟件的所有配置,使軟件移動後使用,和原來的配置不受影響。適合盤和容量不足,又不想重裝軟件的困擾者,那如果想要刪除Windows Server遷移工具,該怎麼辦呢?這次為大家介紹使用Windows PowerShell刪除Windows Server遷移工具的方法.

  具體步驟:

  1、使用提升的用戶權限打開 Windows PowerShell 會話。若要執行此操作,請依次單擊「開始」、"所有程序"、"附件"和"Windows PowerShell",右鍵單擊 Windows PowerShell 快捷方式,然後單擊"以管理員身份運行"。

  2、將服務器管理器管理單元加載到 Windows PowerShell 會話中。若要加載服務器管理器管理單元,請鍵入以下內容,然後按 Enter。

  Import-Module ServerManager

  3、鍵入以下內容,然後按 Enter。

  Remove-WindowsFeature Migration

  您還可以使用服務器管理器控制台從完整安裝的 Windows Server 2008 R2 中刪除 Windows Server 遷移工具。

  Windows Server 2008 R2的服務器核心安裝選項

  使用以下過程刪除 Windows Server 遷移工具。

  從服務器核心中刪除Windows Server遷移工具的步驟

  1、在運行 Windows Server 2008 R2 服務器核心安裝選項的計算機上的命令提示符下,鍵入以下內容之一,然後按 Enter。

  powershell此操作將打開 Windows PowerShell 會話。您必須繼續執行下一步,以完成此過程。

  ocsetup ServerMigration /uninstall如果輸入此命令,則您已完成該過程,不必繼續執行下一步。

  Pkgmgr /uu:ServerMigration如果輸入此命令,則您已完成該過程,不必繼續執行下一步。

  2、將服務器管理器模塊加載到 Windows PowerShell 會話中。若要加載服務器管理器模塊,請鍵入以下內容,然後按 Enter。

  Import-Module ServerManager

  3、鍵入以下內容,然後按 Enter。

  Remove-WindowsFeature Migration

Copyright © Windows教程網 All Rights Reserved