ラベル Windows8 の投稿を表示しています。 すべての投稿を表示
ラベル Windows8 の投稿を表示しています。 すべての投稿を表示

6.13.2012

Make CapsLock into an Additional Ctrl in Windows 8 Release Preview

[demand]
Using CapsLock key as Ctrl key in Windows 8 Release Preview.

[method]
Modifying registries may cause system failures. Please take full responsibility for your actions.
  1. Invoke RegistryEditor
  2. Create a new binary entry named "Scancode Map" in "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout"
  3. Input following binary code and close RegistryEditor
    00 00 00 00 00 00 00 00
    03 00 00 00 1D 00 3A 00
    00 00 00 00 00 00 00 00
    
  4. Do signout and signin

[result]
CapsLock key works as Ctrl key.

[appendix]
Following binary data swaps CapsLock for Ctrl.
00 00 00 00 00 00 00 00
03 00 00 00 1D 00 3A 00
3A 00 1D 00 00 00 00 00
【要望】
Windows 8 Release Preview において CapsLock キーを Ctrl キーに割り当てたい.

【方法】
レジストリの編集はシステム障害を引き起こす可能性がありますので自己責任でお願いします.
  1. レジストリエディタを起動
  2. "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout" に "Scancode Map" という名前で新規バイナリ値を作成する.
  3. バイナリデータを入力してレジストリエディタを閉じる
    00 00 00 00 00 00 00 00
    03 00 00 00 1D 00 3A 00
    00 00 00 00 00 00 00 00
    
  4. サインアウト → サインイン

【結果】
CapsLock キーが Ctrl キーとして利用可能になる.

【おまけ】
以下のように書くと CapsLock と Ctrl が入れ替わる.
00 00 00 00 00 00 00 00
03 00 00 00 1D 00 3A 00
3A 00 1D 00 00 00 00 00

11.24.2011

Cannot Install Windows 8 Developer Preview into A Virtual Machine on VMware Workstation 8

[symptoms]
Abort installing "Windows 8 Developer Preview" into a virtual machine on VMware Workstation 8 with below error message.

"Windows cannot read the setting from the unattend answer file."


[cause]
The VM tried to load a product key from "autoinst.flp" automatically and failed.


[solution]
Remove or disconnect the virtual floppy device.
【症状】
Windows 8 Developer Preview を VMware Workstation 8 上の仮想マシンにインストールしようとしたが,以下のメッセージと共に中断してしまう.

"Windows cannot read the setting from the unattend answer file."


【原因】
VM がプロダクトキーを "autoinst.flp" から読み出そうとして失敗していた.


【対策】
VM の設定画面で,フロッピーを削除か接続解除する.