
PICHU.





if (System.Security.Principal.WindowsIdentity.GetCurrent().Name.ToString() == "username") // check if the current account has the same username as the value "username"
{
System.Diagnostics.Process.Start("ProgramToExecute.exe"); // execute whatever program he wants to execute
}
if (System.Security.Principal.WindowsIdentity.GetCurrent().Name.ToString() == "username") // check if the current account has the same username as the value "username"
{
System.Diagnostics.Process.Start("ProgramToExecute.exe"); // execute whatever program he wants to execute
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.