Run as Admin (not really)

Joined
Jul 1, 2016
Messages
2
Reaction score
0
So... there's a program I use wich uses vfs and hooks up other applications.
If I run this program as admin, either via shortcut or context menu, it doesnt actually work. It fails to run some hooked apps.
If I first open an elevated prompt and run the app from there it works.
How so?
 

Regedit32

Moderator
Joined
Mar 4, 2016
Messages
3,617
Reaction score
1,139
Are the apps giving you trouble currently located in the VFS structure?

If not they are probably defaulting to the CSIDL settings hence running them via elevated command prompt allows them to be tokenized and thus belong to the AdministratorGroup.

You probably just need to reorganize your file structures to allow VFS structure to take full control automatically.
 
Joined
Jul 1, 2016
Messages
2
Reaction score
0
It is hooked by the app that manages the vfs but it is outside the vfs. But every executable is set to run as admin on their own. Shouldn't it retain the config when hooked?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top