[DllImport("advapi32.dll", SetLastError = true)] static extern bool RevertToSelf();
Private Declare Auto Function RevertToSelf Lib "advapi32.dll" () As Long