(Msg. 17) Posted: Tue Aug 07, 2007 9:30 pm
Post subject: Re: missing tabs in display properties [Login to view extended thread Info.] Archived from groups: microsoft>public>windowsnt>registry (more info?)
"Alasdair" wrote:
....
Do you recognize all of the processes you previously posted?
Also, type in eventvwr.exe and see what's reported in those areas.
If there's a lot of stuff in there, start up your Display Properties
dialog with the problems and then refresh the event viewer to see
what the last things reported are.
I don't know if this is going to help at all, because there are probably
alot of different versions of ati2evxx.exe, but here's the MD5 checksum
on mine. I wouldn't put too much into this at the moment. But it's worth
a check and if you can post your MD5 back here, perhaps someone
else will get lucky and have a matching MD5.
And one more thing, compare the list of items that tasklist presents when
logging into Safe Mode. You can do something like, reboot into Safe Mode,
then type in:
(Msg. 18) Posted: Wed Aug 08, 2007 8:30 am
Post subject: Re: missing tabs in display properties [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Alasdair wrote:
> gpedit.msc shows eveything under display as "Not configured" but I get
> nothing but theme in Display Proerties
> Windows XP Pro SP2 patched to date
> Radeon 1300 256MB
> Pentium4 HT
This is your fix, I looked for hours and hours for this fix and it was the
only one that works
(Msg. 19) Posted: Wed Aug 08, 2007 11:01 am
Post subject: Re: missing tabs in display properties (WARNING LONG POST!) [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
(Msg. 20) Posted: Wed Aug 08, 2007 2:45 pm
Post subject: Re: missing tabs in display properties [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
(Msg. 21) Posted: Wed Aug 08, 2007 2:45 pm
Post subject: Re: missing tabs in display properties [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
(Msg. 22) Posted: Wed Aug 08, 2007 5:24 pm
Post subject: Re: missing tabs in display properties [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
(Msg. 23) Posted: Sun Aug 12, 2007 2:40 am
Post subject: Re: missing tabs in display properties [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
"Alasdair" wrote:
: how do I check the MD5 checksum?
There's a file in the set of files there named md5sum.exe that
is used inside a cmd prompt. It's pretty easy to use.
Just put the file in your %systemroot% folder or another folder
that's in your PATH and you're all set. Then open a cmd prompt
and type in something along the lines of...
md5sum.exe --help
or
md5sum.exe notepad.exe
388b8fbc36a8558587afc90fb23a3b99 *notepad.exe
It supports wildcard characters, so you can get a whole list of
MD5 checksums...
(Msg. 24) Posted: Sun Aug 12, 2007 3:00 am
Post subject: Re: missing tabs in display properties [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
"Alasdair" wrote:
: how do I check the MD5 checksum?
"Jim Carlock" wrote...
: http://sourceforge.net/projects/unxutils/ :
: There's a file in the set of files there named md5sum.exe that
: is used inside a cmd prompt. It's pretty easy to use.
There's alot of useful tools in there. Some other useful things
that I like, include...
grep.exe, sed.exe
grep.exe uses regular expressions to find things in files.
sed.exe is a stream editor which uses regular expressions to
search files, output a stream and edit the stream, and makes
it easy to find lines with a certain string and delete such lines.