Installing softare on a new Windows computer can be time consuming. One method for installing softare is by using winget. If you have an existing computer with a setup you would like to replicate, winget has an option to help.
On the old pc, run the command winget export c:\temp\winget_pkgs.json.
This creates creates a file similar to this:
Transfer the json file to the new pc. (c:\path\to\file\winget_pkgs.json)
Install software in the package file by running winget import c:\path\to\file\winget_pkgs.json.