Quote from
mishem on November 23, 2021, 3:06 am
None
The application will be compiled without a Vista manifest. Windows Vista (and higher) will protect the computer by restricting access to sensitive areas of the file system and registry, while allowing the application to believe that it has access to these areas - this is called virtualization. (This option appears to work well for auto-run CDs and installers.)
As Invoker
The application runs with the same access privileges as the parent process. Microsoft recommends this option for standard applications.
Highest Available
The application runs with the highest access privileges the current user can obtain.
Require Administrator
The application can only be used by users with administrator level access privileges.
https://winhelp.visualneo.com/General.html
None
The application will be compiled without a Vista manifest. Windows Vista (and higher) will protect the computer by restricting access to sensitive areas of the file system and registry, while allowing the application to believe that it has access to these areas - this is called virtualization. (This option appears to work well for auto-run CDs and installers.)
As Invoker
The application runs with the same access privileges as the parent process. Microsoft recommends this option for standard applications.
Highest Available
The application runs with the highest access privileges the current user can obtain.
Require Administrator
The application can only be used by users with administrator level access privileges.
https://winhelp.visualneo.com/General.html
Vadim has reacted to this post.