windows安裝程序創建_如何在Windows上創建已安裝程序的列表

windows安裝程序創建

windows安裝程序創建

results_from_ps_in_text_file

Reinstalling Windows is a good way to fix serious problems with your computer, or just to get a fresh slate. But?before you reinstall Windows, you should make a list of programs you currently have installed on your PC so you know what you want to reinstall on the new system.

重新安裝Windows是解決計算機嚴重問題的一種好方法,或者只是為了獲得新的開始。 但是,在重新安裝Windows之前,應該列出您當前在PC上已安裝的程序的列表,以便知道要在新系統上重新安裝的程序。

Having a list of installed programs is also useful if you just bought a new computer and you want to install the same programs you had on your old computer. Here are a few different methods for doing so on?Windows 10, 8/8.1, and 7.

如果您剛購買了一臺新計算機并且想要安裝舊計算機上的相同程序,則列出已安裝程序也很有用。 在Windows 10、8 / 8.1和7上,這是幾種不同的方法。

簡單方法:使用PowerShell命令 (The Easy Way: Use a PowerShell Command)

PowerShell is one of the most powerful things built into Windows, so of course it can do something as simple as list your installed programs. In fact, all you need is one command, which you can copy and paste right from this page.

PowerShell是Windows內置的最強大的功能之一,因此,它當然可以完成列出已安裝程序的操作。 實際上,您只需要一個命令,就可以從此頁面直接復制和粘貼該命令。

First, open PowerShell by clicking on the Start menu and typing “powershell”. Select the first option that comes up and you’ll be greeted with an empty PowerShell prompt.

首先,通過單擊“開始”菜單并鍵入“ powershell”打開PowerShell。 選擇出現的第一個選項,您將看到一個空的PowerShell提示。

Copy and paste the following command, pressing Enter when you’re done:

復制并粘貼以下命令,完成后按Enter:

Get-ItemProperty HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSize

PowerShell will give you a list of all your programs, complete with the version, name of the developer, and even the date you installed it.

PowerShell將為您提供所有程序的列表,包括版本,開發人員名稱,甚至安裝日期。

results_in_powershell

You will probably want to export that to a file though, which is also easy enough. You can just?send the output using the > symbol and adding the path to a new text file that you?want to create. For example:

您可能會想要將其導出到文件中,這也很容易。 您可以只使用>符號發送輸出,然后將路徑添加到要創建的新文本文件中。 例如:

Get-ItemProperty HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSize > C:\Users\Lori\Documents\InstalledPrograms-PS.txt

Obviously, replace C:\Users\Lori\Documents\InstalledPrograms-PS.txt ?with the path and name you want to use for your file.

顯然,將C:\Users\Lori\Documents\InstalledPrograms-PS.txt替換為要用于文件的路徑和名稱。

results_from_ps_in_text_file

What makes using PowerShell really neat is that if you do this on two different machines, you can easily compare the software installed on them. Just take your two text files and add them to this command:

使用PowerShell的真正精妙之處在于,如果您在兩臺不同的計算機上執行此操作,則可以輕松比較它們上安裝的軟件。 只需將您的兩個文本文件添加到此命令中:

Compare-Object -ReferenceObject (Get-Content C:\Users\Lori\Documents\PCapps.txt) -DifferenceObject (Get-Content C:\Users\Lori\Documents\LAPTOPapps.txt)

In this example, one text file has programs from my PC, and the other has programs from my laptop. Any entries with a side indicator pointing to the right (=>) mean that the software is installed on my laptop but? not on my PC, and any entries with a side indicator pointing to the left (<=) mean that the software is installed on my PC but not on my laptop.

在此示例中,一個文本文件包含來自我的PC的程序,另一個文本文件包含來自我的筆記本電腦的程序。 帶有指向右側的側面指示符(=>)的所有條目表示該軟件已安裝在我的筆記本電腦上,但未安裝到我的PC上;帶有指向左側的側面指示符的任何條目均表示該軟件已安裝。在我的PC上但不在筆記本電腦上。

compare_two_computers_using_ps

無命令行方式:使用CCleaner創建已安裝程序的列表 (The No-Command-Line?Way:?Create a List of Installed Programs Using CCleaner)

CCleaner is a Windows application?designed to free up space on your PC by deleting temporary files and erasing private data, such as your browsing and download history and lists of recent documents in various programs. However, it can also give you a list of all the programs on your computer, which is particularly useful if you already have CCleaner installed (or are very uncomfortable using the command line).

CCleaner是Windows應用程序,旨在通過刪除臨時文件和擦除私有數據(例如,瀏覽和下載歷史記錄以及各種程序中的最新文檔列表)來釋放PC上的空間。 但是,它也可以為您提供計算機上所有程序的列表,如果您已經安裝了CCleaner(或者使用命令行非常不舒服),這將特別有用。

To create a list of installed programs using CCleaner, either double-click on the CCleaner icon on your desktop or right-click on the Recycle Bin and select “Open CCleaner” from the popup menu.

要使用CCleaner創建已安裝程序的列表,請雙擊桌面上的CCleaner圖標,或右鍵單擊回收站,然后從彈出菜單中選擇“打開CCleaner”。

01_opening_ccleaner

Click “Tools” on the toolbar in the left pane on the main CCleaner window.

單擊CCleaner主窗口左窗格中工具欄上的“工具”。

02_clicking_tools

Make sure the Uninstall screen is active. You’ll see a list of programs installed on your PC. You can use CCleaner to uninstall, repair, rename, and delete programs, but you can also save the list of installed programs to a text file by clicking the “Save to text file” button in the lower-right corner of the window.

確保“卸載”屏幕處于活動狀態。 您會看到PC上安裝的程序列表。 您可以使用CCleaner卸載,修復,重命名和刪除程序,但也可以通過單擊窗口右下角的“保存到文本文件”按鈕將已安裝程序的列表保存到文本文件中。

03_clicking_save_to_text_file

On the Save As dialog box, navigate to where you want to save the text file containing the list of installed programs, enter a name for the file in the “File name” edit box, and then click “Save”.

在“另存為”對話框中,導航到要保存包含已安裝程序列表的文本文件的位置,在“文件名”編輯框中輸入文件的名稱,然后單擊“保存”。

04_saving_the_text_file

You now have a list of programs currently installed on your computer.

現在,您有了計算機上當前安裝的程序列表。

04a_installed_programs_list

The list of installed programs includes the company, date installed, size, and version number for each program. The text is tab-delimited, which means you can open the text file in Word and easily convert the text to a table to make it more readable. Note, however, if you convert the text file to a Word file, that you will have to install Word on your new or redone PC before you can access your list of installed programs.

已安裝程序的列表包括每個程序的公司,安裝日期,大小和版本號。 文本以制表符分隔,這意味著您可以在Word中打開文本文件,然后輕松地將文本轉換為表格以使其更具可讀性。 但是請注意,如果將文本文件轉換為Word文件,則必須先在新的或重做的PC上安裝Word,然后才能訪問已安裝程序的列表。

04b_list_of_installed_programs

Save this text file (or the Word file) to an external hard drive or a cloud service, so you can access it on your new PC or after you reinstall Windows on your current PC.

將此文本文件(或Word文件)保存到外部硬盤驅動器或云服務中,以便您可以在新PC上或在當前PC上重新安裝Windows之后訪問它。

翻譯自: https://www.howtogeek.com/165293/how-to-get-a-list-of-software-installed-on-your-pc-with-a-single-command/

windows安裝程序創建

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/280667.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/280667.shtml
英文地址,請注明出處:http://en.pswp.cn/news/280667.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

實現一個更新所有 dotnet tool 的 dotnet tool

實現一個更新所有 dotnet tool 的 dotnet toolIntrodotnet tool 是從 .NET Core 2.1 開始支持的命令行工具&#xff0c;在使用 dotnet tool 比較多了的時候&#xff0c;想要更新所有的 dotnet tool 就比較麻煩&#xff0c;而目前 .NET SDK 還不支持&#xff0c;也有一些人希望能…

C# 普通權限運行程序\非管理員運行\降低權限運行

一、目的與實際 1.VS設置管理員權限運行程序后&#xff0c;發現調用powershell命令或程序需要普通權限即可&#xff0c;Administrator權限反而錯。 2.網上搜索關鍵字&#xff0c;大部分都是怎么使用管理員權限運行。 3.bing搜索意外發現有相關資料&#xff0c;記錄分享。 二…

am335x PDK3.0 設置為單網口配置記錄

原來的配置是雙網口的&#xff0c;現在要配置為單網口。一直以為這個配置是在 make menuconfig 里面&#xff0c; 沒想到是在設備樹里面。修改設備樹// vim arch/arm/boot/dts/am335x-sbc7109.dts722 &mac {723 pinctrl-names "default", "sleep"…

[AHOI2009]飛行棋 BZOJ1800

題目描述 給出圓周上的若干個點&#xff0c;已知點與點之間的弧長&#xff0c;其值均為正整數&#xff0c;并依圓周順序排列。 請找出這些點中有沒有可以圍成矩形的&#xff0c;并希望在最短時間內找出所有不重復矩形。 輸入輸出格式 輸入格式&#xff1a;第一行為正整數N&…

webapi+Quartz.NET解決若干定時程序同時運行的問題

項目現狀&#xff1a; 有若干定時程序需要自啟動運行&#xff0c;為了簡便程序部署等問題&#xff0c;采取這種辦法把定時程序集中管理到webapi中跟隨api發布 代碼架構介紹&#xff1a; 新建一個類庫&#xff0c;類庫引用Quartz&#xff08;Quartz.2.3.2&#xff09;&#xff0…

mac恢復iphone_免費下載:舊Mac和iPhone壁紙的令人震驚的完整檔案

mac恢復iphoneLove or hate Apple, you’ve got to admit: their background images are consistently stunning. Now you can download all of them. 愛或恨蘋果&#xff0c;您必須承認&#xff1a;它們的背景圖像始終令人贊嘆。 現在&#xff0c;您可以下載所有這些文件。 A …

Django01-1: request 方法

#POST request.method #返回全大寫字符穿&#xff0c;<class str> POST/GETrequest.POST #用戶提交數據&#xff0c;不包含文件 #<QueryDict>request.POST.get(hobby) #拿列表最后一個 request.POST.getList(hobby) #拿多個&#xff0c;列表全部#GET 獲取url &a…

Magicodes.IE 2.7.1發布

2.7.12022.12.01Magicodes.IE.EPPlus默認添加SkiaSharp.NativeAssets.Linux.NoDependencies包&#xff0c;以便于在Linux環境下使用導入驗證支持將錯誤數據通過Stream的方式返回&#xff0c;感謝sampsonye &#xff08;見pr#466&#xff09;2.7.02022.11.07添加SkiaSharp移除Si…

Oracle監聽的靜態注冊和動態注冊

靜態注冊&#xff1a;通過解析listene.ora文件 動態注冊&#xff1a;由PMON進程動態注冊至監聽中 在沒有listener.ora配置文件的情況下&#xff0c;如果啟動監聽&#xff0c;則監聽為動態注冊。用圖形化netca創建的監聽&#xff0c;默認也為動態注冊 1.靜態注冊 listener.ora文…

AKOJ-1695-找素數

題意&#xff1a; 給定區間L&#xff0c;R。 計算區間中素數個數。 2 < L,R < 2147483647, R-L < 1000000。 思路&#xff1a; 素數區間篩 先篩(2-sqrt(r))。 再用(2-sqrt(r))中的素數篩(l-r)。 代碼: 1.自己寫的區間篩&#xff0c;將篩2-sqrt&#xff08;r) 分開了。…

Spring 環境與profile(一)——超簡用例

什么是profile,為什么需要profile? 在開發時&#xff0c;不同環境&#xff08;開發、聯調、預發、正式等&#xff09;所需的配置不同導致&#xff0c;如果每改變一個環境就更改配置不但麻煩&#xff08;修改代碼、重新構建&#xff09;而且容易出錯。Spring提供了解決方案。 方…

Django04-1: ORM增刪改查

ORM 增刪改查 一、字段增加 #終端輸入 1.model里添加字段&#xff0c; 2.執行遷移命令。 3.終端里輸入默認值&#xff0c;繼續執行遷移命令。 #允許為空 再nulltrue&#xff0c;終端不需要輸入默認值 #設置默認值 defalult‘xxxx‘ 二、字段修改 1.直接修改代碼&…

Comcast以純文本泄露客戶Wi-Fi登錄信息,立即更改密碼

A Comcast Xfinity website was leaking Wi-Fi names and passwords, meaning now is a good time to change your Wi-Fi passcode. Comcast Xfinity網站泄漏了Wi-Fi名稱和密碼&#xff0c;這意味著現在是更改Wi-Fi密碼的好時機。 The site, intended to help new customers se…

SpringBoot詳解(一)-快速入門

SpringBoot詳解系列文章&#xff1a;SpringBoot詳解&#xff08;一&#xff09;-快速入門SpringBoot詳解&#xff08;二&#xff09;-Spring Boot的核心SpringBoot詳解&#xff08;三&#xff09;-Spring Boot的web開發SpringBoot詳解&#xff08;四&#xff09;-優雅地處理日志…

龍芯上跑WTM,為國產化做點貢獻

點擊上方藍字關注我哦“信創”&#xff0c;是一項國家戰略&#xff0c;即信息技術應用創新產業&#xff0c;它是數據安全、網絡安全的基礎&#xff0c;也是新基建的重要組成部分。信創從名稱上來看本意指向創新&#xff0c;但是自從漂亮國親手撕碎了“科技沒有國界”的謊言之后…

Class與Style綁定

對于數據綁定&#xff0c;一個常見的需求是操作元素的class列表和它的內聯樣式。因為它們都是attribute&#xff0c;我們可以用v-bind處理它們&#xff1a;只需要計算出表達式最終的字符串。不過&#xff0c;字符串拼接麻煩又易錯。因此&#xff0c;在v-bind用于class和style時…

PHP安裝之configure的配置參數

1、生成環境安裝配置如下 要求安裝如下庫&#xff1a; imagickgdmysqlmysqlimysqlndphalconPharsoapsocketsxwebxsvczipzlib 具體查看 vim php-config 就可以知道是如何配置的 --prefix/home/php --with-config-file-path/home/php/etc --with-mysql --with-pdo-oci --with-ope…

Django05: 請求生命周期流程圖/路由層

請求生命周期流程圖 擴展知識&#xff1a; 緩存數據庫 路由層 路由匹配 url(r^test/, views.test), 1. 第一個參數是正則匹配。 只要第一個匹配了&#xff0c;就不會執行下面。 輸入url會默認加斜杠&#xff0c;django會重定向 a. 一次匹配不行 b. url再加斜杠匹配 可以…

facebook 分享頁面_Facebook個人資料,頁面和組之間有什么區別?

facebook 分享頁面Facebook is used by a lot of different people for a lot of different things, so it’s only natural that Facebook would have different sets of features for each of them. There are three main ways you can use Facebook: with a regular Profile…

zabbix運行腳本監控ggsci報錯

/u01/app/oracle/oracle/ogg/ggsci: error while loading shared libraries: libdb-6.1.so: cannot open shared object file: No such file or directory增加腳本環境變量設置PATH$PATH:$HOME/binexport ORACLE_BASE/u01/app/oracleexport ORACLE_HOME$ORACLE_BASE/11/db_1exp…