Tired of having NotePad printing that annoying footer at the bottom of the page?
Can't be bothered (or can't remember ) doing a page setup to just print out a little file?

Adding these registry entries changes the defaults:

	[HKEY_CURRENT_USER\Software\Microsoft\Notepad]
	"szHeader"=""
	"szTrailer"=""

	"iMarginBottom"=dword:00000002
	"iMarginLeft"=dword:00000005
	"IMarginRight"=dword:00000009
	"iMarginTop"=dword:0000000
With szHeader or szTrailer set to null notepad won't print them.

You'll probaly want to adjust iMarginTop and iMarginLeft to position the listing on the page.

Insert here standard "If you mess up the registry you might be in trouble" warning
as well as the "If it breaks don't try to sue me" disclaimer.

Copyright © 2005 Dennis G German DGerman@Real-World-Systems.com