Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify]
"IconStream"=-
"PastIconsStream"=-
That's what I meant, but all I needed was the time that you've been dealing with the problem. Elmer BeFuddled has a good solution, sometimes notification icons disappear and that solution does solve the issue half of the time.no!
i have internet and i can surf internet. every thing is ok except the icon near the clock. (see image)
8 month ago i install this win7.
last week until now, have this problem.
Unfortunately, this solution did not solve my problem.I'd be tempted to re-set the system tray icons, see if that clears it up.
Save this code as a .reg fileRun the reg file then re-start your PC. Note that this will re-set all the System Tray icons display settings, so any you have set (to hide for example) will need re-setting.Code:Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify] "IconStream"=- "PastIconsStream"=-
@echo off
cls
set regPath=HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify
set regKey1=IconStreams
set regKey2=PastIconsStream
echo The Explorer process must be killed to reset the Notification Area Icons Cache.
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 confirm-restart
:iconstreams
reg delete "%regpath%" /f /v "%regkey1%"
goto verify-PastIconsStream
:PastIconsStream
reg delete "%regpath%" /f /v "%regkey2%"
:confirm-restart
echo.
echo Windows must be restarted to finish resetting the Notification Area Icons.
echo.
echo Restart now? (Y/N) and press Enter:
set /p choice=
If %choice% == y goto restart
echo.
echo Restart aborted...please close this window
explorer.exe
:restart
shutdown /r /t 0
exit
A NIC is short for "network interface card", it's what the network cable plugs into.I dont know what is NIC !
How can I know the number of them?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.