Windows NT/2000/XP/2003/2008 PageWindows Server 2008 > Server Coreでのアプリケーションのアンインストール
Server Coreでのアプリケーションのアンインストール



Server Core使用時のアプリケーションのアンインストールですが、以下のように行います。

インストールされているアプリケーションの確認
Server Coreにインストールされているアプリケーションの確認を下記のコマンドで行います。
name=の後ろがインストールされているアプリケーションになります。

c:\>wmic product get name /value

Name=McAfee Agent


Name=Boadcom Drivers and Management Applications


Name=McAfee VirusScan Enterprise


Name=Dell EqualLogic Host Integration Tools


Name=Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.17


Name=Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.17



アプリケーションのアンインストール
下記のコマンドによりアプリケーションをアンインストールします。
name=に上記のコマンドで調べたアプリケーション名を入力します。

C:\>wmic product where name="アプリケーション名" call uninstall





Windows2008,Windows2008 R2のServerCoreに関する記述です。