
This article has been removed.
The content of this blog can be searched by keyword.
Use the search window in the sidebar or at the top. Alternatively, please translate the original article using Google or other means.
Please find alternative content.
Remnants of articles that had been published
Verification: Windows 7 32bit,
To customize the behavior of icons in the notification area, click ∇ and click "Customize".
Selectable actions
- Show icons and notifications
- Hide icons and notifications
- Show notifications only

Past programs are listed up
When transitioning to the customization screen (selection of icons and notifications displayed on the task bar), two programs of the same name were listed.

Cause to be listed
The history of the icon displayed in the notification area is recorded in the TrayNotify key of the registry and it seems that it accumulates with the additional writing method.
We, the same software may be installed / uninstalled more than once, there are times when you change the installation location, so it seems that such symptoms are occurring.
How to initialize notification area icon
There is a danger that the system will not start up in the worst case if you mistakenly operate the registry. If you are worried about manipulating the registry, let's give up the following procedure. Let's take a backup before operating the registry.
Since it is not possible to delete only the specific program history, delete the three values under the TrayNotify key and initialize it.
Delete the corresponding key and restart the computer to repair it.
HKEY_CURRENT_USER \ Software \ Classes \ Local Settings \ Software \ Microsoft \ Windows \ CurrentVersion \ TrayNotify
- IconStreams
- PastIconsStream
- PromotedIconCache

Not initialized?
In my environment initialization work did not work.Last time it went fine ... Is that a mystery? ('ω')
Convenient command line
Since the initialization work is not going well, I went to the site introducing the .bat file when I was going to go with that.After all it was able to initialize after creating the .bat file and running it. Thanks to Mr. Akutsu!
.BAT@ echo off
setlocal
set KEY = HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify
reg delete "% KEY%" /f /v IconStreams
reg delete "% KEY%" /f /v PastIconsStream
reg delete "% KEY%" /f /v PromotedIconCache
taskkill /F /IM explorer.exe
start explorer.exe
endlocal
My navigation news
- How to avoid the problem that Synaptics Mouse 19.0.19.13 is detected repeatedly by Windows Update
- Can I delete the MATS folder?
- If the uninstall process stops, try using Microsoft easy fix
- Delete unknown account in local user profile | Windows 7
- How to delete an unknown account
- Installing and using YouTube Video Downloader
- Summary of measures against videos that cannot be downloaded
- The Fukuoka University NTP server will stop!
- How to set up a public NTP server on your PC
- Tab Explorer with QTTabBar
- Ninja ラベルの記事(要約付)
- Japan が含まれる記事(要約付)
- 【2024年度総括】藤井七冠(最優秀棋士)、羽生九段現役続行と会長退任を表明
- 【バグ】TVerRec 3.4.2 のリネーム処理不具合とその原因を考察
- 【恐怖】ポンジスキームとは?歴史から学ぶ詐欺の仕組み
- 【終息】TVerRec 3.3.9(暫定)で機能制限ほぼ解除、3.4.0リリース!
- 【緊急】TVerRec 3.3.6緊急リリース!仕様変更に暫定対応
- 【未解決】TVerRecダウンロード不具合!TVerの仕様変更かも?
- 【昇級/降級】全棋士ランキング確定、伊藤匠叡王B1へ昇級、羽生九段B2へ降級
- 【将棋】なぜ藤井聡太は人々を魅了するのか?【2024年度振り返り】
- 【更新】Lhaz 2.5.4リリース!法人利用が有料化へ
- 【Pixel 3月/2025】カメラ、WebView 、Bluetooth、電話のバグ修正【Android 15】
このサイトを検索 | Search this site
0 コメント