How to add many any programs to the list of installed programs

Smalllbuddy

New Member
I've made a PowerShell command which takes all the shortcuts in the folder you direct it to, and it makes registry keys for them so that they show up as installed apps. They get an appropriate icon and name.

You can uninstall it to, HOWEVER uninstalling it simply removes the registry key so it's no longer in installed programs, and it DOESNT remove the containing folder. I decided it'd be better this way, as someone may decide that they want to remove the registry key, and so this will be easier for them.

If you want a version where uninstalling will remove the folder that the shortcut points too, leave a comment and I'll make it for you. Thanks!

WARNING

MAKE SURE TO RUN POWERSHELL AS ADMIN

MAKE SURE TO REPLACE THE TOP LINE "C:\SHORTCUTFOLDER" WITH THE DIRECTORY YOU PREFER

THIS DOES MODIFY REGISTRY. IT IS ALWAYS SAFE TO BACKUP REGISTRY FIRST.



 
Last edited: