├── PipeClient ├── PipeClient.csproj ├── Program.cs └── Properties │ └── AssemblyInfo.cs ├── bypassUAC.sln ├── bypassUAC ├── Program.cs ├── Properties │ └── AssemblyInfo.cs └── bypassUAC.csproj ├── img.png └── readme.md /PipeClient/PipeClient.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hzllaga/bypassUAC/HEAD/PipeClient/PipeClient.csproj -------------------------------------------------------------------------------- /PipeClient/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hzllaga/bypassUAC/HEAD/PipeClient/Program.cs -------------------------------------------------------------------------------- /PipeClient/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hzllaga/bypassUAC/HEAD/PipeClient/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /bypassUAC.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hzllaga/bypassUAC/HEAD/bypassUAC.sln -------------------------------------------------------------------------------- /bypassUAC/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hzllaga/bypassUAC/HEAD/bypassUAC/Program.cs -------------------------------------------------------------------------------- /bypassUAC/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hzllaga/bypassUAC/HEAD/bypassUAC/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /bypassUAC/bypassUAC.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hzllaga/bypassUAC/HEAD/bypassUAC/bypassUAC.csproj -------------------------------------------------------------------------------- /img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hzllaga/bypassUAC/HEAD/img.png -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hzllaga/bypassUAC/HEAD/readme.md --------------------------------------------------------------------------------