how to open disk defrag in c#.net
Loading
how to open disk defrag in c#.net
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Oct 12, 2012, 7:01 AM
See if it will work if you specify a full path:
System.Diagnostics.Process.Start(@"c:\windows\system32\dfrgui.exe");
chinmaya parijaPosted Oct 12, 2012, 6:41 AM
VulpesPosted Oct 8, 2012, 5:03 AM
System.Diagnostics.Process.Start("dfrgui.exe");