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
 
I tried your method too and it also worked just great. Thanks a lot.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top