eventlog 'For more information, see Help and ...'

  • Thread starter Thread starter TommyJ
  • Start date Start date
T

TommyJ

Has anyone ever foud a way to avoid the message at the end of each log
message?
The only one one I saw so far is Norton Antivisrus when it writes "files are
up to date...".
Any solution to remove the ms hyperlink would be most welcome.
Thanks
Tom
 
Has anyone ever foud a way to avoid the message at the end of each log
message?
The only one one I saw so far is Norton Antivisrus when it writes "files are
up to date...".
Any solution to remove the ms hyperlink would be most welcome.
Thanks
Tom

The following RedirectionURL_None.reg file will completely remove the ms
hyperlink from the event log (watch out for wrapping):

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Event
Viewer]
"MicrosoftRedirectionURL"=""
"MicrosoftRedirectionProgram"=hex(2):00,00
"MicrosoftRedirectionProgramCommandLineParameters"=""

As always, backup this registry key before applying this to your
registry. YMMV.
 
Thank you Lawrence
that removes them all. So it seams there is no way to leave the system
intact an just display a single entry without the url. This used to be
possible before .net
Thanks and regards
Tom

Lawrence R. Steeger said:
Has anyone ever foud a way to avoid the message at the end of each log
message?
The only one one I saw so far is Norton Antivisrus when it writes "files
are
up to date...".
Any solution to remove the ms hyperlink would be most welcome.
Thanks
Tom

The following RedirectionURL_None.reg file will completely remove the ms
hyperlink from the event log (watch out for wrapping):

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Event
Viewer]
"MicrosoftRedirectionURL"=""
"MicrosoftRedirectionProgram"=hex(2):00,00
"MicrosoftRedirectionProgramCommandLineParameters"=""

As always, backup this registry key before applying this to your
registry. YMMV.
 
Back
Top