無線のヘッドセットを買ったのでGoogle Chromeに話しかけて検索してみましたがとても便利。
複雑ではない検索だったらサクッっと検索してくれます。
普通は、検索窓にキーワードを入力しますが、マイクのアイコンをクリックして話すだけなのでキーボードを叩かなくてよいので楽です。
文書を書くのも声でやりたいのですが誰か実現してませんか?
新潟市で個人でコンピュータ相手にシステム開発をしています。確実、安く、素早くをモットーにやっています。
システム開発の時に調べた技術を惜しみなく公開していきます。あまりよろしくない業者についての苦言も為に吐きます。
コンピュータにベッタリというのもどうかと思いますが、やはりこれからは、コンピュータのことを知らないよりは知っていたほうが良いと思いますよ。
DISKPART>list volume Volume ### Ltr Label Fs Type Size Status Info ---------- --- ----------- ---- ---------- ------- --------- -------- Volume 0 Q DVD-ROM 0 B メディアなし Volume 1 R DVD-ROM 0 B メディアなし Volume 2 システムで予約済み NTFS Partition 350 MB 正常 システム Volume 3 C NTFS Partition 79 GB 正常 ブート Volume 4 D NTFS Partition 149 GB 正常 Volume 5 E Windows10 NTFS Partition 238 GB 正常
C:\> bcdedit /create /d “Windows 10” /application OSLOADER エントリ {0f1a3ed0-4881-11e5-a550-c3b8c8143ee9} は正常に作成されました。 C:\>bcdedit /set {0f1a3ed0-4881-11e5-a550-c3b8c8143ee9} device partition=F: C:\>bcdedit /set {0f1a3ed0-4881-11e5-a550-c3b8c8143ee9} osdevice partition=F: C:\>bcdedit /set {0f1a3ed0-4881-11e5-a550-c3b8c8143ee9} path \Windows\system32\winload.exe C:\>bcdedit /set {0f1a3ed0-4881-11e5-a550-c3b8c8143ee9} systemroot \Windows C:\>bcdedit /set {0f1a3ed0-4881-11e5-a550-c3b8c8143ee9} locale ja-JP C:\>bcdedit /displayorder {0f1a3ed0-4881-11e5-a550-c3b8c8143ee9} /addlast
C:\>bcdedit Windows ブート マネージャー : : Windows ブート ローダー -------------------------------- identifier {0f1a3ed0-4881-11e5-a550-c3b8c8143ee9} device partition=F: path \Windows\system32\winload.exe description Windows 10 locale ja-JP osdevice partition=F: systemroot \Windows resumeobject {940bff88-4888-11e5-825d-806e6f6e6963}
Bringing machine 'default' up with 'virtualbox' provider... ==> default: Clearing any previously set network interfaces... There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below. Command: ["hostonlyif", "create"] Stderr: 0%... Progress state: E_FAIL VBoxManage.exe: error: Failed to create the host-only adapter VBoxManage.exe: error: Code E_FAIL (0x80004005) - Unspecified error (extended info not available) VBoxManage.exe: error: Context: "enum RTEXITCODE __cdecl handleCreate(struct HandlerArg *)" at line 70 of file VBoxManageHostonly.cpp