I've been coming across this more often as I roll out Windows 10 workstations and encounter various issues with our current software stack.
Often I'll need to run an application or utility which requires the user context, that is, the user's profile (most often for application data).
As such my prior ways of elevating users is no longer working, since, when I Run as Administrator, the utility or program is now looking for or saving things in the Administrator's profile instead of within the user context I'm currently trying to troubleshoot.
So far in these cases I've simply elevated the user to an admin in order to bypass this issue, but I'm looking for a way to accomplish this without having to have the user log in and out at the start and end of my work.
Any ideas? Thanks!
Just saw this related question, but no answers :(
An example I came across today: A user's Quickbooks Enterpirse Desktop 19 was having issues with emailing PDF files of invoices. Intuit has a utility which re-installs the Microsoft XPS drivers, and purges a bunch of temporary files from the user's appdata folder (among other things). Therefore, it does not fix the problem when it's run outside the user's context.