<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Help me make wireless setup easy for our end-users</title>
	<link>http://ask.metafilter.com/74624/Help-me-make-wireless-setup-easy-for-our-endusers/</link>
	<description>Comments on Ask MetaFilter post Help me make wireless setup easy for our end-users</description>
	<pubDate>Thu, 25 Oct 2007 05:52:08 -0800</pubDate>
	<lastBuildDate>Thu, 25 Oct 2007 05:52:08 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Help me make wireless setup easy for our end-users</title>
		<link>http://ask.metafilter.com/74624/Help-me-make-wireless-setup-easy-for-our-endusers</link>	
		<description>Is there any way to build an installation package that would setup a Wireless Access Point along with security key (WEP) using Windows XP? &lt;br /&gt;&lt;br /&gt; I&apos;m looking for a way to be able to offer a download that when run would completely setup an access point as a preferred network with all security settings put in. I need to avoid having to give out the WEP key to the end user (Yes, I know WEP is unencrypted and easy as hell to figure out but I&apos;ve fought that battle before and this is what I&apos;m stuck with). Are there any files in XP that store this information that can be modified or a way to do this from a packaged msi, batch script, etc?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.74624</guid>
		<pubDate>Thu, 25 Oct 2007 04:54:50 -0800</pubDate>
		<dc:creator>genial</dc:creator>
		
			<category>wireless</category>
		
			<category>xp</category>
		
			<category>security</category>
		
	</item> <item>
		<title>By: evilelvis</title>
		<link>http://ask.metafilter.com/74624/Help-me-make-wireless-setup-easy-for-our-endusers#1109632</link>	
		<description>Look into setting up RADIUS and WPA2-EAP with dynamic keys.&lt;br&gt;
&lt;br&gt;
You will have to download a patch for Windows XP to support WPA2, but it works.  You can use PEAP to set a user/password to authenticate as well from Windows.  Basically the wireless connects to your AP which talks to a RADIUS server - based on MAC address for example and setups the the dynamic key.  You can also use PEAP to require a user/password.&lt;br&gt;
&lt;br&gt;
I have done this with Mikrotik routers on a city wide level.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?familyid=662BB74D-E7C1-48D6-95EE-1459234F4483&amp;displaylang=en&quot;&gt;XP Patch&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74624-1109632</guid>
		<pubDate>Thu, 25 Oct 2007 05:52:08 -0800</pubDate>
		<dc:creator>evilelvis</dc:creator>
	</item><item>
		<title>By: JaredSeth</title>
		<link>http://ask.metafilter.com/74624/Help-me-make-wireless-setup-easy-for-our-endusers#1109634</link>	
		<description>Use a scripting tool like &lt;a href=&quot;http://www.autoitscript.com/autoit3/&quot;&gt;AutoIT&lt;/a&gt; or &lt;a href=&quot;http://www.autohotkey.com/&quot;&gt;AutoHotkey&lt;/a&gt;. You can very easily put together an executable package that would actually run through the dialogs as if the user was doing it themselves.&lt;br&gt;
&lt;br&gt;
I foresee two potential issues though:&lt;br&gt;
&lt;br&gt;
1&amp;gt; Are you sure all your intended users are allowing Windows to manage wireless? Some may be using the proprietary management software that came with their computers, like Intel ProSet for example.&lt;br&gt;
&lt;br&gt;
2&amp;gt; Do you know whether or not your users are running with Administrative privileges? &lt;small&gt;That&apos;s not to say you can&apos;t script around that as well, given the appropriate credentials, but it could be a hurdle.&lt;/small&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74624-1109634</guid>
		<pubDate>Thu, 25 Oct 2007 05:56:09 -0800</pubDate>
		<dc:creator>JaredSeth</dc:creator>
	</item><item>
		<title>By: genial</title>
		<link>http://ask.metafilter.com/74624/Help-me-make-wireless-setup-easy-for-our-endusers#1109694</link>	
		<description>evilelvis, I am not in charge of that decision nor will I ever convince those who are that change is a good thing.&lt;br&gt;
&lt;br&gt;
JaredSeth, I didn&apos;t realize you could wrap AutoIT functions into an executable. That just might work. We can just tell the users they need to be Administrators of their machine (most are anyway, students on our campus) and run through some instructions to make sure they have Zero-Config setup and not something 3rd party.&lt;br&gt;
&lt;br&gt;
Thanks!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74624-1109694</guid>
		<pubDate>Thu, 25 Oct 2007 07:27:06 -0800</pubDate>
		<dc:creator>genial</dc:creator>
	</item><item>
		<title>By: genial</title>
		<link>http://ask.metafilter.com/74624/Help-me-make-wireless-setup-easy-for-our-endusers#1109703</link>	
		<description>Following the AutoIT trail I also happened upon &lt;a href=&quot;http://www.msfn.org/board/Unattended_wifi_settings_t63368.html&amp;st=20&amp;start=20&quot;&gt;this post&lt;/a&gt; in the MSFN forums that has a script prebuilt to do just this thing. Thought I would throw it in here for anyone else looking to do this.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74624-1109703</guid>
		<pubDate>Thu, 25 Oct 2007 07:34:42 -0800</pubDate>
		<dc:creator>genial</dc:creator>
	</item><item>
		<title>By: flabdablet</title>
		<link>http://ask.metafilter.com/74624/Help-me-make-wireless-setup-easy-for-our-endusers#1109780</link>	
		<description>Just give them the key.  Once their wireless is set up, they can &lt;a href=&quot;http://ask.metafilter.com/74586/What-was-that-password-again&quot;&gt;see it anyway&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74624-1109780</guid>
		<pubDate>Thu, 25 Oct 2007 08:28:26 -0800</pubDate>
		<dc:creator>flabdablet</dc:creator>
	</item>
	</channel>
</rss>
