I hereby claim:
- I am jjeffery on github.
- I am jjeffery (https://keybase.io/jjeffery) on keybase.
- I have a public key ASCkYRQBCvRDew1Lond2zmkQXRf1FOLXvdinIPZAC0vP9wo
To claim this, I am signing this object:
using System; | |
using System.ComponentModel; | |
using System.Runtime.InteropServices; | |
namespace ComWithoutRegisteringExample | |
{ | |
internal static class ComHelper | |
{ | |
private delegate int DllGetClassObject(ref Guid clsid, ref Guid iid, [Out, MarshalAs(UnmanagedType.Interface)] out IClassFactory classFactory); |
I hereby claim:
To claim this, I am signing this object:
Prerequisites:
$GOPATH/bin
NOTE: A lot of these instructions change with Go 1.11 and later. These instructions are for Go 1.10.
Install the following programs.
go get
command, and using the git bash command line works well with the go dev environment.SUBSYSTEMS=="usb", ACTION=="add", ATTRS{idVendor}=="1130", ATTRS{idProduct}=="660c", MODE="666" |
using System; | |
using System.IO; | |
using System.Windows.Forms; | |
using Microsoft.Win32; | |
namespace Example | |
{ | |
static class IE | |
{ | |
private const string FeatureControlKey = @"SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl"; |
Windows 11 has a new app uninstall interface which is pretty good. To get there run "Settings", choose "Apps" from the sidebar and then choose "Installed apps". Remove anything you don't want. (e.g. Microsoft Family).
You can uninstall other XBox related apps from the "Settings" app, but XBox Game Bar will not uninstall.