今回は Windows XP Embedded, Windows Embedded Standard のレジストリカスタマイズの記事を書いてみたっす。
ほとんどのネタはどこかで見たことがあるものばかりだと思いますが(^^;
あくまでも私のための備忘録ってことで(^^;
なお、Windows XP Professional でのレジストリカスタマイズは、Windows XP Embedded, Windows Embedded Standard でもそのほとんどは有効です。
むしろ有効じゃないのを探すほうが難しいかもしれないですね…
あ、後、関連情報が探しやすいように可能な限りMicrosoftのサイトを中心に参考URLをつけてみました。
XP以外のOSも含まれていますが…ここまでやっている記事は早々ないかと思うっすょ(^-^
注意!
一部、私が独自で調べたレジストリもあります…どの環境でも「大丈夫じゃない」かもしれません(^^;
OSの挙動がおかしくなっても保証できないので、記事の内容は自己判断でご利用ください(^^;
1.カーネルメモリを物理メモリに置く
キー : HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\MemoryManagement
名前 : DisablePagingExecutive
種類 : DWORD
値 : 1
参考URL
http://technet.microsoft.com/en-us/library/cc959492.aspx
2.I/O操作ページロック
キー : HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\MemoryManagement
名前 : IoPageLockLimit
種類 : DWORD
値 : 8000000(10進)
※値は参考値です(^^;
参考URL
http://technet.microsoft.com/en-us/library/cc959494.aspx
3.Prefetcherコンポーネント無効
キー : HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\MemoryManagement
名前 : PrefetchParameters
種類 : DWORD
値 : 0
参考URL
http://support.microsoft.com/kb/307498/ja
MemoryManagement キー 参考URL
http://support.microsoft.com/kb/102985/ja
http://support.microsoft.com/default.aspx?scid=kb;en-us;102985
http://technet.microsoft.com/en-us/library/cc951698.aspx
4.バックグラウンドデフラグ無効
キー : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction
名前 : Enable
種類 : REG_SZ
値 : N
参考URL
http://msdn.microsoft.com/ja-jp/library/bb521386.aspx
4.バックグラウンドオートレイアウト無効
キー : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OptimalLayout
名前 : EnableAutoLayout
種類 : REG_DWORD
値 : 0
参考URL
http://msdn.microsoft.com/ja-jp/library/bb521386.aspx
5.MS-DOS 8.3 形式の名前の作成を無効
キー : HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
名前 : NtfsDisable8dot3NameCreation
種類 : REG_DWORD
値 : 1
参考URL
http://support.microsoft.com/kb/121007/ja
6.ドライバ検索の抑制
キー : HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DriverSearching
名前 : DontSearchWindowsUpdate
種類 : REG_DWORD
値 : 0
名前 : DontPromptForWindowsUpdate
種類 : REG_DWORD
値 : 0
名前 : DontSearchCD
種類 : REG_DWORD
値 : 0
名前 : DontSearchFloppies
種類 : REG_DWORD
値 : 0
参考URL
http://technet.microsoft.com/en-us/library/cc780179(WS.10).aspx
http://technet.microsoft.com/en-us/library/cc758728(WS.10).aspx
http://technet.microsoft.com/en-us/library/cc784074(WS.10).aspx
http://technet.microsoft.com/en-us/library/cc739533(WS.10).aspx
http://www.msfn.org/board/lofiversion/index.php/t49514.html
7.ハードウェアの追加ウィザード抑制
キー : HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Settings
名前 : SuppressNewHWUI
種類 : REG_DWORD
値 : 1
8.ドライバ署名関係
キー : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft
名前 : Driver Signing
種類 : REG_BINARY
値 : 0
キー : HKEY_CURRENT_USER\Software\Microsoft
名前 : Driver Signing
種類 : REG_DWORD
値 : 0
キー : HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows NT\Driver Signing
名前 : BehaviorOnFailedVerify
種類 : REG_DWORD
値 : 0
キー : HKEY_USERS\.DEFAULT\Software\Policies\Microsoft\Windows NT\Driver Signing
名前 : BehaviorOnFailedVerify
種類 : REG_DWORD
値 : 0
キー : HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Driver Signing
名前 : BehaviorOnFailedVerify
種類 : REG_DWORD
値 : 0
9.スタートメニュー表示速度
キー : HKEY_CURRENT_USER\Control Panel\Desktop
名前 : MenuShowDelay
種類 : REG_SZ
値 : 0
参考URL
http://support.microsoft.com/kb/835240/ja
10.エクスプローラを別プロセスで実行
キー : HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
名前 : DesktopProcess
種類 : REG_DWORD
値 : 1
参考URL
http://support.microsoft.com/kb/156366/ja
10.PS/2キーボード接続なしのタイムアウト時間
キー : HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters
名前 : KeyboardFailedReset
種類 : REG_DWORD
値 : 0
【Windows Embeddedの最新記事】