Snipping Tool issues with Build 25295

Anonymous
2023-02-11T14:14:11+00:00

Split from this thread.

Sure did. Tried also repair and reset.

It didn't help.

Would be nice to be able to install older versions in cases like this.

Hi Sibro,

I solved the Snipping Tool problem by restoring 25284 and then upgrading to 25295 directly, skipping 25290.1000 and 25290.1010.

Snipping tool works fine now on the same machine that was failing when it went from 25290.1010 to 25295.1000.

Go figure!

What made me suspicious was that error on DCOM 25290.1010.

Windows Insider program | Windows Insider preview | Desktop environment and Start menu

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

85 answers

Sort by: Oldest
  1. Pauli O 16,380 Reputation points Volunteer Moderator
    2023-02-12T07:07:40+00:00

    >I bet they are the same 2 devices that had the tzsync.exe problem?

    You have just lost your bet. Failing devices are those which has short list of Dev updates and tzsync was working.

    I run this command on all four devices:

    Get-AppxPackage –AllUsers -Name *MicrosoftWindows.Client.C* | Select Name, PackageFullName

    And it give this same result on all devices: Note filter - Name *PARTIAL NAME* in PS command line

    Image

    ADD:

    Applying your fix:

    Get-AppxPackage MicrosoftWindows.Client.Core -AllUsers | Reset-AppxPackage

    Get-AppxPackage MicrosoftWindows.Client.CBS -AllUsers | Reset-AppxPackage

    Remove old versions and now Snip tool is working on all devices.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2023-02-12T07:16:41+00:00

    >I bet they are the same 2 devices that had the tzsync.exe problem?

    You have just lost your bet. Failing devices are those which has short list of Dev updates and tzsync was working.

    I run this command on all four devices:

    Get-AppxPackage –AllUsers -Name *MicrosoftWindows.Client.C* | Select Name, PackageFullName

    And it give this same result on all devices: Note filter - Name *PARTIAL NAME* in PS command line

    Image

    Was the opposite for me, the ones failing are the same that failed tzsync. 🤣

    Anyway, I could fix all machines issuing these commands:

    Get-AppxPackage MicrosoftWindows.Client.Core -AllUsers | Reset-AppxPackage

    Get-AppxPackage MicrosoftWindows.Client.CBS -AllUsers | Reset-AppxPackage

    Was this answer helpful?

    0 comments No comments
  3. Pauli O 16,380 Reputation points Volunteer Moderator
    2023-02-12T07:21:36+00:00

    I use that fix. See my ADD on previous reply.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2023-02-12T07:22:15+00:00

    Hi Pauli,

    That command does not work for me.

    It is not finding anything. maybe you are using a different Power Shell version?

    Was this answer helpful?

    0 comments No comments
  5. Pauli O 16,380 Reputation points Volunteer Moderator
    2023-02-12T07:30:50+00:00

    On my devices It's working fine. Another mystery for you to resolve.

    Image

    Was this answer helpful?

    0 comments No comments