D
D
Daniil Kotyashkin2021-09-22 19:10:21
Windows
Daniil Kotyashkin, 2021-09-22 19:10:21

How to install Snip & Sketch?

After reinstalling Windows, "Snip and Sketch" does not work correctly, If you open it with scissors, it asks for ms-screensckretch (It seems so), "Snip and Sketch" Is in the Microsoft Store, But I don’t have it either, the Powershell command to install the Store is not help, Is there a PowerShell command to install "Snip and Sketch"?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Valentine Dagzio, 2021-09-23
@ErVinTract

Try another option with powershell:

  1. First of all, check that the "windows license manager service" is running and the mode is "Automatic" (to enter services = WIN + R, then enter services.msc)
  2. Open powershell as administrator
  3. Enter Get-AppxPackage -AllUsers | Select Name, PackageFullName
  4. From the list (in the right column) find the next line (numbers may differ)
  5. Select the entire title line (as in the screenshot) and copy it
  6. To reinstall the windows 10 store, type:
    Add-AppxPackage -DisableDevelopmentMode -Register "C:\Program Files\WindowsAPPS\copied_name_windows store\AppxManifest.xml"
  7. After executing this command, the store should be reinstalled (however, its button will not appear in the taskbar, use the search to find "Store" or "Store").

If this fails and you see an error like "access denied" or "access denied", then you should take ownership and access the C:\Program Files\WindowsApps folder (the folder is hidden)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question