- Thread Author
-
- #1
Solution
Open a Powershell prompt and run the following commands
Remove-ItemProperty -Path 'HKCU:\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify\' -Name IconStreams
Remove-ItemProperty -Path 'HKCU:\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify\' -Name PastIconsStream
Get-Process -Name explorer |Stop-Process
Remove-ItemProperty -Path 'HKCU:\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify\' -Name IconStreams
Remove-ItemProperty -Path 'HKCU:\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify\' -Name PastIconsStream
Get-Process -Name explorer |Stop-Process
- Joined
- Jul 4, 2015
- Messages
- 8,998
Open a Powershell prompt and run the following commands
Remove-ItemProperty -Path 'HKCU:\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify\' -Name IconStreams
Remove-ItemProperty -Path 'HKCU:\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify\' -Name PastIconsStream
Get-Process -Name explorer |Stop-Process
Remove-ItemProperty -Path 'HKCU:\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify\' -Name IconStreams
Remove-ItemProperty -Path 'HKCU:\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify\' -Name PastIconsStream
Get-Process -Name explorer |Stop-Process
Similar threads
- Replies
- 4
- Views
- 2K