2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

1008 Perflib サービス "BITS" (DLL "C:\Windows\System32\bitsperf.dll") の Open プロシージャに失敗しました。このサービスのパフォーマンス データは利用できません。データ セクションの最初の 4 バイト (DWORD) に、エラー コードが含まれています。

Posted at

WinServ2012R2で
上記のエラーが出ていたので
グーグル先生に伺った所

今回の”BITS”の場合は、管理者として実行したコマンドプロンプトで下記を実行すれば直ります。
cd C:\Windows\inf\BITS\0411
lodctr bitsctrs.ini

と言われたけど
lodctr bitsctrs.ini
が何か分からなかったけど

管理者モードでコマンドプロンプトを起動し、

cd c:\windows\inf\bits\タイムスタンプの一番新しいフォルダ
(※目の前の環境だと、0411でした)
lodctr bitsctrs.ini
 (※bitsperfの環境設定ファイルを再読み込み)
以上、

なので実行しましたっ

もう起こらない予感っ

2
1
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?