Windows 10 Technical Preview Breaks Rasphone Process
i reposting question have windows 10 , rasphone process.
have simple c# app connect vpn. it working fine windows 8.1 broken in windows 10.
code is:
process rasphone = new process();rasphone.startinfo.filename = "rasphone.exe";
rasphone.start();
process seems try connect disconnect right away!
so tried same app latest build 9926, , connect vpn via above code. however, worked once! somehow, code has made "permanent" changes o/s files , stops working.
benjamin yu
Windows 10 Insider Preview > Windows 10 Insider Preview Feedback
Comments
Post a Comment