Make a button to open "programs and features" in Windows 7?

Discuss and share scripts and script files...
Post Reply
ghost zero
Posts: 842
Joined: 26 Apr 2010 17:48

Make a button to open "programs and features" in Windows 7?

Post by ghost zero »

Anyone know how to make a button to open control panel's "programs and features" in Windows 7?

nas8e9
Posts: 2232
Joined: 21 Jun 2008 14:50

Re: Make a button to open "programs and features" in Windows

Post by nas8e9 »

This page seems promising?

serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

Re: Make a button to open "programs and features" in Windows

Post by serendipity »

ghost zero wrote:Anyone know how to make a button to open control panel's "programs and features" in Windows 7?
Yes, add this to your button:

Code: Select all

"-Add/Remove programs|C:\Windows\System32\shell32.dll /163"
  run "control appwiz.cpl";

Post Reply