Code Monkey home page Code Monkey logo

Comments (4)

spex66 avatar spex66 commented on July 19, 2024 2

@Ohaaa : late comment, but you may have missed to mention, that step 2B) is to start WMIC?

> wmic

At which commandline you run your step 3)

this was how my WMIC session looks like

wmic:root\cli>product where name="Boot Camp Services" call uninstall
Execute (\\MYCOMPUTER\ROOT\CIMV2:Win32_Product.IdentifyingNumber="{FA2B2C2A-EA41-495A-9308-60726125D562}",Name="Boot Camp Services",Version="5.1.5769")->Uninstall() (Y/N/?)? Y
Method execution successful.
Out Parameters:
instance of __PARAMETERS
{
        ReturnValue = 1603;
};

wmic:root\cli>exit

but thx for the hint anyway :)
Hope the old bootcamp services are gone after reboot
(=PA=)

from brigadier.

Ohaaa avatar Ohaaa commented on July 19, 2024 1

I'm not too much into this, but I think I might have found a solution!

  1. Go to Control Panel and find the name of the BootCamp drivers (in my case, as my system language is set to German, it's "Boot Camp-Treiber")
  2. Open Command Promt as an administrator
  3. Type in: product where name="Boot Camp-Treiber" call uninstall (put in the name your drivers have)
  4. You will be prompted to confirm your selection so press: y
  5. In my case Windows Installer briefly popped up, giving me an error message, however the BootCamp Drivers are deleted in Control Panel > Programs and in the system tray!

Hope that helps!

from brigadier.

Ohaaa avatar Ohaaa commented on July 19, 2024

Same problem here!

from brigadier.

Sohojoe avatar Sohojoe commented on July 19, 2024

Note - for English use

product where name="Boot Camp Service" call uninstall

the example above had an s in Services

also, note it takes a few mins to run

from brigadier.

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.