Assuming CMD is open by PSExec.exe and you are now in nt authority\system mode, you said to run the C# code: ProtectedData.Unprotect(<data>, null, DataProtectionScope.LocalMachine);
But How I run this C# code?
Whats I want to do with this folder?
I want to compile it?
How I set a path to NET Framework?
Do I need to use csc?
I new in C# and I still don't know how to do this! Can you write a tutorial? Please!
ProtectedData.Unprotect(<data>, null, DataProtectionScope.LocalMachine);
Assuming CMD is open by PSExec.exe and you are now in nt authority\system mode, you said to run the C# code:
ProtectedData.Unprotect(<data>, null, DataProtectionScope.LocalMachine);
But How I run this C# code? Whats I want to do with this folder? I want to compile it? How I set a path to NET Framework? Do I need to use csc?
I new in C# and I still don't know how to do this! Can you write a tutorial? Please!