Network Profile Management Software
Auser
Posts: 506
My shiny new Windows 7 machine has one drawback. Sadly, the old faithful application I've been using for years to manage my network settings as I roamed around client sites doesn't work (http://code.google.com/p/netprofiles/).
What are you guys using under Windows 7?
What are you guys using under Windows 7?
0
Comments
Many of our client sites have statically assigned networks with no DHCP server (for better or worse). I'm after a program that allows me to store profiles for different network adaptors (wired/wireless) allowing me to quickly configure my IP settings to connect to the network at the site I'm at.
NetProfiles was perfect for this; unfortunately the open source replacements that I've tried that work under Windows 7 have been a bit, well, crap.
There are lots of better programs out there, I'm just not sure which are the best...
To set your network adaptor to DHCP enter the following in the target field of a shortcut:
To set a static address of 192.168.1.100 use the following shortcut:
I have the DHCP shortcut and a couple of very commonly used shortcuts on my desktop.
There couldn't be any less overhead on your PC and I severely doubt you will get hit with the "Microsoft has decided to depracate that technology in favour of something more bloaty" stick.
One comment to anyone who decides to use this: You must run the BAT as an administrator for the change to take effect. It is incredibly fast.
Not sure whether this is the same with netsh from a batchfile.
Was a bit of a b**ch to find and try to troubleshoot!
If there is I will finish and polish up a little project that this made me work on(yes, you made me work on it)
I have done some research and I have a functional(but ugly looking) program that will associate .nqc (Network Quick Config)(I cant find anything else that uses that extension so there should be no conflicts)
I have made its default action to load the NQC file, apply changes, and exit
If UAC is enabled it will ask to be authorized
It can add an SSID to wlan autoconfig with the proper authorization mode and key
I am having problems forcing it to connect right away to a wireless network
Is there anything else a useful network manager should do?
None did quite what I wanted so I've knocked out an application of my own that sits in the system tray similar to NetProfiles. I'll release it on the forums once I address a couple of minor issues.
I'd originally thought I'd knock out a UI for netsh, but it proved so easy to implement the IP setting functionality in code that I went down the path of writing a self contained executable.
Sounds like a good little utility. In my case I'm only really interested in changing IP settings on an adaptor, not so much in managing wireless networks, so I'm fairly happy with my little NetProfiles replacement.
Also, talking about utilities, does anyone else use JustAddPower HDMI video distribution?
Jimmy
Jimmy
I hope the next version of Windows is not called Windows 8 because googling "Windows 7" specific problems sucks.
Can anyone with better googling skills than I tell me how I fix this?
This reinforces the reason I like using third party (not Windows) solutions that don't use Microsoft created technologies like dotNet (or ActiveX or Silverlight or Microsoft Java or IE or Windows Live or any of their operating systems in the first year of release or ...) because the only guarantee you have that the current version will work in 2 years time is that it won't!
I never did get around to addressing those issues as they haven't caused me any problems. I've attached an installer which may be of benefit to some of you.
Bear in mind that this program is far more limited in what it can do than NetProfiles; at the moment all it allows you to do is change IP addresses on a particular interface. I may add functionality at a later date if I ever get around to it, so feel free to send suggestions.
Yes.