V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
wingkou
V2EX  ›  问与答

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

  •  
  •   wingkou · 2019-07-02 01:33:25 +08:00 · 2019 次点击
    这是一个创建于 1775 天前的主题,其中的信息可能已经有所发展或是发生改变。

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

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

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

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

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

    第 1 条附言  ·  2019-07-02 14:30:19 +08:00

    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.
    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   953 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 21:27 · PVG 05:27 · LAX 14:27 · JFK 17:27
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.