Tuesday, July 25, 2017

How to copy file association from an individual to all users on a server.


I dont know why this application install will not do this automatically but I found a way.


reg copy HKEY_CURRENT_USER\Software\Classes\.upop HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.upop /s

reg copy HKEY_CURRENT_USER\Software\Classes\upopfile HKEY_LOCAL_MACHINE\SOFTWARE\Classes\upopfile /s


Of course it will be different for your app.

No comments: