Generate a list of Windows startup programs using the command line生成的Windows啟動程序使用命令行

Posted on September 26, 2008 at 5:35 am發布9月26日在2008年上午05點35分

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 )

enable startup programs

Knowing which programs run at startup知道哪些程序在啟動運行 can be very useful for debugging all sorts of performance issues related to your 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 :打開命令提示符進入開始,運行 ,輸入指令

command prompt

Step 2: Now type in the following command at the prompt and press Enter 第2步:現在,鍵入以下命令在迅速按下Enter

wmic startup get caption,command wmic啟動得到標題,指揮

You should now see a list of all the applications along with their paths that run at Windows startup.您現在應該可以看到列出了所有的應用程序連同其路徑,運行在Windows啟動。

startup applications 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 wmic啟動得到標題,指揮“ ç : \ StartupApps.txt

And if you want to create an HTML file, just type this instead:如果你想創建一個HTML文件,只需鍵入此相反:

wmic startup get caption,command > c:\StartupApps.htm wmic啟動得到標題,指揮“ ç : \ StartupApps.htm

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技術食譜

Enjoyed this post?得到這個職位? Subscribe to Online Tech Tips via訂閱在線應用技巧通過 RSS Feed RSS饋送 or via或通過 Email電子郵件 and receive free daily productivity tips.並獲得免費日報的生產力秘訣。

» Filed Under »文章屬於 Computer Tips計算機提示

添加到美味 Save this page 保存該網頁 它Mixx Stir it up on Mixx 它攪動了Mixx
reddit Add to Reddit 添加到Reddit StumbleUpon公司 Stumble this page 失敗此頁

Related Posts 有關職位

One Response to “Generate a list of Windows startup programs using the command line” 一個反應“生成清單的Windows啟動程序使用命令行”

  1. Lax 拉克斯 said on : 說:

    Good and useful info…良好的和有用的信息...

    keep rocking dude.保持搖椅花花公子。

    Thanks,謝謝,
    Lax拉克斯


    Please post your comments/suggestions! 請張貼您的意見/建議!