#1 UWP 无法调用 Porcess

Open
opened 3 years ago by lyq · 1 comments
天问 commented 3 years ago

C# desktop应用无法转换成uwp:


            Process process = new Process();//创建进程对象    
            ProcessStartInfo startInfo = new ProcessStartInfo(runFilePath, s);

但是默认情况下,如果需要提交商店并通过审核的话,应用程序需要能够运行在Windows 10 S模式下:

APP不能要求admin权限
APP不能包含Windows Service
APP不能像exe程序那样直接在运行目录写文件
APP不能直接运行另一个exe程序
C# desktop应用无法转换成uwp: ``` Process process = new Process();//创建进程对象 ProcessStartInfo startInfo = new ProcessStartInfo(runFilePath, s); ``` 但是默认情况下,如果需要提交商店并通过审核的话,应用程序需要能够运行在Windows 10 S模式下: APP不能要求admin权限 APP不能包含Windows Service APP不能像exe程序那样直接在运行目录写文件 APP不能直接运行另一个exe程序
天问 commented 3 years ago
Owner

应用命名

qSender

SendTo

## 应用命名 qSender SendTo
Sign in to join this conversation.
No Label
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.