This file contains hidden or 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
| //!!!!!!!!!!!!!! | |
| //Thanks to @thebookisclosed for the code. I just rearranged in a way so you can access without having to use the registry | |
| //HINT about compatibility: they CANNOT change feature keys otherwise existing apps would break | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Security.Cryptography; | |
| using System.Text; | |
| using Windows.ApplicationModel; |