获取windows目录位置

string str = Environment.GetFolderPath(Environment.SpecialFolder.System);
Console.WriteLine(str);
Console.ReadKey();