Jump to content

Cleaning the *Notification Area*


pc71520

Recommended Posts

Following, it is the content of a batch file that Clears the Notification Area

 

:: Set console.
:: /************************************************************************************/
:mode
echo off
mode con cols=78 lines=30
color 17
cls
echo.
taskkill /im explorer.exe /f
reg delete "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify" /v IconStreams /f
reg delete "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify" /v PastIconsStream /f
start "Shell Restarter" /d "%systemroot%" /i /normal explorer.exe
shutdown -r -t 0

1) Copy the above.

2) Open Notepad.

3) Paste what you Copied.

4) Save as Notification Area Cleaner.cmd.

 

Running the Notification Area Cleaner.cmd file will clear the Notification Area of your system.

 

***Attention***

Save your work BEFORE running the Notification Area Cleaner.cmd file, because your system will automatically Restart:excl:

Link to comment
Share on other sites


  • Views 603
  • Created
  • Last Reply

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...