Code: Select all
set "RegKey="HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify""
reg delete %regkey% /v PastIconsStream=- /f
Code: Select all
C:\Windows\System32>reg delete "HKCU\Software\Classes\Local Settings\Software\Mi
crosoft\Windows\CurrentVersion\TrayNotify" /v PastIconsStream=- /f
ERROR: The system was unable to find the specified registry key or value.
How can it be changed to find the key?
Thanks,
Docfxit