Is it possible to open Control Panel based applications with raised privileges?
You can use the runas
command.
runas /user:Administrator "control appwiz.cpl"
It will prompt for a password then launch Add/Remove Programs with Administrator's credentials. There are other control panel applets you might need to launch this way as well.
You can also hold shift while right-clicking the applets and most of them allow you to choose "Run As".