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! 请张贴您的意见/建议!