Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
|
Lista Forumurilor Pe Tematici
|
Mrrrr's Forum (VIEW ONLY) | Reguli | Inregistrare | Login
POZE MRRRR'S FORUM (VIEW ONLY)
Nu sunteti logat.
|
Nou pe simpatie: AlessyaDaniela la Simpatie.ro
| Femeie 24 ani Bucuresti cauta Barbat 25 - 50 ani |
|
Mrrrr
AdMiN
Inregistrat: acum 17 ani
Postari: 2228
|
|
Source:
The notification area is located at the right end of the taskbar, and it contains app and system icons that provide status and notifications about things like incoming email, updates, and network connectivity.
Sometimes the notification area icons cache may get corrupted causing the icons to display incorrectly or distorted, and still show icons of uninstalled apps in Notification Area Icons settings. When this happens, the notification area icons needs to be deleted in the registry to reset and automatically recreate it.
Either go to source page above and download the bat file, then run it, or copy the commands posted below in notepad and save as somename.bat, then run.
@echo off
set regPath=HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify set regKey1=IconStreams set regKey2=PastIconsStream
echo. echo The Explorer process must be temporarily killed before deleting your notification area icons cache. echo. echo Please SAVE ALL OPEN WORK before continuing. echo. pause
echo. taskkill /IM explorer.exe /F echo. FOR /F "tokens=*" %%a in ('Reg Query "%regpath%" /v %regkey1% ^| find /i "%regkey1%"') do goto IconStreams echo Registry key "IconStreams" already deleted. echo.
:verify-PastIconsStream FOR /F "tokens=*" %%a in ('Reg Query "%regpath%" /v %regkey2% ^| find /i "%regkey2%"') do goto PastIconsStream echo Registry key "PastIconsStream" already deleted. echo. goto restart
:IconStreams reg delete "%regpath%" /f /v "%regkey1%" goto verify-PastIconsStream
:PastIconsStream reg delete "%regpath%" /f /v "%regkey2%"
:restart echo. echo. echo You will need to restart the PC to finish resetting your notification area icons. echo. CHOICE /C:YN /M "Do you want to restart the PC now?" IF ERRORLEVEL 2 goto no IF ERRORLEVEL 1 goto yes
:no echo. echo. echo Restarting explorer.... echo. echo Please remember to restart the PC later to finish resetting your notification area icons. echo. start explorer.exe pause exit /B
:yes shutdown /r /f /t 00 |
_______________________________________
|
|
pus acum 4 ani |
|