When I go to run services and programs through command prompt, they all work like they should. For example, start msconfig will open the configuration utility offered by windows. However, if I use process.start("msconfig") or try to open a batch file that runs msconfig, I get errors thrown back at me. I have searched for answers myself and cannot figure out how and why running a batch file will not run msconfig. To me, I would think msconfig would run- just like it does when I run it in command prommpt without a batch file. I do not need admin priviledges to do this either. I have everything set without it. I know thats not the problem. Any information would be awesome. I'm asking for just some general information or tips.