一部のユーザーが言うように、時々、削除や削除が難しいアプリケーションに出くわします。Add/Remove Programsアンインストール(Uninstall)ショートカットが利用できない場合があります。問題はケースごとに異なります。そのため、 Windows(Windows)でデスクトッププログラムと最新のアプリの両方を削除するために使用できるすべてのメソッドをまとめることにしました。始めましょう(Let):
注:このガイドは、 (NOTE:)Windows 10、Windows 7、およびWindows8.1に適用されます。
1.コマンドプロンプト(Command Prompt)(cmd.exe)からデスクトップアプリをアンインストールします
Windowsからアプリを削除するオタクな方法から始めましょう。まず、管理者として(First)コマンドプロンプト(Command Prompt)を起動します。コマンドプロンプト(Command Prompt)ウィンドウで、wmicと(wmic)入力し、Enterキーを押します。
このコマンドは、 Windows Management Instrumentationコマンドライン(WMIC)ツール(Windows Management Instrumentation Command-line (WMIC) tool)をロードします。次に、コマンドプロンプト(Command Prompt)からアプリを削除できるように、WMICによって識別されるアプリを確認する必要があります。これを行うには、引用符なしでコマンド「product get name」を入力し、キーボードのEnterキーを押します。(Enter)このコマンドは、この方法で削除できるすべてのデスクトップアプリを一覧表示します。(desktop apps)
表示されるアプリのリストは、インストールしたデスクトップアプリの総数よりも少なくなっています。削除するアプリがここに表示されている場合は、続行して次のコマンドを入力しますproduct where name="name of program" call uninstall。プログラム(name of the program)の文字列名を、コマンドプロンプト(Command Prompt)で以前に読み込まれたリストに示されているように、削除するデスクトップアプリ(desktop app)の実際の名前に置き換えます。たとえば、product where name="Google Chrome" call uninstallと入力しました。
プログラムをアンインストールするかどうかの確認を求められます。削除する場合はYを入力し、気が変わった場合はNを入力します。(N)
アンインストールが正常に実行されると、 ReturnValue=0「メソッドの実行に成功しました」("Method execution successful.")というメッセージが表示されます。
このガイドのすべての方法の中で、これは最も複雑で最も役に立たない方法です。意外と検索数が多いので紹介しました。より効率的な方法については、このガイドを読み続けてください。
2.コントロールパネル(Control Panel)からデスクトップアプリケーションをアンインストールします
これはほとんどの人が知っている方法です。すべてのデスクトップアプリ(desktop apps)でうまく機能しますが、Windows10およびWindows8.1のMicrosoftStoreを通じて配布される最新のアプリには使用できません。
まず、コントロールパネル(Control Panel)を開きます。次に、"Programs -> Programs and Features."
削除するデスクトップアプリ(desktop app)を選択し、[アンインストール]を(Uninstall)クリックまたはタップ(click or tap) して、ウィザードに従います。
プログラムをアンインストールする手順は、プログラムごとに異なることに注意してください。
3.アンインストールショートカットを使用してデスクトッププログラムをアンインストールします
一部のデスクトップアプリケーションは、インストールされると、アンインストール(Uninstall)ショートカットを作成します。通常、これは、スタートメニュー(Start Menu)(Windows10およびWindows7の場合)またはアプリビュー(Apps View)(Windows 8.1の場合)のアプリケーションのフォルダーにあります。以下に、Windows10での(Windows 10)CyberGhostの(CyberGhost)アンインストール(Uninstall)ショートカットを示します。
これがWindows8.1(Windows 8.1)の同じショートカットです:
[アンインストール](Uninstall)ショートカットをクリックまたはタップして、選択したアプリケーションのアンインストールウィザード(uninstallation wizard)を開始します。
4.Uninstall.exeファイル(Uninstall.exe file)を使用してデスクトップアプリをアンインストールします
多くのデスクトップアプリ(desktop apps)(特にアンインストールショートカットを作成するアプリ)には、 (Uninstall)uninstall.exeなどの実行可能ファイルがあります。このファイルは、常にそのアプリケーションのインストールフォルダー(installation folder)にあります。以下に、7-Zipのuninstall.exeファイルを示します。(uninstall.exe)
それを実行し、プログラムをアンインストールするために必要な手順に従います。
5.セットアップMSIファイルを使用してデスクトップアプリをアンインストールします(MSI file)
一部のプログラム(64ビットバージョンの7-Zipなど)は、インストールにsetup.exeファイルを使用しません。代わりに、セットアップファイル(setup file)の拡張子は「.msi」です。(".msi.")この形式は、 MicrosoftがWindowsオペレーティングシステム用に作成した特別なインストール形式である(installation format)Windowsインストーラーによって使用されます。(Windows Installer)「.msi」インストーラーを使用するデスクトップアプリ(desktop apps)は、簡単にアンインストールできます。セットアップファイルを(setup file)右クリックまたは長押し(Right-click or press)して、 [アンインストール(Uninstall)]を選択します。
削除は、コマンドライン(command line)からトリガーすることもできます。管理者(administrator and type)としてコマンドプロンプト(Command Prompt)を開き、"msiexec /x "「.msi」ファイルの名前を入力します。
他のコマンドライン(command line)パラメータを追加して、アンインストールの実行方法を制御することもできます。詳細については、Microsoftの次のドキュメントを確認してください:Msiexec(コマンドラインオプション)(Msiexec (command-line options))。
6.スタート画面(Start screen)またはスタートメニューからユニバーサルアプリをアンインストールします(Start Menu)
これまでに説明したすべての方法は、従来のデスクトップアプリケーションにのみ適用されます。しかし、 MicrosoftStoreを通じて配布されている(Microsoft Store)Windows10およびWindows8.1アプリについてはどうでしょうか。それらをどのように削除しますか?
Windows 10を使用している場合は、アプリのタイルを右クリックまたは長押し(タッチを使用している場合)できます。(press and hold)コンテキストメニューで、[アンインストール(Uninstall)]を選択します。
次に、アンインストール(Uninstall)を押して、アプリを削除することを確認する必要があります。
もう1つの方法は、Windows10タスクバーの(Windows 10)[スタート(Start)]ボタンの近くにある検索ボックスを使用することです。(search box)削除するアプリの名前を入力し、クリックまたはタップ(click or tap)して、右側のプレビューパネルで[(preview panel)アンインストール(Uninstall)]を押します。
または、アプリを右クリックまたは長押しして、コンテキストメニューからアンインストールすることもできます。(Uninstall)選択を確認することを忘れないでください。
Windows 8.1を使用している場合は、スタート(Start)画面に移動します。削除するアプリのタイルが見つかった場合は、右クリックするか、そのタイルを長押しして、コンテキストメニューを表示します。次に、 [アンインストール]を(Uninstall)クリックまたはタップ(click or tap) します。
タッチスクリーンのない従来のPCでは、Windows 8.1は、最新のアプリのタイルを右クリックすると、従来の右クリックメニューを表示します。予想どおり、このメニューには[アンインストール(Uninstall)]オプションが含まれています。その後、アプリは他のプロンプトや確認なしで数秒で削除されます。
アプリのスタート(Start)画面(Windows 8.1の場合)にタイルが表示されなくなった場合は、それを検索します。検索結果が表示されたら、削除するアプリの名前を右クリックまたは長押しして、[アンインストール(Uninstall)]を選択します。
7. [設定](Settings)(Windows 10の場合)または[PC設定](Settings)(Windows 8.1の場合)を使用してユニバーサルアプリを削除します
Windows 10で、 (Windows 10)[設定](Settings)を開き、[アプリ(Apps)]に移動します。[設定](Settings)ウィンドウの右側に、Windows10デバイスで利用可能なすべてのアプリのリストが表示されます。リストを下にスクロールして、削除するアプリを(Scroll)クリック(list and click)またはタップします。次に、 [アンインストール]、[アン(Uninstall)インストール(Uninstall)]の順にクリックまたはタップ(click or tap) して、選択を確認します。
削除プロセス(removal process)の進行状況は、アプリの名前の下に表示されます。アプリのアンインストールが終了したら、[設定](Settings)ウィンドウを閉じます。
Windows 8.1では、PC設定を使用して、 (PC Settings)MicrosoftStoreからユニバーサルアプリを削除できます。[PC設定]を開き、[検索とアプリ(Search and apps)] 、[アプリのサイズ(App sizes)]の順に移動します。右側には、デバイスにインストールされているすべてのアプリのリストが表示されます。削除したいものを選択すると、アンインストール(Uninstall)ボタンが表示されます。[アンインストール](Uninstall)をクリックまたはタップしてから、もう一度[アン(Uninstall)インストール]をクリックして、アプリを削除することを確認します。
アプリの削除が完了したら、PC設定(PC Settings)を閉じます。
8. PowerShellを使用して、ユニバーサルアプリを削除します(PowerShell)
Windows10およびWindows8.1に組み込まれている一部のタッチベースのアプリ(UWPアプリ(UWP apps)とも呼ばれます)は、以前に共有された方法を使用して削除できません。たとえば、Windows 10では、(Windows 10)カレンダー、メール、カメラ、(Calendar, Mail, Camera,)写真(Photos)などのアプリを削除することはできません。これらのアプリを削除するには、PowerShellを使用する必要があります。
知っておくべきことをすべて共有する完全なステップバイステップガイドを作成しました(step guide)。PowerShellを使用して(PowerShell)Windows10アプリをアンインストールする方法を3つのステップで説明します。
9.専用のソフトウェアアンインストーラーを使用する(software uninstaller)
他のプログラムを削除できる特殊なプログラムもあります。アンインストールプロセスから、ファイルとレジストリエントリの両方の残りを削除するものさえあります。ここにあなたが始めるためのいくつかのアイデアがあります:
- ソフトウェアアンインストーラーのまとめ-IObitvs.AshampoovsRevo(Revo)の(IObit)レビュー(Ashampoo vs)
- PC Decrapifier、SlimComputerまたはDecrapでクラップウェアを削除する方法(SlimComputer or Decrap)
他のプログラムを削除するのに役立つまともなツールを探しているなら、これらの記事はあなたが探しているものを見つけるのに役立つはずです。ずっと前に公開しましたが、今でも機能しています。
アプリをどのようにアンインストールしますか?
これらは、 Windows(Windows)からデスクトップアプリとユニバーサルアプリの両方をアンインストールするために私たちが知っている方法です。他の人を知っている場合は、下のコメントセクションでそれらを共有することを躊躇しないでください。この記事を更新し、さらに完成させることを楽しみにしています。
9 ways to remove desktop programs and Microsoft Store apps in Windows
From time to time, we stumble upon applicаtions that are hard to remove or delete, as some users would say. Sometimes their Add/Remove Programs entries are deleted for whatever reason, or they do not have a handy Uninstall shortcut available. The problems vary from case to case. That is why we decided to make a roundup of all the methods that can be used to remove both desktop programs and modern apps, in Windows. Let's get started:
NOTE: This guide applies to Windows 10, Windows 7 and Windows 8.1.
1. Uninstall desktop apps from the Command Prompt (cmd.exe)
Let's start with a geeky way of removing apps from Windows. First, start the Command Prompt as administrator. In the Command Prompt window, type wmic and press Enter.
This command loads the Windows Management Instrumentation Command-line (WMIC) tool. Now you need to see which apps are identified by WMIC so that you can remove them from the Command Prompt. To do that, type the command "product get name" without the quotation marks and press Enter on the keyboard. The command lists all the desktop apps that can be removed with this method.
The list of apps shown is smaller than the total number of desktop apps that you have installed. If the app that you want to remove is shown here, continue and enter the command: product where name="name of program" call uninstall. Replace the string name of the program with the actual name of the desktop app that you want to remove, as shown in the list that was loaded previously in the Command Prompt. For example, we typed product where name="Google Chrome" call uninstall.
You are prompted to confirm that you want to uninstall the program. Type Y if you want to remove it or N if you have changed your mind.
If the uninstallation is performed successfully, you should see a ReturnValue=0 and a message that says "Method execution successful."
Of all the methods in this guide, this one is the most complex and least useful. We introduced it because a surprising number of people search for it. For more efficient methods, continue reading this guide.
2. Uninstall desktop applications from the Control Panel
This is the method most people know about. It works great for all desktop apps, but it cannot be used for modern apps that are distributed through the Microsoft Store in Windows 10 and Windows 8.1.
First, open the Control Panel. Then, go to "Programs -> Programs and Features."
Select the desktop app that you want to remove, click or tap Uninstall and follow the wizard.
Please remember that the steps for uninstalling a program are different from program to program.
3. Uninstall desktop programs using their uninstall shortcuts
Some desktop applications, when installed, create an Uninstall shortcut. Usually, it is found in the application's folder from the Start Menu (in Windows 10 and Windows 7) or the Apps View (in Windows 8.1). Below you can see the Uninstall shortcut for CyberGhost, in Windows 10.
Here is the same shortcut in Windows 8.1:
Click or tap the Uninstall shortcut to start the uninstallation wizard for the selected application.
4. Uninstall desktop apps using their Uninstall.exe file
Many desktop apps (especially those which create Uninstall shortcuts) have an executable file named uninstall.exe or something similar. This file is always found in the installation folder of that application. You can see below the uninstall.exe file for the 7-Zip.
Run it and follow the steps required to uninstall the program.
5. Uninstall desktop apps using their setup MSI file
Some programs (like the 64-bit version of 7-Zip) do not use a setup.exe file for their installation. Instead, their setup file has the extension ".msi." This format is used by the Windows Installer, a special installation format created by Microsoft for its Windows operating systems. The desktop apps that use a ".msi" installer are easy to uninstall. Right-click or press and hold on their setup file and choose Uninstall.
The removal can also be triggered from the command line. Open the Command Prompt as administrator and type "msiexec /x " followed by the name of the ".msi" file used by the program that you want to remove.
You can also add other command line parameters to control the way the uninstall is done. For more information, check this documentation from Microsoft: Msiexec (command-line options).
6. Uninstall universal apps from the Start screen or the Start Menu
All the methods covered so far apply only to traditional desktop applications. But what about Windows 10 and Windows 8.1 apps that are distributed through the Microsoft Store? How do you remove those?
If you are using Windows 10, you can right-click or press and hold (if you are using touch) the app's tile. In the contextual menu, choose Uninstall.
Next, you have to confirm that you want to remove the app, by pressing Uninstall.
Another way is to use the search box on the Windows 10 taskbar, near the Start button. Type the name of the app that you want to remove, click or tap on it, and then press Uninstall on the preview panel from the right.
Alternatively, you can right-click or press and hold the app and Uninstall it from the contextual menu. Do not forget to confirm your choice.
If you are using Windows 8.1, go to the Start screen. If you can find the tile of the app that you want to remove, right-click or press and hold on it, to bring up the contextual menu. Then, click or tap Uninstall.
On traditional PCs without a touchscreen, Windows 8.1 displays a traditional right-click menu when you right-click the tile of a modern app. As expected, this menu includes the Uninstall option. The app is then removed in a few seconds without other prompts and confirmations.
If an app no longer has a tile on the Start screen (in Windows 8.1), search for it. Once the search results are shown, right-click or press and hold the name of the app that you want to remove and then choose Uninstall.
7. Remove universal apps using Settings (in Windows 10) or PC Settings (in Windows 8.1)
In Windows 10, open Settings and go to Apps. On the right side of the Settings window, a list is shown with all the apps available on your Windows 10 device. Scroll down the list and click or tap the app that you want to remove. Then, click or tap Uninstall, followed by Uninstall, to confirm your choice.
The progress of the removal process is shown below the app's name When you are finished uninstalling apps, close the Settings window.
In Windows 8.1, you can use the PC Settings to remove universal apps from the Microsoft Store. Open PC Settings and go to Search and apps and then to App sizes. On the right, you can see a list with all the apps that are installed on your device. Select the one you want to remove, and the Uninstall button is displayed. Click or tap Uninstall and then again on Uninstall to confirm that you want to remove the app.
Close PC Settings when you are done removing apps.
8. Remove universal apps, using PowerShell
Some touch-based apps (also known as UWP apps) that are built into Windows 10 and Windows 8.1 cannot be removed using the methods shared earlier. For example, in Windows 10, you cannot remove apps like Calendar, Mail, Camera, or Photos. To remove these apps, you must use PowerShell.
We have created a complete step by step guide, which shares everything you need to know: How to uninstall Windows 10 apps using PowerShell, in 3 steps.
9. Use a specialized software uninstaller
There are also specialized programs that can remove other programs. Some even delete leftovers from the uninstall process, both files and registry entries. Here are a few ideas to get you started:
If you are looking for a decent tool that can help with removing other programs, these articles should help you find what you are looking for. Although we published them a long time ago, they are still working today.
How do you uninstall your apps?
These are the methods we know for uninstalling both desktop apps and universal apps from Windows. If you know others, do not hesitate to share them in the comments section below. We are looking forward to updating this article and making it even more complete.