ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Generating a list of Software to Reinstall on Windows 10

    IT Discussion
    windows installation recovery setup software applications
    8
    22
    2.9k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • DustinB3403D
      DustinB3403
      last edited by

      If you're like me and about to go through a clean installation of Windows on your hardware (regardless of how Windows gets installed) you'll likely want a list of software that is already installed on your system so you can go through and just reinstall things from a list.

      Rather than having to remember.

      Well it's simple.

      Open an administrative command prompt
      enter wmic
      And then enter /output:C:\InstalledSoftware.txt product get name,version

      On your C drive you'll have a text file titled "InstalledSoftware.txt" with a complete list of software.

      Just export this file somewhere and you'll have a list to work off of and get everything reinstalled.

      dbeatoD 1 Reply Last reply Reply Quote 8
      • dbeatoD
        dbeato @DustinB3403
        last edited by dbeato

        @DustinB3403 said in Generating a list of Software to Reinstall on Windows 10:

        st of software that is already installed on your system so you can go through and just reinstall things from a list.

        If I recall, the reset option of Windows 10 leaves a installed apps file on the Desktop. But might have been on previous versions.

        JaredBuschJ 1 Reply Last reply Reply Quote 0
        • JaredBuschJ
          JaredBusch @dbeato
          last edited by

          @dbeato said in Generating a list of Software to Reinstall on Windows 10:

          @DustinB3403 said in Generating a list of Software to Reinstall on Windows 10:

          st of software that is already installed on your system so you can go through and just reinstall things from a list.

          If I recall, the reset option of Windows 10 leaves a installed apps file on the Desktop. But might have been on previous versions.

          Useless. I would never trust that. It Windows is leaving something installed and working, then shit is not reset.

          dbeatoD 1 Reply Last reply Reply Quote 1
          • ObsolesceO
            Obsolesce
            last edited by

            I usually just copy/paste a Chocolatey install command that does it all at once. Everything else is on separate media that requires no install. Example, copy over games, import them in... such as into Steam.

            warren.stanleyW gjacobseG 2 Replies Last reply Reply Quote 2
            • dbeatoD
              dbeato @JaredBusch
              last edited by

              @JaredBusch said in Generating a list of Software to Reinstall on Windows 10:

              @dbeato said in Generating a list of Software to Reinstall on Windows 10:

              @DustinB3403 said in Generating a list of Software to Reinstall on Windows 10:

              st of software that is already installed on your system so you can go through and just reinstall things from a list.

              If I recall, the reset option of Windows 10 leaves a installed apps file on the Desktop. But might have been on previous versions.

              Useless. I would never trust that. It Windows is leaving something installed and working, then shit is not reset.

              No, it is a list file of the installed apps not leaving installed apps...

              DashrenderD 1 Reply Last reply Reply Quote 0
              • warren.stanleyW
                warren.stanley @Obsolesce
                last edited by

                @Obsolesce said in Generating a list of Software to Reinstall on Windows 10:

                I usually just copy/paste a Chocolatey install command that does it all at once. Everything else is on separate media that requires no install. Example, copy over games, import them in... such as into Steam.

                I've been using the powershell script from alimbada's github repo

                1 Reply Last reply Reply Quote 0
                • gjacobseG
                  gjacobse @Obsolesce
                  last edited by

                  @Obsolesce said in Generating a list of Software to Reinstall on Windows 10:

                  I usually just copy/paste a Chocolatey install command that does it all at once. Everything else is on separate media that requires no install. Example, copy over games, import them in... such as into Steam.

                  I was going to mention... with Chocolatey tool choco list -lo just pipe it to a text file.

                  DashrenderD 1 Reply Last reply Reply Quote 0
                  • DashrenderD
                    Dashrender @gjacobse
                    last edited by

                    @gjacobse said in Generating a list of Software to Reinstall on Windows 10:

                    @Obsolesce said in Generating a list of Software to Reinstall on Windows 10:

                    I usually just copy/paste a Chocolatey install command that does it all at once. Everything else is on separate media that requires no install. Example, copy over games, import them in... such as into Steam.

                    I was going to mention... with Chocolatey tool choco list -lo just pipe it to a text file.

                    But that only gives you things installed through Chocolatey. Dustin's OP gives you everything installed through the normal Windows installer process (and registers the install).

                    I recall when chocolatey didn't use the windows installer process for everything - things are much better now.

                    JaredBuschJ scottalanmillerS 2 Replies Last reply Reply Quote 0
                    • DashrenderD
                      Dashrender @dbeato
                      last edited by

                      @dbeato said in Generating a list of Software to Reinstall on Windows 10:

                      @JaredBusch said in Generating a list of Software to Reinstall on Windows 10:

                      @dbeato said in Generating a list of Software to Reinstall on Windows 10:

                      @DustinB3403 said in Generating a list of Software to Reinstall on Windows 10:

                      st of software that is already installed on your system so you can go through and just reinstall things from a list.

                      If I recall, the reset option of Windows 10 leaves a installed apps file on the Desktop. But might have been on previous versions.

                      Useless. I would never trust that. It Windows is leaving something installed and working, then shit is not reset.

                      No, it is a list file of the installed apps not leaving installed apps...

                      I think JB's point is, if the reset leaves anything behind - how can you really trust you have a clean system?

                      Frankly - if you're trying to get rid of a virus, using Windows 10's reset just seems crazy to me - what keeps a virus from living in the restore partition of the system and just reinfecting?
                      If you're resetting because of some crappy software or glitch, etc.. then Windows 10 reset is likely fine.

                      dbeatoD 1 Reply Last reply Reply Quote 0
                      • JaredBuschJ
                        JaredBusch @Dashrender
                        last edited by

                        @Dashrender said in Generating a list of Software to Reinstall on Windows 10:

                        @gjacobse said in Generating a list of Software to Reinstall on Windows 10:

                        @Obsolesce said in Generating a list of Software to Reinstall on Windows 10:

                        I usually just copy/paste a Chocolatey install command that does it all at once. Everything else is on separate media that requires no install. Example, copy over games, import them in... such as into Steam.

                        I was going to mention... with Chocolatey tool choco list -lo just pipe it to a text file.

                        But that only gives you things installed through Chocolatey. Dustin's OP gives you everything installed through the normal Windows installer process (and registers the install).

                        I recall when chocolatey didn't use the windows installer process for everything - things are much better now.

                        I've never noticed that. Chocolatey had nothing to do with that process.

                        Chocolatey simply runs the msi/exe from the software vendor.

                        Maybe someone setup a package with switches or something that didn't register the install?

                        DashrenderD 1 Reply Last reply Reply Quote 0
                        • dbeatoD
                          dbeato @Dashrender
                          last edited by

                          @Dashrender said in Generating a list of Software to Reinstall on Windows 10:

                          @dbeato said in Generating a list of Software to Reinstall on Windows 10:

                          @JaredBusch said in Generating a list of Software to Reinstall on Windows 10:

                          @dbeato said in Generating a list of Software to Reinstall on Windows 10:

                          @DustinB3403 said in Generating a list of Software to Reinstall on Windows 10:

                          st of software that is already installed on your system so you can go through and just reinstall things from a list.

                          If I recall, the reset option of Windows 10 leaves a installed apps file on the Desktop. But might have been on previous versions.

                          Useless. I would never trust that. It Windows is leaving something installed and working, then shit is not reset.

                          No, it is a list file of the installed apps not leaving installed apps...

                          I think JB's point is, if the reset leaves anything behind - how can you really trust you have a clean system?

                          Frankly - if you're trying to get rid of a virus, using Windows 10's reset just seems crazy to me - what keeps a virus from living in the restore partition of the system and just reinfecting?
                          If you're resetting because of some crappy software or glitch, etc.. then Windows 10 reset is likely fine.

                          I understood that, it is usually for a software issue. If it is a virus, it is blown away and started over.

                          1 Reply Last reply Reply Quote 0
                          • scottalanmillerS
                            scottalanmiller @Dashrender
                            last edited by

                            @Dashrender said in Generating a list of Software to Reinstall on Windows 10:

                            @gjacobse said in Generating a list of Software to Reinstall on Windows 10:

                            @Obsolesce said in Generating a list of Software to Reinstall on Windows 10:

                            I usually just copy/paste a Chocolatey install command that does it all at once. Everything else is on separate media that requires no install. Example, copy over games, import them in... such as into Steam.

                            I was going to mention... with Chocolatey tool choco list -lo just pipe it to a text file.

                            But that only gives you things installed through Chocolatey. Dustin's OP gives you everything installed through the normal Windows installer process (and registers the install).

                            I recall when chocolatey didn't use the windows installer process for everything - things are much better now.

                            It is package by package. Lots of things, through Chocolatey or not, don't use the Windows installer process.

                            DashrenderD ObsolesceO 2 Replies Last reply Reply Quote 0
                            • DashrenderD
                              Dashrender @JaredBusch
                              last edited by

                              @JaredBusch said in Generating a list of Software to Reinstall on Windows 10:

                              @Dashrender said in Generating a list of Software to Reinstall on Windows 10:

                              @gjacobse said in Generating a list of Software to Reinstall on Windows 10:

                              @Obsolesce said in Generating a list of Software to Reinstall on Windows 10:

                              I usually just copy/paste a Chocolatey install command that does it all at once. Everything else is on separate media that requires no install. Example, copy over games, import them in... such as into Steam.

                              I was going to mention... with Chocolatey tool choco list -lo just pipe it to a text file.

                              But that only gives you things installed through Chocolatey. Dustin's OP gives you everything installed through the normal Windows installer process (and registers the install).

                              I recall when chocolatey didn't use the windows installer process for everything - things are much better now.

                              I've never noticed that. Chocolatey had nothing to do with that process.

                              Chocolatey simply runs the msi/exe from the software vendor.

                              Maybe someone setup a package with switches or something that didn't register the install?

                              It was ages ago when I noticed it - at least 3 years, likely more. When that changed, I was happy because it made things more 'normal'.
                              I recall that Chocolatey also didn't install in the typical directories, but into it's own subfolder.

                              1 Reply Last reply Reply Quote 0
                              • DashrenderD
                                Dashrender @scottalanmiller
                                last edited by

                                @scottalanmiller said in Generating a list of Software to Reinstall on Windows 10:

                                @Dashrender said in Generating a list of Software to Reinstall on Windows 10:

                                @gjacobse said in Generating a list of Software to Reinstall on Windows 10:

                                @Obsolesce said in Generating a list of Software to Reinstall on Windows 10:

                                I usually just copy/paste a Chocolatey install command that does it all at once. Everything else is on separate media that requires no install. Example, copy over games, import them in... such as into Steam.

                                I was going to mention... with Chocolatey tool choco list -lo just pipe it to a text file.

                                But that only gives you things installed through Chocolatey. Dustin's OP gives you everything installed through the normal Windows installer process (and registers the install).

                                I recall when chocolatey didn't use the windows installer process for everything - things are much better now.

                                It is package by package. Lots of things, through Chocolatey or not, don't use the Windows installer process.

                                You and JB are likely right - but I recall pretty much everything I installed back then was being installed to Chocolatey's own folder, not the typical default, then at some point that all changed.

                                1 Reply Last reply Reply Quote 0
                                • ObsolesceO
                                  Obsolesce @scottalanmiller
                                  last edited by

                                  @scottalanmiller said in Generating a list of Software to Reinstall on Windows 10:

                                  @Dashrender said in Generating a list of Software to Reinstall on Windows 10:

                                  @gjacobse said in Generating a list of Software to Reinstall on Windows 10:

                                  @Obsolesce said in Generating a list of Software to Reinstall on Windows 10:

                                  I usually just copy/paste a Chocolatey install command that does it all at once. Everything else is on separate media that requires no install. Example, copy over games, import them in... such as into Steam.

                                  I was going to mention... with Chocolatey tool choco list -lo just pipe it to a text file.

                                  But that only gives you things installed through Chocolatey. Dustin's OP gives you everything installed through the normal Windows installer process (and registers the install).

                                  I recall when chocolatey didn't use the windows installer process for everything - things are much better now.

                                  It is package by package. Lots of things, through Chocolatey or not, don't use the Windows installer process.

                                  I've not seen Chocolatey not register software installs in Windows, ever.

                                  scottalanmillerS 1 Reply Last reply Reply Quote 0
                                  • scottalanmillerS
                                    scottalanmiller @Obsolesce
                                    last edited by

                                    @Obsolesce said in Generating a list of Software to Reinstall on Windows 10:

                                    @scottalanmiller said in Generating a list of Software to Reinstall on Windows 10:

                                    @Dashrender said in Generating a list of Software to Reinstall on Windows 10:

                                    @gjacobse said in Generating a list of Software to Reinstall on Windows 10:

                                    @Obsolesce said in Generating a list of Software to Reinstall on Windows 10:

                                    I usually just copy/paste a Chocolatey install command that does it all at once. Everything else is on separate media that requires no install. Example, copy over games, import them in... such as into Steam.

                                    I was going to mention... with Chocolatey tool choco list -lo just pipe it to a text file.

                                    But that only gives you things installed through Chocolatey. Dustin's OP gives you everything installed through the normal Windows installer process (and registers the install).

                                    I recall when chocolatey didn't use the windows installer process for everything - things are much better now.

                                    It is package by package. Lots of things, through Chocolatey or not, don't use the Windows installer process.

                                    I've not seen Chocolatey not register software installs in Windows, ever.

                                    I have. Many times. Most of the time I think that it does, but it is not Chocolatey that does it when it does.

                                    JaredBuschJ ObsolesceO 2 Replies Last reply Reply Quote 0
                                    • JaredBuschJ
                                      JaredBusch @scottalanmiller
                                      last edited by

                                      @scottalanmiller said in Generating a list of Software to Reinstall on Windows 10:

                                      @Obsolesce said in Generating a list of Software to Reinstall on Windows 10:

                                      @scottalanmiller said in Generating a list of Software to Reinstall on Windows 10:

                                      @Dashrender said in Generating a list of Software to Reinstall on Windows 10:

                                      @gjacobse said in Generating a list of Software to Reinstall on Windows 10:

                                      @Obsolesce said in Generating a list of Software to Reinstall on Windows 10:

                                      I usually just copy/paste a Chocolatey install command that does it all at once. Everything else is on separate media that requires no install. Example, copy over games, import them in... such as into Steam.

                                      I was going to mention... with Chocolatey tool choco list -lo just pipe it to a text file.

                                      But that only gives you things installed through Chocolatey. Dustin's OP gives you everything installed through the normal Windows installer process (and registers the install).

                                      I recall when chocolatey didn't use the windows installer process for everything - things are much better now.

                                      It is package by package. Lots of things, through Chocolatey or not, don't use the Windows installer process.

                                      I've not seen Chocolatey not register software installs in Windows, ever.

                                      I have. Many times. Most of the time I think that it does, but it is not Chocolatey that does it when it does.

                                      As I stated, choco has zero control over this. It is all in the executable used. Which has nothing to do with choco aside from it being used to download and call the executable.

                                      1 Reply Last reply Reply Quote 0
                                      • ObsolesceO
                                        Obsolesce @scottalanmiller
                                        last edited by

                                        @scottalanmiller said in Generating a list of Software to Reinstall on Windows 10:

                                        @Obsolesce said in Generating a list of Software to Reinstall on Windows 10:

                                        @scottalanmiller said in Generating a list of Software to Reinstall on Windows 10:

                                        @Dashrender said in Generating a list of Software to Reinstall on Windows 10:

                                        @gjacobse said in Generating a list of Software to Reinstall on Windows 10:

                                        @Obsolesce said in Generating a list of Software to Reinstall on Windows 10:

                                        I usually just copy/paste a Chocolatey install command that does it all at once. Everything else is on separate media that requires no install. Example, copy over games, import them in... such as into Steam.

                                        I was going to mention... with Chocolatey tool choco list -lo just pipe it to a text file.

                                        But that only gives you things installed through Chocolatey. Dustin's OP gives you everything installed through the normal Windows installer process (and registers the install).

                                        I recall when chocolatey didn't use the windows installer process for everything - things are much better now.

                                        It is package by package. Lots of things, through Chocolatey or not, don't use the Windows installer process.

                                        I've not seen Chocolatey not register software installs in Windows, ever.

                                        I have. Many times. Most of the time I think that it does, but it is not Chocolatey that does it when it does.

                                        With what software specifically?

                                        DashrenderD dbeatoD 2 Replies Last reply Reply Quote 0
                                        • DashrenderD
                                          Dashrender @Obsolesce
                                          last edited by

                                          @Obsolesce said in Generating a list of Software to Reinstall on Windows 10:

                                          @scottalanmiller said in Generating a list of Software to Reinstall on Windows 10:

                                          @Obsolesce said in Generating a list of Software to Reinstall on Windows 10:

                                          @scottalanmiller said in Generating a list of Software to Reinstall on Windows 10:

                                          @Dashrender said in Generating a list of Software to Reinstall on Windows 10:

                                          @gjacobse said in Generating a list of Software to Reinstall on Windows 10:

                                          @Obsolesce said in Generating a list of Software to Reinstall on Windows 10:

                                          I usually just copy/paste a Chocolatey install command that does it all at once. Everything else is on separate media that requires no install. Example, copy over games, import them in... such as into Steam.

                                          I was going to mention... with Chocolatey tool choco list -lo just pipe it to a text file.

                                          But that only gives you things installed through Chocolatey. Dustin's OP gives you everything installed through the normal Windows installer process (and registers the install).

                                          I recall when chocolatey didn't use the windows installer process for everything - things are much better now.

                                          It is package by package. Lots of things, through Chocolatey or not, don't use the Windows installer process.

                                          I've not seen Chocolatey not register software installs in Windows, ever.

                                          I have. Many times. Most of the time I think that it does, but it is not Chocolatey that does it when it does.

                                          With what software specifically?

                                          It used to do that with Greenshot and Adobe Reader and Citrix - but again, it's been more than 3 years since that changed.

                                          1 Reply Last reply Reply Quote 0
                                          • dbeatoD
                                            dbeato @Obsolesce
                                            last edited by

                                            @Obsolesce said in Generating a list of Software to Reinstall on Windows 10:

                                            @scottalanmiller said in Generating a list of Software to Reinstall on Windows 10:

                                            @Obsolesce said in Generating a list of Software to Reinstall on Windows 10:

                                            @scottalanmiller said in Generating a list of Software to Reinstall on Windows 10:

                                            @Dashrender said in Generating a list of Software to Reinstall on Windows 10:

                                            @gjacobse said in Generating a list of Software to Reinstall on Windows 10:

                                            @Obsolesce said in Generating a list of Software to Reinstall on Windows 10:

                                            I usually just copy/paste a Chocolatey install command that does it all at once. Everything else is on separate media that requires no install. Example, copy over games, import them in... such as into Steam.

                                            I was going to mention... with Chocolatey tool choco list -lo just pipe it to a text file.

                                            But that only gives you things installed through Chocolatey. Dustin's OP gives you everything installed through the normal Windows installer process (and registers the install).

                                            I recall when chocolatey didn't use the windows installer process for everything - things are much better now.

                                            It is package by package. Lots of things, through Chocolatey or not, don't use the Windows installer process.

                                            I've not seen Chocolatey not register software installs in Windows, ever.

                                            I have. Many times. Most of the time I think that it does, but it is not Chocolatey that does it when it does.

                                            With what software specifically?

                                            Try installing Sysinternal tools, it will not register at all, that is one example. You can do so with Chocolatey.

                                            ObsolesceO 1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post