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

W

wayne

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
 
D

David Candy

For /r "%userprofile%\start menu" %A in (*.*) do echo %~nA >prn
For /r "%AllUsersProfile%\start menu" %A in (*.*) do echo %~nA>prn
 
L

larry

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.
 
R

Ritter197

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
 

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

Top