Generate a list of Windows startup programs using the command line Windowsの起動プログラムは、コマンドラインを使用して生成するリストを表示
Posted on September 26, 2008 at 5:35 am 9月26日、午前五時35分で、 2008年に投稿
You probably already knew this, but if you want to see a list of all of the startup programs that run when Windows starts, you can simply go to the MSCONFIG tool and click on the Startup tab!おそらくすでにインストール済みの場合、これは知っていた場合はすべての実行時にWindowsが起動するスタートアッププログラムの一覧を表示するには、単純にMsconfig ツールをクリックし、 [スタートアップ]タブ上に行くことができます ! Here you can enable or disable startup programs easily.ここで簡単にスタートアッププログラムを有効または無効にすることができます。 (Read here on (ここを読んで how to use MSCONFIG MSCONFIGを使用する方法 ) )
Knowing which programs run at startupこれを知っているプログラムの起動時に実行 can be very useful for debugging all sorts of performance issues related to your PC.非常にパフォーマンスの問題をPCに関連するあらゆる種類のデバッグに役立つことができます。 A good thing to do would be to make a list of all of the startup programs while your computer is running normally.を行うことは良いことは、コンピュータが正常に実行されているすべてのスタートアッププログラムのリストを作成することになるからだ。 That way, if there is a process you see running on your system later on that is taking up a large amount of resources, you can check your list to see if it was there earlier or not.つまり、ある場合に、あなたのシステムに保存の上、お客様の一覧を確認することができますリソースを大量に服用しているプロセスを実行して表示されている場合や、そこ以前ではなかった。
You can actually generate a list of all the startup programs in Windows using the command prompt and save the list as a text file or an HTML document.実際、 Windowsのすべてのスタートアッププログラムを迅速かつテキストファイルまたはHTML文書として保存するコマンドを使用して、リストの一覧を生成することができます。 Here’s how:ここのように:
Step 1: Open the command prompt by going to Start , Run and typing in CMD . ステップ1 :オープンスタートし、走らせ、 CMDのを入力するには、コマンドプロンプト。
Step 2: Now type in the following command at the prompt and press Enter ステップ2 :プロンプトで次のコマンドで現在の種類とEnterを押します
wmic startup get caption,command スタートアップのキャプションは、 getコマンドをwmic
You should now see a list of all the applications along with their paths that run at Windows startup.今、そのパスに沿ってすべてのアプリケーションの一覧が表示されるはずでは、 Windows起動時に実行してください。
Step 3: If you want to export the list out as a text file, type in the following command: ステップ3 :もし 、テキストファイルとしては、次のコマンドを入力の一覧をエクスポートする:
wmic startup get caption,command > c:\StartupApps.txt スタートアップ、コマンド>はC : \ StartupApps.txtキャプションを取得 wmic
And if you want to create an HTML file, just type this instead:お使いの場合には、 HTMLファイルを作成するには、この代わりに入力します:
wmic startup get caption,command > c:\StartupApps.htm スタートアップ、コマンド>はC : \ StartupApps.htmキャプションを取得wmic
That’s it, now you have a list of startup programs that you can save and use as a reference for later on.それはそれは、今をスタートアッププログラムを保存し、後で使用するための参考としてのリストを表示しています。 Enjoy!楽しむ! Source:ソース: Tech Recipesハイテクレシピ
» Filed Under »ファイルの下で Computer Tipsコンピュータのヒント
Save this page このページを保存 | Stir it up on Mixx かき混ぜるそれをミックスに | |
Add to Reddit しかしに追加 |
Related Posts 関連記事
- How to turn on auto-complete in the command promptどのように自動車をオンにするには、コマンドプロンプトで完了
- Simple ways to increase your computer’s performace - Stopping the startup programs!お使いのコンピュータの性能向上にシンプルな方法-のスタートアッププログラムを停止する!
- Speed up slow Windows startup and boot with Startup DelayerスタートアップDelayerでゆっくりと、システムが起動Windowsの起動速度
- How to navigate in the DOS command promptどのように移動するには、 DOSコマンドプロンプト
- How to fix svchost.exe errors and problems with high CPU usage Svchost.exeのエラーとCPU使用率の高い方法で問題を修正する























Good and useful info…有益な情報...
keep rocking dude.すげえロッキングしてください。
Thanks,ありがとう、
Laxラックス