Hello all!
What Registry value sets the checkbox "Hide underline for shortcuts
until I press the ALT key"?

My computer always starts with the underlines hidden. If I check the
box then the underlines are shown until next reboot. I'd like to put
a .reg file in my startup folder that sets this checxbox for me after
every boot. I would much appreciate your answers!

--
Torben

Re: Registry value for "Hide underline for shortcuts"? by Meinolf

Meinolf
Wed Apr 30 04:04:33 PDT 2008

Hello TorbenGB,

You have to change/create your key:
HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer REG_DWORD
NoChangeKeyboardNavigationIndicators

You can choose between 0 and 1

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm

> until I press the ALT key"?
>



Re: Registry value for "Hide underline for shortcuts"? by TorbenGB

TorbenGB
Wed Apr 30 07:23:57 PDT 2008

> You can choose between 0 and 1

The value 1 makes the underlines appear. Thank you Meinolf!