all groups > c# > june 2005 >
You're in the

c#

group:

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


eventlog 'For more information, see Help and ...' TommyJ
6/11/2005 9:59:21 PM
c#:
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

Re: eventlog 'For more information, see Help and ...' Lawrence R. Steeger
6/12/2005 11:32:08 AM
In article <#T33LAsbFHA.456@TK2MSFTNGP09.phx.gbl>, nomail@nowhere.com
says...
[quoted text, click to view]

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.

--
Larry Steeger
Re: eventlog 'For more information, see Help and ...' TommyJ
6/13/2005 12:00:00 AM
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

[quoted text, click to view]

AddThis Social Bookmark Button