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拉克斯