プログラムをアンインストールするための十分なアクセス権がありません

ユーザーアカウント制御(User Account Control)またはUACがインストールされたファイルとプログラムへのアクセスを制限している場合、 Windowsからそれらをアンインストールできず、次のエラーメッセージが表示されます–プログラムをアンインストールするための十分なアクセス権がありません(You do not have sufficient access to uninstall a program)。このエラーを修正するには、以下の手順に従ってください。

プログラムをアンインストールするための十分なアクセス権がありません

プログラムをアンインストールするための十分なアクセス権がありません

エラーメッセージは、すべての管理者権限があなたにある場合でも、システム管理者に連絡するように促します。問題を解決するには、次の手順を試してください。

最初のトラブルシューティング方法として、組み込みの管理者アカウントを有効にして、(enable a built-in Administrator Account) それを使用して操作を実行できます。

これが機能しない場合は、レジストリキー(Registry Keys)を変更する必要があります。

  1. レジストリエディタを起動します。
  2. インストーラーキーに移動します。
  3. 新しいDWORD値を作成します:DisableMSI
  4. REG_DWORD値を0として入力します。
  5. レジストリエディタを閉じて終了します。
  6. PCを再起動します。

先に進む前に、レジストリのバックアップを作成する(create a backup of the Registry)ことをお勧めします。

レジストリエディタの使用

Win+Rキーを組み合わせて押して、[実行(Run)]ダイアログボックスを起動します。

(Type Regedit)ボックスの空のフィールドにRegeditと入力し、 Enterキー(Enter)を押します。

レジストリインストーラー

レジストリエディタ(Registry Editor)が開いたら、次のパスアドレスに移動します–

HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer

右ペインに切り替えて、新しいDWORD値を作成します。DisableMSIという名前を付けます。

次に、上のエントリをダブルクリックして、STRING値を編集します。

MSIを無効にする

[文字列の編集](Edit String)ボックスが表示されたら、[値のデータ]フィールドの値を0のままにします。(0)

値は次のとおりです。

  • 0 –常に
  • 1 –管理されていないアプリケーションの場合のみ
  • 2 –決して

完了したら、[OK]ボタンを押します。

読む(Read):プログラムをインストールまたはアンインストールできませんか?

次に、レジストリエディタ(Registry Editor)を閉じて終了(Exit)します。

PCを再起動して、変更を有効にします。

グループポリシーエディターの使用

または、次のグループポリシーオブジェクト(Group Policy Object)を構成することもできます。

Computer Configuration > Administrative Templates > Windows Components > Windows Installer > Turnオフに(Windows Installer)する

This policy setting restricts the use of Windows Installer.

If you enable this policy setting, you can prevent users from installing software on their systems or permit users to install only those programs offered by a system administrator. You can use the options in the Disable Windows Installer box to establish an installation setting.

— The “Never” option indicates Windows Installer is fully enabled. Users can install and upgrade software. This is the default behavior for Windows Installer on Windows 2000 Professional, Windows XP Professional and Windows Vista when the policy is not configured.

— The “For non-managed applications only” option permits users to install only those programs that a system administrator assigns (offers on the desktop) or publishes (adds them to Add or Remove Programs). This is the default behavior of Windows Installer on Windows Server 2003 family when the policy is not configured.

— The “Always” option indicates that Windows Installer is disabled.

This policy setting affects Windows Installer only. It does not prevent users from using other methods to install and upgrade programs.

プリファレンスを設定し、[適用(Apply)]をクリックして、終了します。

読む(Read):コントロールパネルにリストされていないプログラムをアンインストールする方法。

ここで、 Windows10(Windows 10)からアプリまたはプログラムをアンインストールしてみてください。Windows10で「プログラムをアンインストールするための十分なアクセス権がありません(You do not have sufficient access to uninstall a program)」というエラーメッセージが表示されないはずです。

これで問題が解決しない場合は、他の方法を使用してプログラムをアンインストールできます。

何らかの理由でWindows10でプログラムをアンインストールできない場合は、次のリンクが役立つ場合があります。

  1. レジストリを使用してプログラムをアンインストールする方法
  2. セーフモードでプログラムをアンインストールする方法(How to uninstall programs in Safe Mode)
  3. レジストリを使用してプログラムをアンインストールする
  4. Windows用の無料アンインストーラー(Free Uninstallers for Windows)



About the author

私は 10 年以上の経験を持つコンピューターの専門家です。余暇には、オフィスのデスクを手伝ったり、子供たちにインターネットの使い方を教えたりしています。私のスキルには多くのことが含まれますが、最も重要なことは、人々が問題を解決するのを助ける方法を知っていることです. 何か緊急のことを手伝ってくれる人が必要な場合や、基本的なヒントが必要な場合は、私に連絡してください!



Related posts