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 ) )
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 :打開命令提示符進入開始,運行 ,輸入指令 。
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啟動。
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技術食譜
» Filed Under »文章屬於 Computer Tips計算機提示
Save this page 保存該網頁 | Stir it up on Mixx 它攪動了Mixx | |
Add to Reddit 添加到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加快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拉克斯