Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Get a list of installed programs
Message
De
22/11/2007 10:56:30
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
 
Information générale
Forum:
Windows
Catégorie:
Informatique en général
Divers
Thread ID:
01270611
Message ID:
01270710
Vues:
20
>Hi Jay,
>
>>Is there a way to do this? I'm about to wipe a hard drive after backing it up, but would like to have an easy reference of installed apps.
>
>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products
>
>contains all installed products. The application name is in "ProductName" in each of the GUID sub keys. If you want to do it in a batch file:
>
>FOR /F %%i IN ('reg query HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products') DO @reg query %%i /v ProductName|FINDSTR "ProductName"

I get an error on the "FOR" command in DOS. Doesn't recognize it. I'm sure it's user error.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform