https://github.com/empyreal96/w10m_toolbox
A toolbox for Windows Phones (8-10) to help Update OS version, modify system settings, backup your device and more!
https://github.com/empyreal96/w10m_toolbox
toolbox tweaks w10m windows-10-mobile windows-mobile windows-wpf windows10mobile
Last synced: 2 months ago
JSON representation
A toolbox for Windows Phones (8-10) to help Update OS version, modify system settings, backup your device and more!
- Host: GitHub
- URL: https://github.com/empyreal96/w10m_toolbox
- Owner: Empyreal96
- Archived: true
- Created: 2022-02-12T19:08:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T22:54:01.000Z (over 2 years ago)
- Last Synced: 2025-03-03T14:14:14.379Z (3 months ago)
- Topics: toolbox, tweaks, w10m, windows-10-mobile, windows-mobile, windows-wpf, windows10mobile
- Language: C#
- Homepage:
- Size: 2.11 MB
- Stars: 33
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Windows 10 Mobile Toolbox
A desktop tool to help with various task and configurations with Windows Phones. Note this is currently *in development* software!
![]()
![]()
![]()
### Updated:
Fixes:
- Tried to improve detection on app load if device is plugged in already.
- Fixed device info not being found for certain devices with Nokia branding.
- Fixed issue where registry wouldn't mount due to some devices missing certain registry values by default.
- Fixed issue with Updater telling user files need to be downloaded when the files are already downloaded.New feature:
- Added first test of a Registry tab allowing users to modify specific registry values. (This is WIP)(NOTE: Disk reading is slow on my tests, I plan to look at improving this. Also there way be a few bugs, this is my first time using disk management.)
# What can it do?
### General:
- Manage booting into different states (Flash, Mass Storage and Normal)
- Push Updates to your device (10549 > 15254)### Modify Device Settings:
- Windows Update
- Windows Firewall
- Page File
- Dev Mode
- Device Portal
- C:\ MTP Access
- Local Crash Dumps
- Flight Signing### Backup device
- Seperate Partitions
- Full EMMC backup### FFU Conversion
- WP8.x FFU Conversion to VHD
- WP8.x FFU Manifest/Viewable Info
- W10M FFU Manifest/Viewable Info### Registry
- Modify user selected values in HKLM\SYSTEM and HKLM\SOFTWAREMore to be added
## Notes:
- Third party tools are used with this tool, all rights reserved to the owners.
- This tool includes "iutool" suite and "thor2.exe"
- WPInternals is required to automate various tasks, the latest will be downloaded through the app, and saved in the apps's data folder
- Uses DiscUtils nuget for vhd handling
- Uses WindowsAPICodePack for OpenFolder dialog