tekartik / process_run.dart

Process run helper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run as Administrator in Windows [Needs Immediate Solution]

AvishkaG opened this issue · comments

final Shell _shell = Shell opens a normal shell. But I want to run a command prompt as an administrator inside the flutter application. Is it possible to do that?