IE8アンインストール
IE8をコマンドラインでアンインストールするには、以下のコマンドをdos窓を起動して張り付ける
FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-8*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /norestart"
IE8をコマンドラインでアンインストールするには、以下のコマンドをdos窓を起動して張り付ける
FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-8*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /norestart"
コメント