Git Product home page Git Product logo

Comments (4)

dennyamarojr avatar dennyamarojr commented on September 25, 2024 1

To restore to default state of the services, run the following commands in CMD or powershell as admin
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CaptureService" /v Start /t REG_DWORD /d "3" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\DsSvc" /v "Start" /t REG_DWORD /d "3" /f

from quickboost.

dennyamarojr avatar dennyamarojr commented on September 25, 2024

Hi @JermaynCodes As describe in my issue, here's the following cause of your issue
CaptureService, which is required by Snipping Tool, depending on windows version is Snip & Sketch
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CaptureService" /v Start /t REG_DWORD /d "4" /f

Data Sharing service is also been disabled which is required by Snipping tool. If disabled shows "Failed to open a file" error
Source: https://www.winhelponline.com/blog/snip-failed-to-open-the-file-error-in-snipping-tool-sketch-app/#:~:text=To%20fix%20the%20%E2%80%9CFailed%20to%20open%20the%20file%E2%80%9D,by%20clicking%20%E2%80%9CStart%E2%80%9D.%206%20Exit%20the%20Services%20console.
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\DsSvc" /v "Start" /t REG_DWORD /d "4" /f

from quickboost.

Jermayn1 avatar Jermayn1 commented on September 25, 2024

Tysm, I will give it a try. 👍

from quickboost.

SanGraphic avatar SanGraphic commented on September 25, 2024

Issue resolved

from quickboost.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.