From 45df26954ddfa988ab364da94ec102e2ba0a7973 Mon Sep 17 00:00:00 2001 From: Empyreal96 <64583248+Empyreal96@users.noreply.github.com> Date: Wed, 2 Mar 2022 17:16:37 +0000 Subject: [PATCH] Update README.md --- .gitignore | 2 ++ README.md | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bf4f1e6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +README.md.backup diff --git a/README.md b/README.md index d240eba..d499633 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,19 @@ A desktop tool to help with various task and configurations with Windows Phones +### Updated: +Added: +- Modify Page File size +- Failsafe for if the reg file is already mounted (in case the app crashes while hives mounted) +- Debug messages +- Device Portal on/off and Auth +- Developer Mode config +- Windows Firewall Config +- Fixes to reading Reg Keys to avoid null returns +- Windows Update settings +- Flight Signing enabler + + # What can it do? ### General: - Manage booting into different states (Flash, Mass Storage and Normal) @@ -9,10 +22,13 @@ A desktop tool to help with various task and configurations with Windows Phones ### Modify Device Settings: - Windows Update + - Windows Firewall + - Page File - Dev Mode - Device Portal - C:\ MTP Access - Local Crash Dumps + - Flight Signing More to be added