Share via

Windows PC

オギハラ 株式会社 0 Reputation points
2025-12-18T00:14:17.6833333+00:00

windows11起動直後、office関係の下記ショートカットアイコンの表示が変わり該当ショートカットが機能しなくなる。

Office2021 EXCEL.EXE OUTLOOK.EXE WINWORD.EXE

Office2013 MSACCESS.EXE VISIO.EXE


Mod moved from : Outlook | Windows | Classic Outlook for Windows | For home

Microsoft 365 and Office | Install, redeem, activate | For home | Windows
0 comments No comments

2 answers

Sort by: Most helpful
  1. Gunasekar N 70,330 Reputation points Independent Advisor
    2025-12-18T00:54:23.5066667+00:00

    こんにちは、Microsoft Q&Aにお問い合わせいただきありがとうございます。

    お使いのデバイスでOfficeアプリケーションを修復してみてください。問題が解決する可能性があります。

    [スタート] > [設定] > [アプリ] > [インストールされているアプリ] の順に移動し、一覧からMicrosoft Officeを探します。

    [変更] をクリックし、[オンライン修復] を選択してください。

    クイック実行を使用してインストールする

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2025-12-18T00:14:25.31+00:00

    If the shortcut icons for Office applications like EXCEL.EXE, OUTLOOK.EXE, WINWORD.EXE, MSACCESS.EXE, and VISIO.EXE are displaying incorrectly and not functioning after starting Windows 11, it may be related to issues with the icon cache or application registration. Here are some steps you can take to troubleshoot the problem:

    1. Clear the Icon Cache: This can resolve issues with blank or incorrect icons.
      • Open Task Manager (Ctrl + Shift + Esc).
      • Find and end the task for Windows Explorer.
      • Open a command prompt with administrative privileges and run the following commands:
             CD /d %userprofile%\AppData\Local
             DEL IconCache.db /a
        
      • Restart Windows Explorer.
    2. Register Shell Experience Host: This can help if the shortcuts are not functioning properly.
      • Open Windows PowerShell as an administrator.
      • Run the following command:
             Get-AppXPackage -AllUsers | Where-Object {$_.InstallLocation -like "*ShellExperienceHost*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
        
      • Restart your computer.
    3. Repair Office Installation: If the shortcuts still do not work, consider repairing your Office installation through the Control Panel.

    These steps should help restore the functionality of your Office shortcuts.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.