Giter Site home page Giter Site logo

Comments (13)

adolfintel avatar adolfintel commented on May 25, 2024

I don't know, sorry :(

from windows10-privacy.

MDSilviu avatar MDSilviu commented on May 25, 2024

I skipped everything that is under "Removing Windows defender" and "Windows Store". I used a script that still disables windows store but the difference might be that it's not doing:

  • install_wim_tweak /o /c Microsoft-Windows-ContentDeliveryManager /r
  • install_wim_tweak /o /c Microsoft-Windows-Store /r
  • sc delete PushToInstall
  • sc delete InstallService

Without this i was able to install adobexd

from windows10-privacy.

adolfintel avatar adolfintel commented on May 25, 2024

It could be InstallService.
The other 3 are the store and the services responsible for autoinstalling bloatware like candy crush

from windows10-privacy.

MDSilviu avatar MDSilviu commented on May 25, 2024

I found the problem.
Running the command to remove registry entries and the service for ClipSVC causes this problem and won't allow to install uwp (for /f "tokens=1" %I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" /k /f "ClipSVC" ^| find /i "ClipSVC"') do (reg delete %I /f)).
After restoring those registry entries and adding back the service i was able to install adobe xd and also install calculator

from windows10-privacy.

DarkC343 avatar DarkC343 commented on May 25, 2024

I found the problem.
Running the command to remove registry entries and the service for ClipSVC causes this problem and won't allow to install uwp (for /f "tokens=1" %I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" /k /f "ClipSVC" ^| find /i "ClipSVC"') do (reg delete %I /f)).
After restoring those registry entries and adding back the service i was able to install adobe xd and also install calculator

Hi,
Can you help and describe more?
I've just ran that command in CMD and it was successful. How about

After restoring those registry entries and adding back the service i was able to install adobe xd and also install calculator

what should I do?

from windows10-privacy.

MDSilviu avatar MDSilviu commented on May 25, 2024

So i've downloaded the registry entries from here https://www.tenforums.com/installation-upgrade/124170-please-provide-me-registry-key-windows-1809-a.html#post1542432 and added them back trough the registry editor.
After that i added back the service by downloading the bat file for the appropriate windows release from here and running it
http://batcmd.com/windows/10/services/clipsvc/

from windows10-privacy.

DarkC343 avatar DarkC343 commented on May 25, 2024

I did the first step but I can't find any bat file in the second link to download

from windows10-privacy.

MDSilviu avatar MDSilviu commented on May 25, 2024

Sorry was the wrong link. Try this one http://batcmd.com/windows/10/services/clipsvc/

from windows10-privacy.

DarkC343 avatar DarkC343 commented on May 25, 2024

Same error like the first post, the solution didn't work for me. How did you find that windows service which caused problem? and How did you find the solution?
PS: I tried the solutions in this link before, tried to install adobe XD after each step, but failed.

from windows10-privacy.

MDSilviu avatar MDSilviu commented on May 25, 2024

After trying to install adobe xd i looked in the Event viewer, but i don't remember in what section and there was an error that was saying something about ClipSVC, after that i searched in this list for anything that contained that so i found the command that was removing it. and i tried to restore everything that was removed.
Look in the Services if the Client License Service (ClipSVC) exists, and that it has the startup type set to "Manual". And look into the Register Editor in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ClipSVC if it's there

from windows10-privacy.

DarkC343 avatar DarkC343 commented on May 25, 2024

Which list did you searched in? Where was the removing command?
screenshot

after that i searched in this list for anything that contained that so i found the command that was removing it.

from windows10-privacy.

DarkC343 avatar DarkC343 commented on May 25, 2024

Didn't worth to retry more on my current machine and also was waste of time, so I prefered to install a fresh windows 10 in a vmware virtual machine. The operation of adobe xd installation was then successful.

from windows10-privacy.

danielocdh avatar danielocdh commented on May 25, 2024

I have PushToInstall and InstallService on my computer, I didn't use install_wim_tweak at all, my store works normally and I still have the XD issue, I think it could be related to windows defender being removed?. I'm on 1803 tho.

from windows10-privacy.

Related Issues (20)

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.