Skip to content

Instantly share code, notes, and snippets.

@MattHarrington
MattHarrington / Win8AppLaunch
Created January 11, 2013 07:03
This is a Windows 8 console application which will launch a Windows Store app by its AppUserModelId.
#include "stdafx.h"
#include <shlobj.h>
#include <stdio.h>
#include <shobjidl.h>
#include <objbase.h>
#include <atlbase.h>
#include <string>
/*++