Forum Discussion
(Azure) Virtual Desktop Optimization Tool now available
Howdy.
I believe if you edit the services.json file, find the CapureService and change the VDIState value to "Unchanged", the will allow the CaptureService to start and Snip will work.
Note: I was unable to make it work AFTER it broke, but setting that value kept it from breaking after I rebuilt the session host and re-ran the optimize.
example:
{
"Name": "CaptureService",
"VDIState": "Unchanged",
"URL": "https://docs.microsoft.com/en-us/uwp/api/windows.graphics.capture?view=winrt-19041",
"Description": "OneCore capture service: enables optional screen capture functionality for applications that call the Windows.Graphics.Capture API."
}
Good luck
You sir are a gent, that got Snip & Sketch working - sort of. Win + Shift + S now works and allows a screen capture, but there is no notification of the screen capture taken. So you can't click on it to open it in Snip & Sketch.
If I go in to Snip & Sketch and start a capture from there, that works and appear so it can be edited. There's another optimisation that is still in play that isn't allowing full functionality.
- skp574Feb 19, 2021Copper Contributor
I found out why it's not working - toast notifications are disabled in the LGPO phase of the optimisation:
If you set this back to not configured S&S works as expected.
- GarthlogicFeb 22, 2021Brass Contributor
- skp574Feb 22, 2021Copper ContributorYes I did in the end. I parsed the user registry.pol out and edited this section:
User
Software\Policies\Microsoft\Windows\CurrentVersion\PushNotifications
NoToastApplicationNotification
DWORD:0
Changing DWORD value to 0 (was originally 1)
Used LGPO to create new registry.pol and the ran optimisation again and boom after restart S&S still worked.