diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-05-21 02:04:37 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-05-21 02:04:37 +0300 |
| commit | 5d3c7f9404508a85354202c0b8c0fb4c59302a33 (patch) | |
| tree | c73391a5520df6fd09b0c463852b0d4aeb3ff04c /Software/Visual_Studio/PPC | |
| parent | 0969c92ed9d0bd644ce5f82496db37b131ebeedc (diff) | |
| download | Tango-5d3c7f9404508a85354202c0b8c0fb4c59302a33.tar.gz Tango-5d3c7f9404508a85354202c0b8c0fb4c59302a33.zip | |
Attempt to fix getting ready state on job resume.
Diffstat (limited to 'Software/Visual_Studio/PPC')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/app.manifest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/app.manifest b/Software/Visual_Studio/PPC/Tango.PPC.UI/app.manifest index d72e75011..efc5f8179 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/app.manifest +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/app.manifest @@ -16,7 +16,7 @@ Remove this element if your application requires this virtualization for backwards compatibility. --> - <requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> + <!--<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />--> </requestedPrivileges> </security> </trustInfo> |
