T
Terry Pinnell
XP has for some reason I've never fathomed changed the default sort
order from previous versions. So I am trying to implement the
instructions here
http://support.microsoft.com/default.aspx?kbid=319827
to make a registry change to revert back to the (IMO) much more
logical sequence.
However, I've come across a puzzle. The instructions advise on making
a new DWORD entry, NoStrCmpLogical, with Value = 1. But I already have
a NoStrCmpLogical entry. No problem I thought, I'll just use Modify to
change it. But my existing entry is not a DWORD. It looks like this:
NoStrCmpLogical REG_BINARY 01 00 00 00
And when I try to modify it, in the Value box I see a very strange
looking entry, like this:
0000 01 00 00 00 ....
and I've left it alone for now.
Can someone clarify please?
order from previous versions. So I am trying to implement the
instructions here
http://support.microsoft.com/default.aspx?kbid=319827
to make a registry change to revert back to the (IMO) much more
logical sequence.
However, I've come across a puzzle. The instructions advise on making
a new DWORD entry, NoStrCmpLogical, with Value = 1. But I already have
a NoStrCmpLogical entry. No problem I thought, I'll just use Modify to
change it. But my existing entry is not a DWORD. It looks like this:
NoStrCmpLogical REG_BINARY 01 00 00 00
And when I try to modify it, in the Value box I see a very strange
looking entry, like this:
0000 01 00 00 00 ....
and I've left it alone for now.
Can someone clarify please?