Trying to launch a file located in System32 as administrator but it keeps telling me it doesn\'t exist.
Error: System can\'t find specified file Build Target Platfor
Use Environment.SystemDirectory:
Environment.SystemDirectory
string filePath = Path.Combine(Environment.SystemDirectory, "defrag.exe");