ngi644の日記

備忘録も兼ねています。

Windowsのテストモード

without comments

64bitでG1を接続するにはテストモードで起動して作業をする必要がある。

先日のエントリのリンクに、その方法が記されている。

念のため、自分のサイトにもメモとして置いておこうと思う。

テストモードにする

  1. 管理者モードコマンドプロンプトを起動
  2. bcdedit -set testsigning on を入力
  3. 再起動

テストモードの終了

  1. 管理者モードコマンドプロンプトを起動
  2. bcdedit -set testsigning off を入力
  3. 再起動

Written by ngi644

12月 24th, 2008 at 5:57 pm

Posted in 64bit,Android,Windows

Leave a Reply