Share via

How to retrieve my word icon

Anonymous
2024-11-22T07:31:14+00:00

my word icon was loss, there's only a whiteboard icon left.

Microsoft 365 and Office | Word | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Stefan Blom 340.6K Reputation points MVP Volunteer Moderator
    2024-11-22T10:16:04+00:00

    Are you saying that you have lost the icon that you click to start Word?

    Are you running Windows or some other operating system?

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-11-22T08:36:29+00:00

    Hi there!

    To fix the Word icon issue, right-click any Word file (e.g., docx), select Open with > Choose another app, and choose Microsoft Word.

    Make sure to check 'Always use this app to open .docx files', then click OK.

    Let me know if that works.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2024-11-22T09:37:16+00:00

    Hi 海燕 郭,

    Thanks for your post in Microsoft Community.

    I understand that you are experiencing an issue with the white icons of your Office app.

    If that's the case, you can refer to the following method:

    First, create a new Text Document(.txt), then copy the following content into it:

    @reg delete "HKEY_CLASSES_ROOT\.doc" /f
    
    @reg delete "HKEY_CLASSES_ROOT\.docx" /f
    
    @reg delete "HKEY_CLASSES_ROOT\.xls" /f
    
    @reg delete "HKEY_CLASSES_ROOT\.xlsx" /f
    
    @reg delete "HKEY_CLASSES_ROOT\.ppt" /f
    
    @reg delete "HKEY_CLASSES_ROOT\.pptx" /f
    
    @reg delete "HKEY_CLASSES_ROOT\Word.Document.8" /f
    
    @reg delete "HKEY_CLASSES_ROOT\Word.Document.12" /f
    
    @reg delete "HKEY_CLASSES_ROOT\Excel.Sheet.8" /f
    
    @reg delete "HKEY_CLASSES_ROOT\Excel.Sheet.12" /f
    
    @reg delete "HKEY_CLASSES_ROOT\PowerPoint.Show.8" /f
    
    @reg delete "HKEY_CLASSES_ROOT\PowerPoint.Show.12" /f
    
    @reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.doc" /f
    
    @reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.docx" /f
    
    @reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.xls" /f
    
    @reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.xlsx" /f
    
    @reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ppt" /f
    
    @reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.pptx" /f
    
    @pause
    
    @taskkill /f /im explorer.exe & start explorer
    
    @del %0
    

    Save the document, then open File Explorer, click on "View" > "Show" > "File name extensions."

    The name of the saved document will become "XXX.txt." Change the extension from .txt to .bat, so the file name becomes "XXX.bat." 

    At this point, a confirmation dialog will appear; select "Yes" or "OK." The icon of the document will change to a gear icon. 

    Right-click on it and run it as administrator. This will open a CMD window, which you can then close without performing any other actions.

    After completing these steps, go to Settings > Apps > Installed apps, find your Microsoft 365 or Office application, click on Modify, and select Quick Repair. Once this is done, the icon issue should be resolved.

    If my understanding of the issue is incorrect in any way, please contact us promptly so we can provide a more targeted response.

    Looking forward to your reply. If you have any questions or uncertainties, feel free to contact us at any time!

    Best Regards,

    Thomas C - MSFT | Microsoft Community Support Specialist

    Was this answer helpful?

    0 comments No comments