<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.11" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Fn+F2: Disable wireless</title>
	<link>http://www.zeigen.com/shortcuts/2007/05/15/wireless/</link>
	<description>Windows keystrokes and keyboard tricks and tips that you can use to save time</description>
	<pubDate>Wed, 08 Feb 2012 17:47:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.11</generator>

	<item>
		<title>by: instrumentals</title>
		<link>http://www.zeigen.com/shortcuts/2007/05/15/wireless/#comment-223157</link>
		<pubDate>Sat, 04 Feb 2012 03:12:09 +0000</pubDate>
		<guid>http://www.zeigen.com/shortcuts/2007/05/15/wireless/#comment-223157</guid>
					<description>I'll like now grasp your rss meat to survive acutely aware of any updates. salubrious movement and by loads multiplication finance your taking place efforts.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll like now grasp your rss meat to survive acutely aware of any updates. salubrious movement and by loads multiplication finance your taking place efforts.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Carpet Cleaning</title>
		<link>http://www.zeigen.com/shortcuts/2007/05/15/wireless/#comment-222122</link>
		<pubDate>Wed, 01 Feb 2012 04:39:34 +0000</pubDate>
		<guid>http://www.zeigen.com/shortcuts/2007/05/15/wireless/#comment-222122</guid>
					<description>Nice post. I was checking continuously this blog and I'm impressed! Extremely helpful info specially the last part :) I care for such info a lot. I was seeking this particular information for a long time. Thank you and best of luck.</description>
		<content:encoded><![CDATA[<p>Nice post. I was checking continuously this blog and I&#8217;m impressed! Extremely helpful info specially the last part <img src='http://www.zeigen.com/shortcuts/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I care for such info a lot. I was seeking this particular information for a long time. Thank you and best of luck.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: tom</title>
		<link>http://www.zeigen.com/shortcuts/2007/05/15/wireless/#comment-97063</link>
		<pubDate>Fri, 26 Nov 2010 07:49:37 +0000</pubDate>
		<guid>http://www.zeigen.com/shortcuts/2007/05/15/wireless/#comment-97063</guid>
					<description>Does anyone know how to disable the F2 button? (the opposite of what this guy is asking?) I use the #2 often working on my laptop, and I keep turning off my internet by accident since the F2 button is right above the Number 2. Is there anyway to deactivate the button?</description>
		<content:encoded><![CDATA[<p>Does anyone know how to disable the F2 button? (the opposite of what this guy is asking?) I use the #2 often working on my laptop, and I keep turning off my internet by accident since the F2 button is right above the Number 2. Is there anyway to deactivate the button?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Dom</title>
		<link>http://www.zeigen.com/shortcuts/2007/05/15/wireless/#comment-55755</link>
		<pubDate>Wed, 18 Nov 2009 20:37:14 +0000</pubDate>
		<guid>http://www.zeigen.com/shortcuts/2007/05/15/wireless/#comment-55755</guid>
					<description>i have an advent laptop and the wireless button seems to be disabled. i have tryed the above tips but have not been able to activate it

please help,
thanks</description>
		<content:encoded><![CDATA[<p>i have an advent laptop and the wireless button seems to be disabled. i have tryed the above tips but have not been able to activate it</p>
<p>please help,<br />
thanks
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Lewis BW</title>
		<link>http://www.zeigen.com/shortcuts/2007/05/15/wireless/#comment-41605</link>
		<pubDate>Tue, 21 Apr 2009 17:09:14 +0000</pubDate>
		<guid>http://www.zeigen.com/shortcuts/2007/05/15/wireless/#comment-41605</guid>
					<description>There is a way to recreate this on your PC. This is by using a vbs script to send keys using the send key command you could then create a shortcut to this on the desktop im sure this could be effective. Hoiwever i am not sure if VBS supports the F keys instead i could consider using NirCmd command line interprator tool with the send key command whic supports the send key cammand and gives the option of holding a key down for a predetermined amount of time. For example here is a working script that you need to save and whatever.bat make sure you use the .bat standing for batch file

@echo off
nircmd send key ctrl down
nircmd send key f2 press
nircmd send key ctrl up
exit


Also you could add a wait and a messagebox like this.


@echo off
nircmd send key ctrl down
nircmd send key f2 press
nircmd send key ctrl up
msg * Wireless hardware status changed
exit

You will need the command line tool downloaded here:
http://www.nirsoft.net/utils/nircmd.html

(There is a link at the bottom)

And the command list here:
http://www.nirsoft.net/utils/nircmd2.html#using


Hope this helps</description>
		<content:encoded><![CDATA[<p>There is a way to recreate this on your PC. This is by using a vbs script to send keys using the send key command you could then create a shortcut to this on the desktop im sure this could be effective. Hoiwever i am not sure if VBS supports the F keys instead i could consider using NirCmd command line interprator tool with the send key command whic supports the send key cammand and gives the option of holding a key down for a predetermined amount of time. For example here is a working script that you need to save and whatever.bat make sure you use the .bat standing for batch file</p>
<p>@echo off<br />
nircmd send key ctrl down<br />
nircmd send key f2 press<br />
nircmd send key ctrl up<br />
exit</p>
<p>Also you could add a wait and a messagebox like this.</p>
<p>@echo off<br />
nircmd send key ctrl down<br />
nircmd send key f2 press<br />
nircmd send key ctrl up<br />
msg * Wireless hardware status changed<br />
exit</p>
<p>You will need the command line tool downloaded here:<br />
<a href="http://www.nirsoft.net/utils/nircmd.html" rel="nofollow">http://www.nirsoft.net/utils/nircmd.html</a></p>
<p>(There is a link at the bottom)</p>
<p>And the command list here:<br />
<a href="http://www.nirsoft.net/utils/nircmd2.html#using" rel="nofollow">http://www.nirsoft.net/utils/nircmd2.html#using</a></p>
<p>Hope this helps
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Pauline</title>
		<link>http://www.zeigen.com/shortcuts/2007/05/15/wireless/#comment-26160</link>
		<pubDate>Mon, 16 Feb 2009 12:51:09 +0000</pubDate>
		<guid>http://www.zeigen.com/shortcuts/2007/05/15/wireless/#comment-26160</guid>
					<description>i want to know lang po sira kasi ung f2 ko sa keyboard, eh hindi ko po maOpen ang wireless.pano po un?another key po, ano poh kaya?</description>
		<content:encoded><![CDATA[<p>i want to know lang po sira kasi ung f2 ko sa keyboard, eh hindi ko po maOpen ang wireless.pano po un?another key po, ano poh kaya?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: estephen</title>
		<link>http://www.zeigen.com/shortcuts/2007/05/15/wireless/#comment-8351</link>
		<pubDate>Mon, 21 Apr 2008 16:42:05 +0000</pubDate>
		<guid>http://www.zeigen.com/shortcuts/2007/05/15/wireless/#comment-8351</guid>
					<description>Good point, thanks. As I said at the top, "Not every laptop uses this keystroke, but most seem to" -- I'd guess about 80% of the laptops I've seen have support for it.</description>
		<content:encoded><![CDATA[<p>Good point, thanks. As I said at the top, &#8220;Not every laptop uses this keystroke, but most seem to&#8221; &#8212; I&#8217;d guess about 80% of the laptops I&#8217;ve seen have support for it.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Bob</title>
		<link>http://www.zeigen.com/shortcuts/2007/05/15/wireless/#comment-8346</link>
		<pubDate>Mon, 21 Apr 2008 12:25:05 +0000</pubDate>
		<guid>http://www.zeigen.com/shortcuts/2007/05/15/wireless/#comment-8346</guid>
					<description>Sorry, that isn't a Windows shortcut; it's a Dell (and Gateway and others) shortcut. On other brands it does nothing. Fujitsu laptops have an actual sliding switch for the WLAN on most models.</description>
		<content:encoded><![CDATA[<p>Sorry, that isn&#8217;t a Windows shortcut; it&#8217;s a Dell (and Gateway and others) shortcut. On other brands it does nothing. Fujitsu laptops have an actual sliding switch for the WLAN on most models.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: estephen</title>
		<link>http://www.zeigen.com/shortcuts/2007/05/15/wireless/#comment-3058</link>
		<pubDate>Wed, 05 Sep 2007 01:31:02 +0000</pubDate>
		<guid>http://www.zeigen.com/shortcuts/2007/05/15/wireless/#comment-3058</guid>
					<description>I'm sorry to say, Costin, that I know of no way to emulate this using an external keyboard.

What type of laptop do you have? There is quite possibly an application supplied by your vendor which can easily disable wireless. For example, on my Dell laptop, there's a system tray icon for their wireless manager; I can right click on it (with a mouse, horrors!) to get a shortcut menu for wireless options that includes disabling wireless.

Another choice is to use the Network control panel:
Ctrl+Esc to open the Start Menu
S for Settings
N for Network Connections
Up Arrow to highlight the Wireless connection
Shift+F10 for the shortcut menu
B for Disable</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry to say, Costin, that I know of no way to emulate this using an external keyboard.</p>
<p>What type of laptop do you have? There is quite possibly an application supplied by your vendor which can easily disable wireless. For example, on my Dell laptop, there&#8217;s a system tray icon for their wireless manager; I can right click on it (with a mouse, horrors!) to get a shortcut menu for wireless options that includes disabling wireless.</p>
<p>Another choice is to use the Network control panel:<br />
Ctrl+Esc to open the Start Menu<br />
S for Settings<br />
N for Network Connections<br />
Up Arrow to highlight the Wireless connection<br />
Shift+F10 for the shortcut menu<br />
B for Disable
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Costin</title>
		<link>http://www.zeigen.com/shortcuts/2007/05/15/wireless/#comment-3036</link>
		<pubDate>Mon, 03 Sep 2007 21:49:09 +0000</pubDate>
		<guid>http://www.zeigen.com/shortcuts/2007/05/15/wireless/#comment-3036</guid>
					<description>Can you please tell me how to emulate in any way Fn+F2 when I am using an external keyboard? my laptop keyboard is broken and I am using an external USB keyboard :(

please send me an e-mail if you know the answer ...</description>
		<content:encoded><![CDATA[<p>Can you please tell me how to emulate in any way Fn+F2 when I am using an external keyboard? my laptop keyboard is broken and I am using an external USB keyboard <img src='http://www.zeigen.com/shortcuts/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>please send me an e-mail if you know the answer &#8230;
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

