Skip to content

Instantly share code, notes, and snippets.

@gioxx
Created October 21, 2014 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gioxx/2be8dc0bb83db7cfdc51 to your computer and use it in GitHub Desktop.
Save gioxx/2be8dc0bb83db7cfdc51 to your computer and use it in GitHub Desktop.
Questo batch rimuove i due valori di registro che -una volta ricreati automaticamente- permetteranno di rivedere tutte le icone nella Tray di Windows (vedi: http://wp.me/pdQ5q-6Wd)
:PULIZIAREGISTRO
echo Ripristino valori chiavi di registro ...
REG DELETE "HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify" /v IconStreams /f
REG DELETE "HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify" /v PastIconsStream /f
:RIAVVIOEXPLORER
taskkill /IM explorer.exe /F
start explorer.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment