├── .gitattributes ├── .gitignore ├── AccessToken.cs ├── App.config ├── EnableAllTokenPrivs.cs ├── EnableAllTokenPrivs.csproj ├── EnableAllTokenPrivs.sln ├── ProcessChild.cs ├── Properties └── AssemblyInfo.cs └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidvxvi/EnableAllTokenPrivs/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidvxvi/EnableAllTokenPrivs/HEAD/.gitignore -------------------------------------------------------------------------------- /AccessToken.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidvxvi/EnableAllTokenPrivs/HEAD/AccessToken.cs -------------------------------------------------------------------------------- /App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidvxvi/EnableAllTokenPrivs/HEAD/App.config -------------------------------------------------------------------------------- /EnableAllTokenPrivs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidvxvi/EnableAllTokenPrivs/HEAD/EnableAllTokenPrivs.cs -------------------------------------------------------------------------------- /EnableAllTokenPrivs.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidvxvi/EnableAllTokenPrivs/HEAD/EnableAllTokenPrivs.csproj -------------------------------------------------------------------------------- /EnableAllTokenPrivs.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidvxvi/EnableAllTokenPrivs/HEAD/EnableAllTokenPrivs.sln -------------------------------------------------------------------------------- /ProcessChild.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidvxvi/EnableAllTokenPrivs/HEAD/ProcessChild.cs -------------------------------------------------------------------------------- /Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidvxvi/EnableAllTokenPrivs/HEAD/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidvxvi/EnableAllTokenPrivs/HEAD/README.md --------------------------------------------------------------------------------