Image

Batch File Command to Get Installed Programs from Windows 7 Registry

Batch File Command to Get Installed Programs from Windows 7 Registry
11 years ago

Batch File Command to Get Installed Programs from Windows 7 Registry

Here’s a little batch file line to get your installed programs from your Windows 7 registry.

 

C:\Windows\System32\reg export HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall temp1.txt

This needs to be all on one line …
Read More

Excel VBA Macro to delete records with duplicate fields
11 years ago

Excel VBA Macro to delete records with duplicate fields

Every once in a while you need to go beyond the Excel feature that screens out duplicate records and single out records with a duplicate field, that contain data you …
Read More

Top