Friday, September 26, 2008

Configure Notepad to use Word Wrap (All Windows)


This setting controls whether text is wrapped onto the next line when the screen in full in Notepad. Although it can be configured by using the Edit menu in Notepad, this tweak allows you to change the word-wrap feature through the registry.
Open your registry and find or create the key below.
Create a new DWORD value, or modify the existing value, called "fWrap" and set it according to the value data below.
Exit your registry; you may need to restart or log out of Windows for the change to take effect.
(Default) REG_SZ (value not set)
fWrap REG_DWORD 0x00000001 (1)
HKEY_CURRENT_USER\Software\Microsoft\Notepad
Registry Settings
User Key: [HKEY_CURRENT_USER\Software\Microsoft\Notepad]
Value Name: fWrap
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = off, 1= on)

No comments:

Post a Comment