Apparently Microsoft has (sort of) replaced the \"Favorites\" Windows explorer item with the Quick Access item. But I haven\'t been able to find a way to programmatically ad
void PinToHome(const std::wstring& folder) { ShellExecute(0, L"pintohome", folder.c_str(), L"", L"", SW_HIDE); }
that was the easy part, still unable to do an unpinfromhome