network connections on usb stick

Discuss anything related to portable freeware here.
Post Reply
Message
Author
Jarne
Posts: 1
Joined: Sun Nov 11, 2007 2:33 pm

network connections on usb stick

#1 Post by Jarne »

I recently bought a USB stick. I was just thinking if it is possible to add my wireless network connections on the stick.
Or maybe just the settings or I don't know.
It's just because I use several laptops on the school network and in stead of install them on every laptop it would be very usefull if I could make a connection just from the USB stick..

I hope you understand what I'm trying to say :? .

Grtz, Jarne!

scamme
Posts: 22
Joined: Mon Feb 19, 2007 9:19 am
Location: Israel
Contact:

#2 Post by scamme »

Maybe NetSetMan is what you need.

spchtr
Posts: 24
Joined: Sat Aug 26, 2006 12:32 am

netsh

#3 Post by spchtr »

I use a batch file with the 'netsh' command to set my network cards settings for multiple locations. netsh works a little differently depending on if you're on 2k xp or vista, and you'd have to have the name of the network connection that you'd want to change the settings of, but what I have is working on about 3 different computers at the moment.

Code: Select all

netsh interface ip set address "Wireless Network Connection" static 192.168.1.10 255.255.255.0 192.168.1.1
netsh interface ip set dns "Wireless Network Connection" static 192.168.1.1
netsh interface ip add dns "Wireless Network Connection" 4.1.1.1
netsh interface ip add dns "Wireless Network Connection" 4.2.2.1
rem ipconfig /all
rem pause

Post Reply