トラブル
Windows10にてIISを有効化しても、http://localhostが接続できずエラーとなった。
対処
管理ツール ー> コンピュータの管理 ー> サービスとアプリケーション ー>IISマネージャー
ー> サイト ->Default Web Server の状態が停止状態になっていたので
Webサーバーの規定値の設定にて、バインドにてポート番号80を設定した
ところ、開始済みに状態が遷移し使えるようになった。
解決
谷本の備忘録・雑記帳・work
CATEGORY ARCHIVE
Windows10にてIISを有効化しても、http://localhostが接続できずエラーとなった。
管理ツール ー> コンピュータの管理 ー> サービスとアプリケーション ー>IISマネージャー
ー> サイト ->Default Web Server の状態が停止状態になっていたので
Webサーバーの規定値の設定にて、バインドにてポート番号80を設定した
ところ、開始済みに状態が遷移し使えるようになった。
解決
Ubuntuマシンとして使っていたPCにwindowsをinstallしようとしたところ掲題のエラーに遭遇
Ubuntuマシンとして使っていたPCにwindowsをinstallしようとしたところ掲題のエラーに遭遇しwindowsのinstallに失敗した。
.USBからubuntuを動かし、対称diskを、NTFS でパーティシションを作成。
また、system用にした。その後、windowsのインストール中で該当パーティシション削除しnewを行う。
画像が止まった状態で表示される。 標準カメラアプリではついたり消えたりしている様に見える。 いろいろするも改善せず。
windows 10 Pro
アラートが出たのでウイルススキャンをかけたところトロイの木馬のファイルがあるとの事。それを削除後、windows updateが出来なくなった。新しいプログラムもインストーラが動かないため、いろいろ試したあげく最終的にwindowsを初期状態に戻すを行った。
その後、上記の症状が出る様になった。
カメラドライバーの再インストールや、カメラアプリの削除及びwindows storeからの再インストールも試してみるも治らず。
最終的に、下記WEBページを発見、その解決策を試したところ解決した。 即ち、
C:\Program Files\Realtek\RsProviders フォルダーの名前を
C:\Program Files\Realtek\RsProviders_ に変更した。(アンダーバー追加)
恵安の2inタブレット(KBM100K windows10 64bit emmc 32GB)を使っているが、容量が少なくてどうしても大型のwindows updateが出来なかった。それで、windows10のクリーンインストールしたところwifi用のデバイスBroadcom 802.11ac WDI SDIO Adapterがcode 10で開始しない。
いろいろネットで調べたがなかなかわからなかったが、最終的に対処できたので、記録として残す。
I have a Keian's tablet PC KBM100K (windows 10 64bit ,emmc 32GB). And it had encounterd a difficulty of majar windows update by shortage of storage capacity of C drive. So I did clean installtion of windows 10 into my tablet.
But unfortunately a code 10 error occured at the wifi device driver for Broadcom 802.11ac WDI SDIO Adapter.
After many struggles, I could fix that problem. So Irecord the measures.
1.タブレット
KEIAN KBM100K windows10 64bit 64bit emmc 32GB
Microsoft Update カタログ(*1)から Broadcom 802.11ac WDI SDIO Adapterで検索し、 「Windows 10 and Later Servicing Drivers for testing, Windows 10 Anniversary Update and Later Servicing Drivers 」 バージョン 1.596.12.1 をダウンロードし、デバイスマネージャーを 使ってドライバを更新する。 (*1) https://www.catalog.update.microsoft.com/Home.aspx
3.1 Update the device driver to version 1.596.12.1
Access the Microsoft Update catalog(*1) and search the corresponding drivers with 'Broadcom 802.11ac WDI SDIO Adapter'. Then download the driver ( Windows 10 and Later Servicing Drivers for testing, Windows 10 Anniversary Update and Later Servicing Drivers) version 1.596.12.1 and update the device driver with the downloaded driver by using Device Manager.
(*1) https://www.catalog.update.microsoft.com/Home.aspx
3.2 4345r6nvram.txtを入手し、c:\windows/system32/drivers フォルダーに入れ、windowsを再起動する。
もしかしたら、元のマシンにあったかも知れないが、クリーンインストール後であったので、私の場合、恵安のwebサイトから入手した。
https://www.keian.co.jp/support/download/ にアクセスし、windows製品, KBM100K, ドライバーを選択し、KBM100K、KBM85B WiFi,Bluetooth ドライバーをダウンロードすると、KBM100K-KBM85B-WIFI-BT-driver.zip が、得られるので、その中にある 4345r6nvram.txt をコピペで c:\windows/system32/drivers に入れる事で対処した。 再起動したらwifiが繋がるようになった
3.2 Get 4345r6nvram.txt, insert it into the c:\windows/system32/drivers folder and restart the windows.
I forgot to check the file in the tablet. So I got it from KEIAN's web site.
Access https://www.keian.co.jp/support/download/ and select windows製品, KBM100K, ドライバー.
(Only Japanese languaage available )
Then download KBM100K、KBM85B WiFi,Bluetooth ドライバー.
At this point, You got the KBM100K-KBM85B-WIFI-BT-driver.zip file, and You can take the '4345r6nvram.txt' file from the zip.file.
Finally insert it into the 'c:\windows/system32/drivers' folder, and restart the windows.
In my case, the my tablet works well. Success!!
4.1 タブレット中のデバイスドライバーを退避する。これは、デバイスドライバーが簡単に手に入らないことや、デバイスとドライバーの対応付けが難しいことから行う。
'4.1 Save device drivers inside of the tablet PC in backup. This will be helpful for recovery the device drivers,
because it might be difficult that these drivers will be got from another places.
例: windowsにあるdismコマンドで退避
e.g. Save them by using windows' 'dism' command.
mkdir D:\DriversBackup
dism /online /export-driver /destination:"D:\DriversBackup"
※ https://news.mynavi.jp/article/win10tips-137/ の記事を参考にした。
'4.2 windowsをmicrosoftのサイト(*2)の手順通りにツールを使ってクリーンインストールする。なお、この時、購入時と構成が変わっているとproduct keyが必要になったりするので、SDHCカードを入れてあれば、抜いて行う。
(*2) https://www.microsoft.com/ja-jp/software-download/windows10
このツールを使用して、別のPCにwindows 10 をインストールするためにインストールメディアを作成するのところの手順に従う。
'4.2 Clean installation of windows 10 according to the instructions on the microsoft website(*2). You may remove a SDHC card to prevent a mismatch between the original configuration and the current configuration, especially storage configration.
(*2) https://www.microsoft.com/ja-jp/software-download/windows10
follow the part of "Using the tool to create installation media to install Windows 10 on a different PC".
'4.3 windows をインストールし起動後、4.1で退避したドラバーを、デバイスマネージャーからインストールする。 デバイスマネージャーから、エラーになっているデバイスのところをデバイスマネージャーの更新を使ってインストールする。Broadcom 802.11ac WDI SDIO Adapter のところともう一ケ所はエラーになるかも知れない。
'4.3 After restart the installed Windows 10, restore the device drivers from the media that you have saved by 4.1.
Restore the drivers on error marked drivers by the device manager.
You may encouter the error on Broadcom 802.11ac WDI SDIO Adpter and another one error. You can fix these with 3.1 and 3.2
以上は、終わったあと記憶に基づいて記述しているので、細部の表現等で正確でない部分があるかもしれません。 そこは容赦ねがいます。
「Latex2ε 美文書作成入門」という書籍に従って、windowsマシンにインストールしてみた。
まだ、「第3章Latex2εの基本」のあたり
日本語フォントを使うためには、コマンドプロンプトで(windowsの場合)
kanji-config-updmap-sys ipaex
とする必要あり。
ipaexは別のものに替えることも可能とのこと 2017/8/31追記
理由不明もWindows 8.1にvirtualboxをinstallしようとすると、fatal errorとなり失敗。 Install途中でUSBの設定箇所をinstall対象からはずしたところ、installできた。
My installation trial of virtualbox into windows8.1 failed as fatal error. So I omitted USB support from installation conditions and succeeded the installation
.