windows_programming_notes.nbk: Home | Index | Next Page: windows creation | Previous Page: windows class registration


 Windows Configuration

Not really programming, but this needs to be written somewhere...

Disable Windows Explorer Tooltips

HKEY_CURRENT_USER >> Software >> Microsoft >> Windows >> CurrentVersion >> Explorer >> Advanced

set "ShowInfoTip" to 00000000 to disable the tooltips

set to 00000001 to enable the tooltips

Or make a file containing:

REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "ShowInfoTip"=dword:00000000

windows_programming_notes.nbk: Home | Index | Next Page: windows creation | Previous Page: windows class registration


Notebook exported on Monday, 7 July 2008, 18:56:50 PM Eastern Daylight Time