It is currently April 27th, 2024, 2:12 am

appwiz.cpl

Get help with creating, editing & fixing problems with skins
xCalvin
Posts: 6
Joined: August 9th, 2010, 10:56 pm

appwiz.cpl

Post by xCalvin »

appwiz.cpl will not open with rainmeter
LeftMouseDownAction=!execute ["C:\Windows\System32\appwiz.cpl"]
how can i make this work?
Thanks For Any Help!
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: appwiz.cpl

Post by jsmorley »

LeftMouseUpAction=!Execute ["C:\Windows\System32\rundll32.exe" shell32.dll,Control_RunDLL appwiz.cpl,,1]

module: APPWIZ.CPL

command: rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,1
result: displays the Install/Uninstall tab selected

command: rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,2
result: displays the Windows Setup tab selected

command: rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,3
result: displays the Startup Disk tab selected

http://techsupt.winbatch.com/ts/T000001043001F3.html
xCalvin
Posts: 6
Joined: August 9th, 2010, 10:56 pm

Re: appwiz.cpl

Post by xCalvin »

thanks! it worked great :insider: