How do I print All my Programs when opened from Start ?

  • Thread starter Thread starter Ritter197
  • Start date Start date
simple way do that is go to start programs once you see what you want to
print just hit the prtscrn button usually top right on the keyboard

then open paint from accessories and do a paste

Wayne
 
For /r "%userprofile%\start menu" %A in (*.*) do echo %~nA >prn
For /r "%AllUsersProfile%\start menu" %A in (*.*) do echo %~nA>prn
 
Open windows explorer go to C:\Documents and Settings\All
Users\Start Menu\Programs There are all your programs.
As far is printing the only thing I can think of ctrl
Print Screen (key is up by f keys on the right) Then open
up wordpad and paste there. You may have to scroll down
and do other print screens and pastes to append to first
paste.
 
Thanks, worked fine.


wayne said:
simple way do that is go to start programs once you see what you want to
print just hit the prtscrn button usually top right on the keyboard

then open paint from accessories and do a paste

Wayne
 
Back
Top