<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>おれ最前線ねっと &#187; Windows</title>
	<atom:link href="http://ore.saizensen.net/archives/category/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://ore.saizensen.net</link>
	<description>イェ〜〜ィ。見てる〜〜〜？？</description>
	<lastBuildDate>Tue, 12 Jul 2011 06:31:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ore.saizensen.net/archives/category/windows/feed" />
		<item>
		<title>[Linux]キーボードの【CapsLk】と【Ctrl】を入れ替える。[Windows]</title>
		<link>http://ore.saizensen.net/archives/64</link>
		<comments>http://ore.saizensen.net/archives/64#comments</comments>
		<pubDate>Sun, 23 Mar 2008 05:21:27 +0000</pubDate>
		<dc:creator>bubbkis</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[CapsLk←→Ctrl入替え]]></category>

		<guid isPermaLink="false">http://ore.saizensen.net/archives/64</guid>
		<description><![CDATA[・Linuxの場合は、 Homeディレクトリ直下に、「.Xmodmap」というファイルを作成して下記を記述する。 remove Lock = Caps_Lock remove Control = Control_L ke [...]]]></description>
			<content:encoded><![CDATA[				<p>・Linuxの場合は、<br />
				Homeディレクトリ直下に、「<strong>.Xmodmap</strong>」というファイルを作成して下記を記述する。</p>
				<pre>
remove Lock = Caps_Lock
remove Control = Control_L
keysym Control_L = Caps_Lock
keysym Caps_Lock = Control_L
add Control = Control_L
add Lock = Caps_Lock
</pre>
				<p>・Windowsの場合は、</p>
				<ol>
				<li>regedit.exeを起動する。</li>
				<li>HKEY_LOCAL_MACHINE\System\CurrentControlSet001\Control\KeyBoard Layoutへ移動する。</li>
				<li>新規作成で「<strong>バイナリ</strong>」を選択し、名前を「<strong>Scancode Map</strong>」に変更</li>
				<li>変更した「Scancode Map」をクリックし、値を以下のように書き変える。</li>
				</ol>
				<pre>
0000  00  00  00  00  00  00  00  00
0008  03  00  00  00  3A  00  1D  00
0010  1D  00  3A  00  00  00  00  00
0018
</pre>
]]></content:encoded>
			<wfw:commentRss>http://ore.saizensen.net/archives/64/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ore.saizensen.net/archives/64" />
	</item>
		<item>
		<title>windowsでUS配列（英語配列）のキーボードを使う。</title>
		<link>http://ore.saizensen.net/archives/62</link>
		<comments>http://ore.saizensen.net/archives/62#comments</comments>
		<pubDate>Thu, 13 Mar 2008 06:33:29 +0000</pubDate>
		<dc:creator>bubbkis</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[US配列]]></category>
		<category><![CDATA[キーボード]]></category>
		<category><![CDATA[英語配列]]></category>

		<guid isPermaLink="false">http://ore.saizensen.net/archives/62</guid>
		<description><![CDATA[日本語版のWindowsでUS配列（英語配列）のキーボードを使うと、JIS配列（日本語配列）のキーボードとして認識してしまうことがある。 ［スタート］ボタンをクリック ［ファイル名を指定して実行］をクリック ［reged [...]]]></description>
			<content:encoded><![CDATA[				<p>日本語版のWindowsでUS配列（英語配列）のキーボードを使うと、JIS配列（日本語配列）のキーボードとして認識してしまうことがある。</p>
				<ol>
				<li>［スタート］ボタンをクリック</li>
				<li>［ファイル名を指定して実行］をクリック</li>
				<li>［regedit］と打ち込み、エンター</li>
				<li>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentContrliSet\Services\i8042prt\Parameters]を開く</li>
				<li>LayerDriver JPN の値「KBD106.DLL」を「KBD101.DLL」に修正する</li>
				<li>OverrideKeyboardIdentifier の値「PCAT_106KEY」を「PCAT_101KEY」に修正する</li>
				<li>OverrideKeyboardSubtype の値「2」を「0」に修正する</li>
				<li>レジストリエディタを終了する</li>
				<li>PCを再起動する</li>
				</ol>
]]></content:encoded>
			<wfw:commentRss>http://ore.saizensen.net/archives/62/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ore.saizensen.net/archives/62" />
	</item>
		<item>
		<title>VistaでOpenVPN接続するには。</title>
		<link>http://ore.saizensen.net/archives/59</link>
		<comments>http://ore.saizensen.net/archives/59#comments</comments>
		<pubDate>Sat, 08 Mar 2008 14:16:21 +0000</pubDate>
		<dc:creator>bubbkis</dc:creator>
				<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[OpenVPN]]></category>

		<guid isPermaLink="false">http://ore.saizensen.net/archives/59</guid>
		<description><![CDATA[Vistaでは、ルーティングテーブルを書き換えるAPIが変わっているようで、そのままインストール＆設定＆実行すると route addition failed using CreateIpForwardEntry: 間違 [...]]]></description>
			<content:encoded><![CDATA[				<p>Vistaでは、ルーティングテーブルを書き換えるAPIが変わっているようで、そのままインストール＆設定＆実行すると</p>
				<pre>route addition failed using CreateIpForwardEntry: 間違った引数があります。</pre>
<p>ってエラーが出て失敗してしまう。</p>
<ul>
<li>configファイルに「<strong>route-method exe</strong>」「<strong>route-delay 2</strong>」を追記。</li>
<li>［コントロールパネル］＞［ユーザアカウント］＞［ユーザアカウント制御の有効化または無効化］をクリックしてＵＡＣを無効にする。</li>
<li>openvpnのlog内でroute add ラインを探して、logに書いてある通りにコマンドプロンプトで入力する。</li>
</ul>
<p>これで繋がった。<br />
マジで糞だな。</p>
]]></content:encoded>
			<wfw:commentRss>http://ore.saizensen.net/archives/59/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ore.saizensen.net/archives/59" />
	</item>
	</channel>
</rss>

