Guest User

Untitled

a guest
Jun 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. private async void doSomething(object sender, RoutedEventArgs e)
  2. {
  3. await FullTrustProcessLauncher.LaunchFullTrustProcessForCurrentAppAsync();
  4. }
  5.  
  6. <Applications>
  7. <Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="ProjectCuwp.App">
  8. <Extensions
  9. xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10">
  10. <desktop:Extension
  11. Category="windows.fullTrustProcess"
  12. Executable="powershell.exe" />
  13.  
  14. using Windows.ApplicationModel;
Add Comment
Please, Sign In to add comment