Created
July 3, 2019 20:34
-
-
Save SoylentGraham/9fea3bc86df4473fef8a8540261f0d0c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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