I used a simple AutoHotkey script to emulate what the Windows 7 version did.
#s:: Run, "C:\windows\system32\SnippingTool.exe" WinWaitActive, ahk_class Microsoft-Windows-Tablet-SnipperToolbar { send ^ } return
Note #s
(Win + s) shortcut can be anything you choose. Like all AHK scripts you want running all the time, add it to the startup folder.