diff --git a/Readme.md b/Readme.md index 2bab146..8f25d36 100644 --- a/Readme.md +++ b/Readme.md @@ -1 +1 @@ -# Command Prompt for W10M Easily access 'Windows Command Prompt' on supported Windows Mobile devices, this makes use of Telnet to make the connection ![](screenshots/1.png) ![](screenshots/2.png) ![](screenshots/3.png) ## Requirements: - Windows 10 Mobile 14393 and up. - [CMD Injected](https://github.com/fadilfadz01/CMD.Injector) to the device. - Loopback connection enabled (details in-app) ### Acknowledgements: - [BAstifan](https://github.com/basharast) for the TelnetClient class. - [Fadil Fadz](https://github.com/fadilfadz01) for CMD Injector and minor help with handling stout and sterr \ No newline at end of file +# Command Prompt for W10M Easily access 'Windows Command Prompt' on supported Windows Mobile devices, this makes use of Telnet to make the connection ![](screenshots/1.png) ![](screenshots/2.png) ![](screenshots/3.png) ## Requirements: - Windows 10 Mobile 14393 and up. - [CMD Injected](https://github.com/fadilfadz01/CMD.Injector) to the device. - Loopback connection enabled (details in-app) ## Notes: - Sometimes the session doesn't load properly, I'm trying to see why, but close and re-open. If this persists then reinstall the app - Only simple Scripts are supported, i.e no user input needed. - Some commands take ages, I am unsure why but looking at it ### Acknowledgements: - [BAstifan](https://github.com/basharast) for the TelnetClient class. - [Fadil Fadz](https://github.com/fadilfadz01) for CMD Injector and minor help with handling stout and sterr \ No newline at end of file diff --git a/src/Command Prompt.csproj.user b/src/Command Prompt.csproj.user index e8dd6c8..11fc4c7 100644 --- a/src/Command Prompt.csproj.user +++ b/src/Command Prompt.csproj.user @@ -8,7 +8,7 @@ SideloadOnly False arm - False + True C:\Users\Empyreal96\Pictures\icons\w11_cmd_Icon8.png C:\Users\Empyreal96\Pictures\icons\w11_cmd_Icon8.png C:\Users\Empyreal96\Pictures\icons\w11_cmd_Icon8.png diff --git a/src/MainPage.xaml b/src/MainPage.xaml index ee09e5d..c19acb9 100644 --- a/src/MainPage.xaml +++ b/src/MainPage.xaml @@ -7,6 +7,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" RequestedTheme="Default" + SizeChanged="Page_SizeChanged" NavigationCacheMode="Required" Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> @@ -15,6 +16,7 @@ + - - + - - -