V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
wingkou
V2EX  ›  问与答

Win10 卸载完 UWP 应用(Outlook)但是开始菜单仍有图标

  •  
  •   wingkou · Jul 2, 2019 · 2344 views
    This topic created in 2492 days ago, the information mentioned may be changed or developed.

    今天把 Office 重装了一边,原来的 UWP 版 Office 改成桌面版的,但是 Outlook 的 UWP 版卸载完还有图标残留,导致现在有两个图标,但是有一个是没用的,点了也没反应,应该是原来 UWP 的图标。

    当然图标也不在这两个目录下:

    %ProgramData%\Microsoft\Windows\Start Menu\Programs
    %AppData%\Microsoft\Windows\Start Menu\Programs
    

    那么问题了了,怎么删掉这个错误的图标呢?

    现象如图所示: https://i.imgur.com/GDjArOt.png

    Supplement 1  ·  Jul 2, 2019

    hmmm,似乎没人遇过这个问题,但是找到解决方法了,根据microsoft社区的一个回答,解决了,似乎这个方法能刷新开始菜单。

    搬运一下:

    1. Open Notepad.
    2. Copy the following text into Notepad:
    @echo off
    taskkill /f /im explorer.exe
    taskkill /f /im shellexperiencehost.exe
    timeout /t 3 /NOBREAK > nul
    del %localappdata%\Packages\Microsoft.Windows.ShellExperienceHost_cw5n1h2txyewy\TempState\* /q
    timeout /t 2 /NOBREAK > nul
    start explorer
    @echo on
    
    1. Click File and Save.
    2. Choose a location to save the file. Enter a “File name” of ClearTileCache.bat and select “Save as type” of All files (.). Click Save.
    3. Open File Explorer and navigate to the location that you chose to save the file to. Double-click ClearTileCache.bat to run the file.
    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1405 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 17:03 · PVG 01:03 · LAX 10:03 · JFK 13:03
    ♥ Do have faith in what you're doing.