Monday, December 10, 2007

Set-NotepadFontSize.ps1

Small, but useful if you like I do change the font size all the time (e.g. for presentations/training/old eyes) -

param($fontSize=14)
Set-ItemProperty HKCU:\software\microsoft\notepad iPointSize ($FontSize*10)
 
If only Notepad supported Ctrl + Scroll Wheel for zooming...

1 comment:

Anonymous said...

Ever tried "Notepad++"?