Skip to content

Instantly share code, notes, and snippets.

View riverar's full-sized avatar

Rafael Rivera riverar

View GitHub Profile
@riverar
riverar / agreement.patch
Created March 5, 2019 20:18
App Developer Agreement 8.3 to 8.4 Patch
--- 8.3.txt Tue Mar 05 12:15:37 2019
+++ 8.4.txt Tue Mar 05 12:15:44 2019
@@ -1,4 +1,4 @@
-Thank you for your interest in building apps for Windows. This App Developer Agreement; Microsoft Store (this "Agreement") includes the Exhibits and all documents expressly referenced herein and describes the relationship between you and Microsoft Corporation (“Microsoft,” “we,” “us” or “our”) and governs your use of the Microsoft Store to make content available to Customers and the Developer Center.
+Thank you for your interest in building apps for Windows. This App Developer Agreement; Microsoft Store (this "Agreement") includes the Exhibits and all documents expressly referenced herein and describes the relationship between you and Microsoft Corporation (“Microsoft,” “we,” “us” or “our”) and governs your use of the Microsoft Store to make content available to Customers and Partner Center.
By agreeing to these terms, you represent and warrant to us that you have the authority to accept this Agreement, and you also
This file has been truncated, but you can view the full file.
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<SDB xmlns:xs="http://www.w3.org/2001/XMLSchema" path="appraiser.sdb">
<INDEXES>
<INDEX>
<INDEX_TAG type="xs:short">28679</INDEX_TAG>
<INDEX_KEY type="xs:short">24577</INDEX_KEY>
<INDEX_FLAGS type="xs:int">1</INDEX_FLAGS>
<INDEX_BITS type="xs:base64Binary" />
</INDEX>
<INDEX>
## Unknown:
AADDeviceJoinerAsAdminServerPolicy: 0
# .\symbols\dsreg.pdb\48B0CC1C9C3C7EA957195EF3C9F490B51\dsreg.pdb
# .\symbols\dsreg.pdb\D97423E4AE9F6E116F5BE812C91E3DBD1\dsreg.pdb
AADMobileRoaming: 0
# .\symbols\SettingSyncCore.pdb\16F5561EFA3B4CB445B49B52241676F11\SettingSyncCore.pdb
# .\symbols\SettingSyncCore.pdb\2AEA14B0F066A5616E0CF072201F4FC11\SettingSyncCore.pdb
@riverar
riverar / focus_assist.cpp
Created October 30, 2018 00:02
Determine state of Quiet Hours/Focus Assist with WNF
//
// Not to be used in any serious manner
//
#include <Windows.h>
#include <iostream>
#define NT_SUCCESS(Status) (((NTSTATUS)(Status)) >= 0)
typedef struct _WNF_STATE_NAME
{
@riverar
riverar / app.reg
Created August 28, 2018 07:55
DirectX Control Panel Application Entry
Windows Registry Editor Version 5.00
; // Usage: Replace "foo.exe" and flags as needed
; // (best bet is to use dxcpl, stage your app, and export)
[HKEY_CURRENT_USER\Software\Microsoft\Direct3D\Application0]
"Name"="foo.exe"
"RequireSDKLayers"=dword:00000000
"D3DBehaviors"="RequireSDKLayers=0;FeatureLevelLimit=0;ForceWARP=0;DisableFLUpgrade=0"
"SDKLayerFlagsAnd"=dword:ffffffff
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
// Rafael Rivera
// License: MIT
using System;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using MhanoHarkness; // NuGet: Base3264-UrlEncoder
namespace PublisherId_Sample
@riverar
riverar / gallery.json
Created January 11, 2018 05:25
Sample Quick Create gallery example w/ vhdx in zip + local uris
@riverar
riverar / jul19-bugbash.txt
Created July 21, 2017 02:24
Feedback Hub items submitted during Bug Bash livestream on July 19
Ask Cortana About This Image doesn't work for local files https://aka.ms/vblgdx
Feedback Hub quest tile image text is not centered https://aka.ms/jb5llb
Microsoft Edge does not render IRS 1040 SSN field correctly https://aka.ms/nk8ew9
Add regedit.exe command line argument for auto-navigation of the tree view https://aka.ms/fm8to5
Clicking publisher name containing commas in Store listing shows incorrect apps https://aka.ms/hxvwn6
Searching the Store for items containing ✨ or other emoji results in very similar results https://aka.ms/wvqje1
Mail app allows selection of both high and low importance, at least from a UI perspective https://aka.ms/Jd9dzw
Tooltips show up behind People app view if view is not focused https://aka.ms/mt78cr
People contact view cannot be resized reliably https://aka.ms/Kkw3t0
Cannot remove Skype contact via People app https://aka.ms/soc6y3
@riverar
riverar / gallery.json.txt
Last active April 3, 2020 18:02
Sample - Hyper-V Quick Create Online Gallery