Posted by: fcepeda on: December 5, 2008
Today, I needed to run a program with admin rights from a limited account in Windows XP. I googled around and the solution was simple with the following command:
cacls “Program Files\newprogram” /e /t /p users:c
I run this command from the admin account and replaced newprogram with the folder where [...]