Generate a list of Windows startup programs using the command line 커맨드 라인을 사용하여 Windows 시작 프로그램 목록 생성
Posted on September 26, 2008 at 5:35 am 9 월 26 일, 2008 게시됨 오전 5:34
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! 아마도 당신은 이미 알고 있지만 실행하면 모든 윈도우가 시작될 때 시작 프로그램의 목록을보고 싶어, 당신은 단순히 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 단계 : 열기 시작, 실행 및 명령을 입력하여 명령 프롬프트를하려고합니다.
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 시작, 명령>에 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 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 시동 Delayer과 Windows 시작과 부팅 속도를 느리게
- How to navigate in the DOS command prompt 도스에서 명령 프롬프트를 탐색하는 방법
- How to fix svchost.exe errors and problems with high CPU usage 어떻게 Svchost.exe는 오류 및 높은 CPU 사용률 문제를 해결하기 위해























Good and useful info… 잘하고 유용한 정보 ...
keep rocking dude. 락을 계속 임마.
Thanks, 감사합니다,
Lax 방만한