简体   繁体   中英

Diskpart commands from WinRT application in C#

I am developing WinRT application in which I wanted to fire few commands in "DiskPart" CMD tool , within the application.

Development Environment is in C# + XAML

for example, I want to fire list disk command which is a DiskPart command, that gives details of disks exists on hardDrive.

Simply, my WinRT application will let user,

  • format a partition of hardDrive
  • copying some contents into/from the specific partition

on specific events like button click & etc

Sorry, but there's no current way to access the Diskpart commands from inside the WinRT sandbox.

There's also restrictions on local network loopbacks in order to hinder the "app talking to a service outside the sandbox" for security reasons as well.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM