Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SoylentGraham/9fea3bc86df4473fef8a8540261f0d0c to your computer and use it in GitHub Desktop.
Save SoylentGraham/9fea3bc86df4473fef8a8540261f0d0c to your computer and use it in GitHub Desktop.
auto Result = client.RemoteDevice.RunCommand("DevToolsLauncher.exe", @"LaunchForDeploy cmd ""/C C:\Data\Users\DefaultAccount\AppData\Local\DevelopmentFiles\VSRemoteTools\x86\TailoredDeploy.exe /_v CheckDeveloperLicense >> C:\Data\Users\DefaultAccount\AppData\Local\DevelopmentFiles\VSRemoteTools\x86\license.txt""");
Console.WriteLine( Result );
client.RemoteDevice.GetFile(@"C:\Data\Users\DefaultAccount\AppData\Local\DevelopmentFiles\VSRemoteTools\x86\license.txt", "license.txt");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment