Windows PC 를 소유하고 있다면 Chrome , Outlook 또는 Steam 등 항상 사용하는 이동 소프트웨어 목록이 있을 것 입니다. 이 즐겨찾기 외에도 잊어버렸거나 한 번도 사용하지 않은 다른 프로그램이 있습니다. 이는 문제가 될 수 있습니다. 잊어버린 소프트웨어는 디스크 공간을 차지하고 보안 위험이 될 수 있습니다.
Windows에서 사용하지 않는 프로그램(properly uninstall programs on Windows) 을 적절하게 제거하는 것이 좋습니다 . 그러나 설치한 소프트웨어가 무엇인지 모르는 경우, 특히 한 번에 여러 대의 PC를 관리하는 경우에는 도움이 되지 않습니다. 다음은 Windows 10(Windows 10) 에 설치된 프로그램 목록을 생성하는 몇 가지 방법 입니다.
Windows PowerShell 사용(Get-RemoteProgram)(Using The Windows PowerShell (Get-RemoteProgram))
내보낼 수 있는 Windows 10 에 설치된 프로그램 목록을 원하는 경우 가장 좋은 솔루션은 기본 제공 도구를 사용하여 만드는 것입니다. 이를 수행하는 도구는 거의 없지만 한 가지 옵션은 Windows PowerShell (또는 구식처럼 느껴진다면 명령 프롬프트)을 사용하는 것입니다.
모르는 사람들을 위해 PowerShell 은 (PowerShell)Windows PC(Windows PCs) 의 기본 터미널로 명령 프롬프트를 크게 대체했습니다 . PowerShell 사용자가 Get-RemoteProgram 이라는 설치된 모든 프로그램을 자동으로 나열하기 위한 스크립트가 있습니다 . 이것은 PC에 설치된 소프트웨어의 전체 및 전체 목록에 대해 Windows 레지스트리를 쿼리합니다 .
- 먼저 Microsoft TechNet(Microsoft TechNet) 웹 사이트 에서 PowerShell 용 Get-RemoteProgram(download the Get-RemoteProgram script) 스크립트 를 다운로드 해야 합니다 . 이것을 다운로드한 다음 파일을 C:\Windows\System32 폴더에 넣습니다.
- 다음으로 PowerShell(PowerShell) 창 을 열어야 합니다 . Windows 시작(Windows Start) 메뉴 를 마우스 오른쪽 버튼으로 클릭하고 Windows PowerShell(관리자)(Windows PowerShell (Admin)) 을 눌러 새 PowerShell 창을 열면 됩니다.
- Windows에서 이와 같은 스크립트를 실행할 수 있는지 확인해야 합니다. Set-ExecutionPolicy Unrestricted 를 입력하여 실행할 수 있는지 확인하고 Enter 키를 누른 다음 A 를 눌러 확인합니다.
- 성공하면 Get-RemoteProgram 을 입력하여 스크립트를 실행한 다음 Enter 키를 누릅니다. 목록을 파일로 내보내려면 대신 Get-RemoteProgram > list.txt 를 입력 합니다.
Windows PowerShell(WMIC) 사용(Using The Windows PowerShell (WMIC))
PowerShell 또는 cmd를 사용하여 WMIC(Windows Management Instrumentation 명령줄 유틸리티) 를 실행하여 (Windows Management Instrumentation Command-Line Utility (WMIC) )Windows 10 에 설치된 프로그램 목록을 생성할 수 있습니다. PowerShell 은 Windows 10 사용자 를 위한 기본 명령줄 도구 이므로 여기에서 사용할 것입니다.
WMIC 도구를 사용 하여 설치된 Windows 소프트웨어 목록을 보거나 내보내면 Get-RemoteProgram 스크립트 와 유사한 목록이 생성 됩니다.
- 열려 있는 PowerShell 창 또는 관리 권한이 있는 명령줄 터미널에서 wmic 을 입력합니다 . WMIC 프롬프트가 열리면 /output:C:\list.txt product get name, version 을 입력한 다음 Enter 키를 누릅니다. C:\list.txt 를 다른 파일 이름이나 출력 디렉토리로 바꿀 수 있습니다 .
- 완료되면 exit(exit) 를 입력 하여 WMIC 도구 를 닫습니다 . 설치된 소프트웨어 목록은 출력 파일에 대해 제공한 위치의 텍스트 파일에서 사용할 수 있어야 합니다.
Print Screen 사용(앱 및 기능)(Using Print Screen (Apps & Features))
설치된 소프트웨어의 시각적 목록을 원하면 인쇄 화면 키를 사용하여 Windows 설정(Windows Settings) 의 앱 및 기능(Apps & Features) 메뉴에서 스크린샷을 찍을 수 있습니다.(take a screenshot in Windows) 여기서 Windows 는 수정하거나 제거할 설치된 소프트웨어 목록을 표시합니다.
- 이 메뉴에 액세스하려면 Windows 시작(Windows Start) 메뉴를 마우스 오른쪽 버튼으로 클릭하고 설정(Settings) 을 누릅니다 . 여기에서 Apps > Apps & features 을 누릅니다 . 설치된 소프트웨어 목록이 스크롤 가능한 목록에 표시됩니다.
설치된 PC 소프트웨어가 하나의 스크린샷에 들어갈 가능성은 거의 없습니다. 키보드에서 PrtScrn(PrtScrn) 버튼 을 누른 다음 (또는 Snagit 과 같은 타사 스크린샷 도구를 사용 ) 스크린샷을 타사 이미지 편집기에 붙여넣어 저장해야 합니다(또는 Word 문서에).
목록을 스크롤하고 이 단계를 반복하여 설치된 소프트웨어의 전체 목록을 PC에 저장해야 합니다.
NirSoft UninstallView 사용(Using NirSoft UninstallView)
NirSoft UninstallView 는 (NirSoft UninstallView)Windows 10 에 설치된 프로그램 목록을 생성하는 데 도움이 되는 빠른 타사 대안입니다 . Get-RemoteProgram 스크립트 와 마찬가지로 설치된 소프트웨어의 전체 목록에 대해 Windows 레지스트리를 쿼리합니다 .
- 시작하려면 NirSoft UninstallView를 다운로드 하고 (download NirSoft UninstallView)ZIP 파일 의 압축을 풉니다 (64비트 버전 권장). 완료되면 압축을 푼 UninstallView.exe 파일을 실행합니다.
- UninstallView 는 PC에 설치된 소프트웨어를 검색합니다. 해당 프로세스가 완료되면 UninstallView 창에서 전체 소프트웨어 목록을 사용할 수 있습니다. 목록을 내보내려면 View > HTML Report – All Items 을 누릅니다 .
- report.html 이라는 파일 이 UninstallView.exe 파일 과 동일한 폴더에 생성 되어 설치된 소프트웨어의 형식화된 목록을 보여줍니다. HTML 보고서(HTML Report – All Items) 를 누르면 모든 항목 이 기본 웹 브라우저에서 이 파일을 엽니다.
벨라크 어드바이저 사용하기(Using Belarc Advisor)
Belarc Advisor 는 수년간 지역 PC 수리점에서 필수 도구였으며 Windows 10 사용자에게 여전히 유용한 도구입니다. PC 소프트웨어, 하드웨어, 설정, 설치된 업데이트 등을 분석하여 Windows 설치를 완전히 감사할 수 있습니다.
UninstallView 와 마찬가지로 이것은 다른 곳에서 내보낼 수 있는 형식이 지정된 HTML 파일에서 볼 수 있습니다.(HTML)
- 시작하려면 Belarc Advisor를 다운로드(download Belarc Advisor) 하여 설치하십시오. 설치가 완료되면 Belarc Advisor 가 (Belarc Advisor)PC(PC—this) 에 대한 즉각적인 감사를 시작합니다 . 완료하는 데 몇 분 정도 걸립니다.
- Belarc 가 PC 감사를 마치면 기본 웹 브라우저가 열립니다 . 설치된 소프트웨어 목록을 보려면 사이드 메뉴에서 소프트웨어 버전 및 사용(Software Versions and Usage) 링크를 누르거나 해당 섹션으로 수동으로 스크롤하십시오. 이 파일은 내보내려는 경우 C:\Program Files (x86)\Belarc\BelarcAdvisor\System\tmp 폴더에서 사용할 수 있습니다.
Geek 제거 프로그램 사용(Using Geek Uninstaller)
Geek Uninstaller 는 소프트웨어 제거를 위한 타사 도구입니다. 그러나 UninstallView(UninstallView) 와 마찬가지로 Windows 10 에 설치된 프로그램 목록을 보고 내보낼 수도 있습니다 .
- 시작하려면 Geek Uninstaller를 다운로드하세요 . 무료 버전이나 유료 (Download Geek Uninstaller)Pro 버전 을 선택할 수 있습니다 . ZIP 파일로 제공 되므로 내용의 압축을 푼 다음 geek.exe 파일을 실행하여 도구를 실행합니다.
- Geek Uninstaller 창 에는 설치된 소프트웨어가 알파벳순으로 표시됩니다. 목록을 내보내려면 File > Export to HTML 누르거나 키보드에서 Ctrl + S 를 누릅니다.
- Geek Uninstaller 는 파일을 저장할 위치를 묻습니다. 위치와 파일 이름을 선택한 다음 저장(Save) 을 눌러 파일을 저장합니다.
- 설치된 소프트웨어의 생성된 목록이 저장되며 파일은 기본 웹 브라우저에서 자동으로 열어 볼 수 있습니다.
CCleaner(최후의 수단)(CCleaner (Last Resort Option))
CCleaner를 더 이상 다운로드하지 말아야(you shouldn’t download CCleaner anymore) 하는 이유는 많습니다 . 한때 Windows(Windows) 사용자 를 위한 필수 유지 관리 소프트웨어의 일부였던 핵심 기능 중 많은 부분이 Windows 변경 으로 인해 무용지물이 되거나 효과가 없게 되었거나 Windows 자체(또는 더 나은 타사 앱)에 통합되었습니다.
CCleaner 는 수백만 명의 사용자가 맬웨어 주입 버전의 (CCleaner)CCleaner 설치 프로그램을 업로드하고 설치한 2017년에 다소 불행한 사건을 겪었습니다 . 대부분의 사용자에게 신뢰는 사라지고 메시지는 분명 합니다. CCleaner 를 피 하십시오.
그러나 CCleaner 는 설치된 프로그램 목록을 내보낼 수 있지만 그렇게 하기 위해 다운로드하는 것은 권장하지 않습니다. 이것은 최후의 수단(This is a last resort option) 이지만 CCleaner 가 이미 설치되어 있는 경우 이를 사용하여 설치된 프로그램 목록을 생성하고 내보낼 수 있습니다. 물론, 당신이 그것을 제거하기 위해 서두르기 전입니다.
- 그렇게 하려면 CCleaner 를 열고 왼쪽 의 도구 탭을 누른 다음 (Tools)제거(Uninstall) 를 클릭합니다 . 창 하단에서 텍스트 파일로 저장(Save to text file) 버튼을 누릅니다. 이렇게 하면 설치된 소프트웨어 목록을 내보낼 수 있습니다.
- 내보낸 목록의 위치와 파일 이름을 선택한 다음 저장을 눌러 저장하십시오(Save) .
이렇게 하면 설치된 파일을 탭 구분 기호를 사용하여 형식이 지정된 파일로 내보냅니다. Microsoft Excel 을 사용하여 파일을 열면 보다 관리하기 쉬운 방식으로 목록을 볼 수 있습니다.
Windows 소프트웨어 제거 또는 업데이트(Removing Or Updating Windows Software)
정리된 상태를 유지하고 싶거나 유지 관리할 PC가 너무 많은 경우 Windows 10(Windows 10) 에서 설치된 프로그램 목록을 생성 하면 더 많은 디스크 공간을 제공하고 보안을 향상시키기 위해 제거하거나 업데이트해야 하는 소프트웨어를 찾는 데 도움이 될 수 있습니다.
제거할 필요가 없다면 소프트웨어를 자동으로 업데이트(keep your software updated automatically) 하여 최신 보안 패치와 버그 수정을 받을 수 있는 방법을 찾으십시오. 그러나 PC에 원하지 않는 소프트웨어가 생길 수 있습니다. 이 경우 원치 않는 소프트웨어(remove unwanted software) 를 찾는 즉시 PC에서 제거하십시오.
7 Ways To Generate a List of Installed Programs in Windows
If you own a Windows PC, yoυ’ll likely have a list of go-to software that you use all the time, whether it’s Chrome, Outlook, or Steam. Outside of these favorites, there’ll be other programs you’ve forgotten about or have never even used. That can be problematic—forgotten software takes up disk space and can be a security risk.
We absolutely recommend you properly uninstall programs on Windows that you don’t use, but that doesn’t help you if you don’t know what software you have installed, especially if you’re managing multiple PCs at once. Here are several ways to generate a list of installed programs in Windows 10.
Using The Windows PowerShell (Get-RemoteProgram)
If you want a list of installed programs in Windows 10 that you can export, the best solution is to use a built-in tool to create it. Few tools exist to do this, but one option is to use the Windows PowerShell (or command prompt, if you’re feeling old school).
For those who don’t know, the PowerShell has largely replaced the command prompt as the default terminal on Windows PCs. A script exists for PowerShell users to automatically list all installed programs called Get-RemoteProgram. This queries the Windows registry for a full and complete list of installed software on your PC.
- You’ll need to download the Get-RemoteProgram script for the PowerShell from the Microsoft TechNet website first. Download this, then place the file in your C:\Windows\System32 folder.
- Next, you’ll need to open a PowerShell window. You can do that by right-clicking the Windows Start menu and pressing Windows PowerShell (Admin) to open a new PowerShell window.
- You’ll need to make sure that Windows can run scripts like this—type Set-ExecutionPolicy Unrestricted to ensure that you can, hit enter, then press A to confirm.
- If that is successful, type Get-RemoteProgram to run the script, then hit enter. If you want to export the list to a file, type Get-RemoteProgram > list.txt instead.
Using The Windows PowerShell (WMIC)
You can use either the PowerShell or cmd to run the Windows Management Instrumentation Command-Line Utility (WMIC) to generate a list of installed programs in Windows 10. As the PowerShell is the default command-line tool for Windows 10 users, we’ll be using that here.
Using the WMIC tool to view or export a list of your installed Windows software will create a similar list to the Get-RemoteProgram script.
- In an open PowerShell window or command line terminal with administrative privileges, type wmic. Once the WMIC prompt opens, type /output:C:\list.txt product get name, version then hit enter. You can replace C:\list.txt with another file name or output directory.
- Type exit to close the WMIC tool once you’re done. A list of your installed software should be available in the text file at the location you provided for the output file.
Using Print Screen (Apps & Features)
If you want a visual list of your installed software, you could use the print screen key to take a screenshot in Windows of the Apps & Features menu in Windows Settings, where Windows displays a list of your installed software for you to modify or remove.
- To access this menu, right-click the Windows Start menu and press Settings. From here, press Apps > Apps & features. A list of your installed software will be visible in a scrollable list.
It’s unlikely that your installed PC software will fit in just one screenshot. You’ll need to press the PrtScrn button on your keyboard (or use third-party screenshot tools like Snagit), then paste your screenshots into a third-party image editor to save (or into a Word document).
You’ll need to scroll through the list and repeat this step to make sure you save the full and complete list of installed software on your PC.
Using NirSoft UninstallView
NirSoft UninstallView is a quick, third-party alternative that can help you generate a list of installed programs in Windows 10. Like the Get-RemoteProgram script, it will query the Windows registry for a complete list of installed software.
- To start, download NirSoft UninstallView and extract the ZIP file (the 64-bit version is recommended). Once that’s done, run the extracted UninstallView.exe file.
- UninstallView will scan your PC for installed software. Once that process has completed, the full list of software will be available in the UninstallView window. To export the list, press View > HTML Report – All Items.
- A file called report.html will be created in the same folder as the UninstallView.exe file, showing a formatted list of your installed software. Pressing HTML Report – All Items will open this file in your default web browser.
Using Belarc Advisor
Belarc Advisor has been a must-have tool in the arsenal of local PC repair shops for years, and it remains a useful tool for Windows 10 users. It generates a breakdown of your PC software, hardware, settings, installed updates, and more to allow you to fully audit your Windows installation.
Like UninstallView, this will be visible in a formatted HTML file that you can export elsewhere.
- To start, download Belarc Advisor and install it. Once it’s installed, Belarc Advisor will begin an immediate audit of your PC—this will take a few moments to complete.
- Your default web browser will open once Belarc has finished its audit of your PC. To view a list of your installed software, press the Software Versions and Usage link in the side menu, or scroll to that section manually. This file will be available in the C:\Program Files (x86)\Belarc\BelarcAdvisor\System\tmp folder, should you wish to export it.
Using Geek Uninstaller
Geek Uninstaller is a third-party tool for uninstalling software. Like UninstallView, however, it also allows you to view and export a list of your installed programs in Windows 10.
- Download Geek Uninstaller to begin—you can choose the free version or the paid, Pro version. It comes as a ZIP file, so unzip the contents, then run the geek.exe file to launch the tool.
- The Geek Uninstaller window will show your installed software in an alphabetical list. To export the list, press File > Export to HTML or press Ctrl + S on your keyboard.
- Geek Uninstaller will ask you where to save the file—choose a location and a filename, then press Save to save the file.
- The generated list of your installed software will be saved, with the file automatically opened in your default web browser for you to view.
CCleaner (Last Resort Option)
There are plenty of reasons why you shouldn’t download CCleaner anymore. Once a go-to and essential piece of maintenance software for Windows users, many of its core features have been rendered useless or ineffective due to Windows changes, or have been incorporated into Windows itself (or into other, better third-party apps).
CCleaner also suffered a rather unfortunate incident back in 2017, when a malware-injected version of the CCleaner installer was uploaded and installed by millions of users. For most users, the trust is gone and the message is clear—avoid CCleaner.
However, CCleaner can export a list of installed programs, but we’re not going to recommend downloading it to do so. This is a last resort option, but if you already have CCleaner installed, you could use it to generate and export a list of your installed programs. That is, of course, before you rush to remove it.
- To do that, open CCleaner and press the Tools tab on the left, then click Uninstall. At the bottom of the window, press the Save to text file button. This will allow you to export a list of your installed software.
- Choose a location and filename for your exported list, then press Save to save it.
This will export your installed files as a file formatted using tab delimiters. Opening the file using Microsoft Excel will allow you to view the list in a more manageable way.
Removing Or Updating Windows Software
If you prefer to stay organized, or if you have too many PCs to maintain, generating a list of installed programs in Windows 10 can help you find the software you need to remove or update to give you more disk space and improve your security.
If you don’t need to remove it, make sure you find ways to keep your software updated automatically to get the latest security patches and bug fixes. You may end up with software that you just don’t want on your PC, however. If that’s the case, be sure to remove unwanted software from your PC as soon as you find it.