ChrisTitusTech / winutil

Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates
MIT License
24.7k stars 1.5k forks source link

Snip & Sketch not working on Windows 10 #2959

Closed Burcrep closed 1 month ago

Burcrep commented 1 month ago

Describe the bug

I'm trying to use the Snip & Sketch app on Windows 10 Pro (22H2) after using MicroWin, but it happens that it doesn't work at all, I tried running the System and Corrupt Scan and rebooting several times but nothing happens.

To Reproduce

Steps to reproduce the behavior:

  1. Open Snip & Sketch
  2. Click on New
  3. No ms-screenclip app

Expected behavior

Snip & Sketch region select tool to appear.

Screenshots

image

Additional context

I installed Windows yesterday. Also, I’ve already checked this: https://github.com/ChrisTitusTech/winutil/issues/2903.

CodingWonders commented 1 month ago

@Burcrep, can you try running this command as an administrator and see what it returns?

dism /online /get-capabilityinfo /capabilityname=Windows.Client.ShellComponents~~~~0.0.1.0

More info here

MyDrift-user commented 1 month ago

dism /online /get-capabilityinfo /capabilityname=Windows.Client.ShellComponents~~~~0.0.1.0"

@CodingWonders you accidentally added a ", here the command to copy & paste:

DISM /Online /Add-Capability /CapabilityName:Windows.Client.ShellComponents~~~~0.0.1.0
CodingWonders commented 1 month ago

@MyDrift-user, I've edited the command. Thanks for pointing out

Burcrep commented 1 month ago

@Burcrep, can you try running this command as an administrator and see what it returns?

dism /online /get-capabilityinfo /capabilityname=Windows.Client.ShellComponents~~~~0.0.1.0

More info here

This worked, now I can use Snip & Sketch. Thank you so much! image