https://github.com/thomaslevesque/winrtsettingsexplorer
A viewer and editor for Windows Store app settings (work in progress)
https://github.com/thomaslevesque/winrtsettingsexplorer
Last synced: about 1 year ago
JSON representation
A viewer and editor for Windows Store app settings (work in progress)
- Host: GitHub
- URL: https://github.com/thomaslevesque/winrtsettingsexplorer
- Owner: thomaslevesque
- License: apache-2.0
- Created: 2014-06-16T16:32:04.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-16T23:52:19.000Z (almost 12 years ago)
- Last Synced: 2025-01-30T07:43:21.562Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
WinRTSettingsExplorer
=====================
There is no easy way to view and edit Windows Store app settings. The normal way is to load the settings.dat file as a registry hive in regedit, which isn't very convenient to start with, and even then, you have to manually decode the values. This app attempts to make things easier, by providing a simple UI to view and edit settings for all Windows Store apps.
(work in progress; the UI is still very basic, and editing is only supported for some data types)