I am trying to launch explorer programmatically from my .Net CF Window application. But its throwing win32 exception. I have used same kind of code in desktop .Net version, and
Maybe you should give it a program name to start? "\" is not an application. Something like this is probably more likely to yield success:
Process.Start("\\windows\\explorer.exe", null);