I have a C# program that require SeSystemEnvironmentPrivilege
to access the UEFI NVRAM
.
I found a really long code, that uses Win32 API
to get the privilege, but is there a .NET version to get it? In process class, or somewhere else?
I have a C# program that require SeSystemEnvironmentPrivilege
to access the UEFI NVRAM
.
I found a really long code, that uses Win32 API
to get the privilege, but is there a .NET version to get it? In process class, or somewhere else?
Copyright © 2021 Jogjafile Inc.
If it is really necessary you can use the AdjustTokenPrivileges function. Something like this:
You can get more info here: