| Index: remoting/host/win/remoting_host.manifest
|
| diff --git a/remoting/host/win/remoting_host.manifest b/remoting/host/win/remoting_host.manifest
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e1327935643bb021c37cd6d86e206c90117fd5a6
|
| --- /dev/null
|
| +++ b/remoting/host/win/remoting_host.manifest
|
| @@ -0,0 +1,10 @@
|
| +<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
| +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
| + <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
| + <security>
|
| + <requestedPrivileges>
|
| + <requestedExecutionLevel level="requireAdministrator" uiAccess="true" />
|
| + </requestedPrivileges>
|
| + </security>
|
| + </trustInfo>
|
| +</assembly>
|
|
|