Jump to content

LOAD FASTER


bruinator

Recommended Posts

  • Replies 5
  • Views 1.1k
  • Created
  • Last Reply

@echo off


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

Link to comment
Share on other sites


@echo off

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

What do i do with the hidden code, plz?

thx

Link to comment
Share on other sites


Sounds like Windows 10 has a start up delayer by default with delays the startup time of the apps. If you can access those setting you can reduce the tray icon loading time by reducing the delay time for each tray apps.

Link to comment
Share on other sites


@echo off

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

What do i do with the hidden code, plz?

thx

1. Copy it inside a .txt file (i.e. Note/WordPad file)

2. Rename it as Notification Area Cleaner.bat

3. Close/Save all your open files, programs etc.

4. Click on the Notification Area Cleaner.bat file.

Your windows will reboot and your inactive Tray Icons

will vanish as soon as Windows launches back.

Link to comment
Share on other sites


Archived

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

  • Recently Browsing   0 members

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