It is currently April 27th, 2024, 12:35 pm

Wifi icone on rainmeter

General topics related to Rainmeter.
suitome
Posts: 41
Joined: February 15th, 2011, 10:54 am

Wifi icone on rainmeter

Post by suitome »

Hello,

I'm using rainmeter and I like it!! I installed the FaenzaWidgets http://col-darby.deviantart.com/art/Faenza-Widgets-195286242 (sound, HDD...) and I would like to set on the wifi Icon, the connection manager to a wireless network. So my question is:
What is the adress for the .exe which open the connection manager to a wireless network?

It would be great to click on the wifi Icon and choose the wireless network through rainmeter.

Is there a list for all the .exe in system32 ou syswow64 which tell us what they do because the names aren't explicit.

Thank you.
User avatar
Falconer
Posts: 115
Joined: August 12th, 2009, 4:10 pm
Location: Behind you!

Re: Wifi icone on rainmeter

Post by Falconer »

Hi, skin developer here (I wrote Faenza widgets). :welcome:
Really, I just want to second your question. :thumbup: That would be a great function to add, but I do not know what to launch either... there is a list of many, many windows special folders here: http://rainmeter.net/cms/Tips-LaunchSpecialFolders
...but there is not a command for Connection Manager listed. Network places, yes, but connection manager, no.
Really, I'm not sure if one can launch individual Control Panel items like this? :???:

Anyway, I'll add this to my to-do list and look around the internets a bit. I wish I could answer your question. :)
id3nt1ty
Posts: 1
Joined: May 17th, 2011, 5:54 pm

Re: Wifi icone on rainmeter

Post by id3nt1ty »

For most Control Panel items in Windows 7 you can drag them to the desktop to create a shortcut. I presume you can then direct rainmeter at this shortcut in the same way you would an app.

I know you can create shortcuts for:
  • The Network and Sharing Centre;
  • Each network adapter - which takes you to it's properties page;
  • View available wireless networks;
I hope this helps.
User avatar
santa_ryan
Posts: 397
Joined: June 22nd, 2010, 4:11 am

Re: Wifi icone on rainmeter

Post by santa_ryan »

The cpls are stored in

Code: Select all

C:\Windows\System32\
Below are their names:

Code: Select all

Accessibility
Optionsaccess.cpl

Add New Hardware
sysdm.cpl add new hardware

Add/Remove Programs
appwiz.cpl

Date/Time Properties
timedate.cpl

Display Properties
desk.cpl

FindFast
findfast.cpl

Fonts Folder
fonts

Internet Properties
inetcpl.cpl

Joystick Properties
joy.cpl

Keyboard Properties
main.cpl keyboard

Microsoft Exchange
mlcfg32.cpl
(or Windows Messaging)

Microsoft Mail Post Office
wgpocpl.cpl
Modem Properties
modem.cpl

Mouse Properties
main.cpl

Multimedia Properties
mmsys.cpl

Network Properties
netcpl.cpl
 NOTE: In Windows NT 4.0, Network
 properties is Ncpa.cpl, not Netcpl.cpl

Password Properties
password.cpl

PC Card
main.cpl pc card (PCMCIA)

Power Management (Windows 95)
main.cpl power

Power Management (Windows 98)
powercfg.cpl

Printers Folder
Printers

Regional Settings
intl.cpl

Scanners and Cameras
sticpl.cpl

Sound Properties
mmsys.cpl sounds

System Properties
sysdm.cpl
Therefore, the network manager is:

Code: Select all

"C:\Windows\system32\ncpa.cpl"
You can also use this:

Code: Select all

"C:\Windows\System32\control.exe" ncpa.cpl
This can also work.

Code: Select all

rundll32.exe shell32.dll,Control_RunDLL ncpa.cpl
I have three rules when I'm trying to help you.
  • Don't get mad when you don't understand something
  • Be VERY specific with what you ask for.
    The more specific you are, the higher the quality of support you receive.
  • Do not just copy and paste what I put in examples and come back saying it doesn't work.
    It does work, but I purposely left blanks that you need to fill for your specific needs.
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Wifi icone on rainmeter

Post by jsmorley »

Nice tip santa_ryan. Added it to the Tips and Tricks in the manual.

http://rainmeter.net/cms/Tips-ControlPanelApplets
User avatar
santa_ryan
Posts: 397
Joined: June 22nd, 2010, 4:11 am

Re: Wifi icone on rainmeter

Post by santa_ryan »

Hehe. Thanks morley. :)

If its the one thing i DO know, its the windows operating system. Age sixteen, and getting paid 20 bucks an hour running my own computer repair business.

Im quite surprised the last two worked. I did that completely off of suspicion and deductive reasoning, which unfortunately will get you in LOTS of trouble with Windows if you happen to be wrong. :lol:


Theres a lot more to it then what i posted. Those are only basic stuff. You can also use Canonical names found here:
http://msdn.microsoft.com/en-us/library/ee330741(v=VS.85).aspx

Also, you have the option of opening to specific tabs as well:
"%SystemRoot%\System32\control.exe" sysdm.cpl,,3

Though, what you have on the tips and tricks section is plenty enough.
I have three rules when I'm trying to help you.
  • Don't get mad when you don't understand something
  • Be VERY specific with what you ask for.
    The more specific you are, the higher the quality of support you receive.
  • Do not just copy and paste what I put in examples and come back saying it doesn't work.
    It does work, but I purposely left blanks that you need to fill for your specific needs.
User avatar
SashaFox
Posts: 8
Joined: May 7th, 2011, 6:07 pm
Location: Las Vegas, Nv

Re: Wifi icone on rainmeter

Post by SashaFox »

this cmd launches the V.A.N. (View Available Networks) in windows:

Code: Select all

%systemroot%\system32\rundll32.exe van.dll,RunVAN
maybe it can help IDK.
Designing Smexy in Sin City
ironmokujin
Posts: 1
Joined: June 6th, 2011, 6:38 pm

Re: Wifi icone on rainmeter

Post by ironmokujin »

Thanks very much, it really work. :)
where can i find out more command like this? :???:
the normal status bar icon is too small to click, i will to make some bigger functional status icon. :D
SashaFox wrote:this cmd launches the V.A.N. (View Available Networks) in windows:

Code: Select all

%systemroot%\system32\rundll32.exe van.dll,RunVAN
maybe it can help IDK.
User avatar
santa_ryan
Posts: 397
Joined: June 22nd, 2010, 4:11 am

Re: Wifi icone on rainmeter

Post by santa_ryan »

http://www.osattack.com/windows-7/huge-list-of-windows-7-shell-commands/

Thats a fairly good list. If its not on there, just ask again here and ill see what i can do.
I have three rules when I'm trying to help you.
  • Don't get mad when you don't understand something
  • Be VERY specific with what you ask for.
    The more specific you are, the higher the quality of support you receive.
  • Do not just copy and paste what I put in examples and come back saying it doesn't work.
    It does work, but I purposely left blanks that you need to fill for your specific needs.