2019年3月19日火曜日
If you can not log in over the network
If you can not log in over the network
> Dir \ \ 192.168.0.1 \ share
> The username or password is incorrect.
net use \\ 192.168.0.1 \ share
You will be asked for the login id and password of the connection destination, so enter
ネットワーク越しにログインできなかったら
ネットワーク越しにログインできなかったら
>dir \\192.168.0.1\share
>ユーザー名またはパスワードが正しくありません。
net use \\192.168.0.1\share
接続先のログインid,パスワードを聞かれるので入力する
Move all files per directory
Move all files per directory
robocopy d: \ usr c: \ usr / e / move / ipg: 0 / r: 0 / w: 0 / w / n / nc / nfl / ndl / np
Copy source: d: \ usr
Copy to: e: \ usr
Move all directories: / e / move
Weight: / ipg: 0 (0, no weight)
Error retry: / R: 0 / w: 0 (/ r: 0 no retry, / w: 0 no retry delay)
Display suppression: / ns / nc / nfl / ndl / np (do not show progress: header goes out)
Unbuffered: / J (like large files but unconfirmed)
ディレクトリごとファイルを全部移動する
ディレクトリごとファイルを全部移動する
robocopy d:\usr c:\usr /e /move /ipg:0 /r:0 /w:0 /ns /nc /nfl /ndl /np
コピー元:d:\usr
コピー先:e:\usr
ディレクトリごと全部移動する:/e /move
ウェイト:/ipg:0 (0でウェイト無し)
エラーリトライ:/R:0 /w:0 (/r:0でリトライ無し, /w:0でリトライ時のディレイ無し)
表示の抑止:/ns /nc /nfl /ndl /np (進行状況を表示させない:ヘッダーは出る)
バッファ無し:/J (大きいファイルで有効のようだが未確認)
2018年12月26日水曜日
When moving to the whole OS to P2V or a new model Corrective action when 0x0000007 B error does not start
For the image as it is the operating OS installed and running
Moving by P2V from physical disk to hyper-v or vmware image acquisition and image restoration.
Or you want to start replacing only the hard disk and SSD to the new model
Troubleshooting when the OS does not start due to a bull screen 0x0000007B error when starting the OS
Start rescue with Windows Installer DVD, WinPE etc CD-ROM or DVD-R etc.
For Windows installer, issue shift + F10 command prompt.
Start Registry Editor regedit.exe.
The disk's drive letter will be waiting for you to move like D: \ or X: \
Look for the file D: \ Windows \ system32 \ config \ SYSTEM.
Specify the D: \ Windows \ system32 \ config \ SYSTEM file in the menu: File -> Load Five.
Name can be anything Good 'a' etc. OK
"A" or other subordinate
Open HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Service
If "CurrentControlSet" does not exist, if "ControlSet001" is not found, check the subordinate to "ControlSet002".
Valid if the value of START is 0. Invalid if 3.
○ For AHCI
amdxata 0
atapi 0
msahci 0
intelide 3
pciide 3
iastor 0
iastora 3
iastordatamgrsvc ※ It did not exist
iastorf 0
iastorv 3
storflt 0
storsvc 3
storvsc 3
vhdmp 3
○ intel Onboard RAID
atapi 3
iastor 0
iastordatamgrsvc 2
iastorv 0
intelide 3
msahci start 3
pciide start 3
After changing, the registry editor's hive is written and the OS starts up.
P2Vや新機種へOSまるごと移動した際0x0000007Bエラーで起動しない場合の対処
P2Vや新機種へOSまるごと移動した際0x0000007Bエラーで起動しない場合の対処
インストールされて動いているOSをそのままイメージにとって
P2Vで物理ディスクからhyper-vやvmwareへイメージ取得、イメージ復元で移動する。
または新機種へハードディスク、SSDのみ付け替えて起動させようとするかが
OS起動時にブルスクリーン0x0000007Bエラーが発生してOSが起動しない場合の対処
WindowsインストーラーDVDやWinPEなどCD-ROMやDVD-R等でレスキュー起動する。
Windowsインストーラーならshift+F10でコマンドプロンプトを出す。
レジストリエディタregedit.exeを起動する。
ディスクのドライブレターがD:\やX:\など移動して待っているだろうが
D:\Windows\system32\config\SYSTEMファイルを探す。
メニュー:ファイル→ロードファイブでD:\Windows\system32\config\SYSTEMファイルを指定する。
名前は何でも良い「a」など付けてOK
「a」など名前を付けた配下の
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Serviceを開く
「CurrentControlSet」が無い場合は「ControlSet001」無い場合は「ControlSet002」の配下を調べる。
STARTの値が0なら有効。3なら無効。
○AHCIの場合
amdxata 0
atapi 0
msahci 0
intelide 3
pciide 3
iastor 0
iastora 3
iastordatamgrsvc ※存在しなかった
iastorf 0
iastorv 3
storflt 0
storsvc 3
storvsc 3
vhdmp 3
○intelオンボードRAIDの場合
atapi 3
iastor 0
iastordatamgrsvc 2
iastorv 0
intelide 3
msahci start 3
pciide start 3
変更後レジストリエディタのハイブを書き込んでOSが起動するようになる。
P2Vで物理ディスクからhyper-vやvmwareへイメージ取得、イメージ復元で移動する。
または新機種へハードディスク、SSDのみ付け替えて起動させようとするかが
OS起動時にブルスクリーン0x0000007Bエラーが発生してOSが起動しない場合の対処
WindowsインストーラーDVDやWinPEなどCD-ROMやDVD-R等でレスキュー起動する。
Windowsインストーラーならshift+F10でコマンドプロンプトを出す。
レジストリエディタregedit.exeを起動する。
ディスクのドライブレターがD:\やX:\など移動して待っているだろうが
D:\Windows\system32\config\SYSTEMファイルを探す。
メニュー:ファイル→ロードファイブでD:\Windows\system32\config\SYSTEMファイルを指定する。
名前は何でも良い「a」など付けてOK
「a」など名前を付けた配下の
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Serviceを開く
「CurrentControlSet」が無い場合は「ControlSet001」無い場合は「ControlSet002」の配下を調べる。
STARTの値が0なら有効。3なら無効。
○AHCIの場合
amdxata 0
atapi 0
msahci 0
intelide 3
pciide 3
iastor 0
iastora 3
iastordatamgrsvc ※存在しなかった
iastorf 0
iastorv 3
storflt 0
storsvc 3
storvsc 3
vhdmp 3
○intelオンボードRAIDの場合
atapi 3
iastor 0
iastordatamgrsvc 2
iastorv 0
intelide 3
msahci start 3
pciide start 3
変更後レジストリエディタのハイブを書き込んでOSが起動するようになる。
2017年4月16日日曜日
2015年9月26日土曜日
android studioでandroidmanifest.xmlの編集
android studioでandroidmanifest.xmlの編集をする際、eclipseではGUIの画面がありましたが、andorid studioにはありませんでした。
beta版でなくなっても機能が付かなかったので、機能を付けるつもりはないのかな。コード補完で十分いいでしょう。とも思いますが、敷居はちょっとでも低いほうがいいなと思うのです。本当に機能が無いのかな?つける予定もないのかな?つけないポリシーがあるのかなと結構探してしまいました。
beta版でなくなっても機能が付かなかったので、機能を付けるつもりはないのかな。コード補完で十分いいでしょう。とも思いますが、敷居はちょっとでも低いほうがいいなと思うのです。本当に機能が無いのかな?つける予定もないのかな?つけないポリシーがあるのかなと結構探してしまいました。
2015年6月14日日曜日
android studioで起動時に文字コードのエラーが出る
android studioで起動時してプロジェクトを読み込んだ直後に文字コードのエラーが出る。
>Warning:The project encoding (windows-31j) does not match the encoding specified in the Gradle build files (UTF-8).
>This can lead to serious bugs.
><a href="http://tools.android.com/knownissues/encoding">More Info...</a><br><a href="open.encodings.settings">Open File Encoding Settings</a>
File->Settings->Editor->File Encodings
すべてUTF-8でそろえる。
Project Encoding windows-31jからUTF-8へ変更
下の、Default Encoding for properties files: も UTF-8へ変更。
Transparent native-to-ascii conversion もチェックを入れる。
>Warning:The project encoding (windows-31j) does not match the encoding specified in the Gradle build files (UTF-8).
>This can lead to serious bugs.
><a href="http://tools.android.com/knownissues/encoding">More Info...</a><br><a href="open.encodings.settings">Open File Encoding Settings</a>
File->Settings->Editor->File Encodings
すべてUTF-8でそろえる。
Project Encoding windows-31jからUTF-8へ変更
下の、Default Encoding for properties files: も UTF-8へ変更。
Transparent native-to-ascii conversion もチェックを入れる。
android studioで英語のスペルチェックをオフにする
android studioで英語のスペルチェックをオフにする方法です。
file->settings->editor->language injections->spelling->dictonaryタブ->dictonarysのチェックを全部外す
関数などの名前で省略形などを使っているとでてしまうので、無効にします。
でも、作法にあっていないから出るのであって、そのままで、ワーニングを出さないようにするようにすべきかと思いつつ保留。です。
コーディング上のワーニングは全部つぶさないと、綺麗なソースコードではなくてバグを誘発するので、ぎゃくにスペル違いはいいんじゃないのとおもったので、ワーニングを出さないようにしてみました。
file->settings->editor->language injections->spelling->dictonaryタブ->dictonarysのチェックを全部外す
関数などの名前で省略形などを使っているとでてしまうので、無効にします。
でも、作法にあっていないから出るのであって、そのままで、ワーニングを出さないようにするようにすべきかと思いつつ保留。です。
コーディング上のワーニングは全部つぶさないと、綺麗なソースコードではなくてバグを誘発するので、ぎゃくにスペル違いはいいんじゃないのとおもったので、ワーニングを出さないようにしてみました。
android studioでGUIの画面が出ない
android studioでGUIの画面が出ない。
> Rendering Problems This version of the rendering library is more recent than your version of >Android Studio. Please update Android Studio
androidのアイコンの横に22という数字が出ているので、下三角を押して20などを選ぶ。
androidのバージョンが新しすぎて対応していないのかな。
> Rendering Problems This version of the rendering library is more recent than your version of >Android Studio. Please update Android Studio
androidのアイコンの横に22という数字が出ているので、下三角を押して20などを選ぶ。
androidのバージョンが新しすぎて対応していないのかな。
2015年6月13日土曜日
Excel sheet can not be deleted
When I try to delete an Excel sheet, I right-click but I can not delete it because I can not select it.
Sheets can not be deleted if you are using the book sharing feature, Disable book sharing once. Review-> Change-> Book Sharing
Sheets can not be deleted if you are using the book sharing feature, Disable book sharing once. Review-> Change-> Book Sharing
エクセルのシートが削除できない
エクセルのシートを削除しようと右クリックするが削除が選べず削除することができない。
ブックの共有機能を使っているとシートは削除できないので、
ブックの共有を一度無効にする。
校閲ー>変更ー>ブックの共有
ブックの共有機能を使っているとシートは削除できないので、
ブックの共有を一度無効にする。
校閲ー>変更ー>ブックの共有
androidの開発でエミュレーターが動かない
android studioからandroidエミュレーターを起動してデバックしようとすると以下のメッセージが出て起動しない。
>emulator: ERROR: x86 emulation currently requires hardware acceleration!
>Please ensure Intel HAXM is properly installed and usable.
>CPU acceleration status: HAX kernel module is not installed!
eclipse + adtでもたぶんでるかな。
android sdk managerのpackagesの中の一番下、
intel x86 emulator accelerator(HAXM installer)にチェックを入れてインストールする。
---
それでもダメな場合
tools->android->avd managerからdevice configration画面を出して
ABIが「x86」ではなく「armeabi-v7a」を選ぶ。
>emulator: ERROR: x86 emulation currently requires hardware acceleration!
>Please ensure Intel HAXM is properly installed and usable.
>CPU acceleration status: HAX kernel module is not installed!
eclipse + adtでもたぶんでるかな。
android sdk managerのpackagesの中の一番下、
intel x86 emulator accelerator(HAXM installer)にチェックを入れてインストールする。
---
それでもダメな場合
tools->android->avd managerからdevice configration画面を出して
ABIが「x86」ではなく「armeabi-v7a」を選ぶ。
2015年5月31日日曜日
Windows 8.1 / Windows 8でOSのスタートアップへプログラムを登録する
エクスプローラーで下記のフォルダを開いてショートカットを置く。
C:\Users\[ユーザー名]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
スタートメニューが変になって、さらにスタートアップを探して
そこから右クリックでフォルダを開こうとしたら
スタートアップがなくての状況です。
全体は↓かな。未確認。
C:\Users\Default\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
マイクロソフト、ビルゲイツ氏がいなくなってから不発です。
C:\Users\[ユーザー名]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
スタートメニューが変になって、さらにスタートアップを探して
そこから右クリックでフォルダを開こうとしたら
スタートアップがなくての状況です。
全体は↓かな。未確認。
C:\Users\Default\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
マイクロソフト、ビルゲイツ氏がいなくなってから不発です。
2015年5月2日土曜日
daemon toolsで仮想ドライブが追加できない
リモートデスクトップからdaemon toolsを使っていたら、仮想ドライブが追加できませんでした。
原因はwindowsのグループポリシのデフォルトが無効になっていたためでした。
エラーメッセージ「仮想デバイスが追加できません。」
gpedit.msc実行
コンピューターの構成
管理用テンプレート
システム
リムーバブル記憶域へのアクセス
「すべてのリムーバブル記憶域:リモートセッションでの直接アクセスを許可する」有効にする。
2014年5月3日土曜日
windows2008r2 英語表示
windows2008r2 英語表示
KB974587
windows2008r2sp1 KB2483139
インストールしたい言語を選んでダウンロードする
KB974587
windows2008r2sp1 KB2483139
インストールしたい言語を選んでダウンロードする
英語表示がいいですねえ。
linux nicのベンダー情報
udevinfo -a -p /sys/class/net/eth0
udevinfo -a -p /sys/class/scsi_device/7:0:0:0
lspci : PCIデバイスの一覧を表示する
lsusb : USBデバイスの一覧を表示する
lshw : ハードウェアの一覧を表示する
dmidecode : DMI情報を表示する
smartctl : S.M.A.R.T情報を表示する
rmod usb-storage
lsmod
リストアップ
登録:
投稿 (Atom)