Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Permanently shutdown "wmiprvse.exe"  (Read 16500 times)

0 Members and 1 Guest are viewing this topic.

TheHoFL

    Topic Starter


    Intermediate

    Thanked: 5
    Permanently shutdown "wmiprvse.exe"
    « on: June 08, 2009, 04:57:18 PM »
    Hello again!

    I am trying to shutdown a process called "wmiprvse.exe". When i noticed it started i made a BAT to shutdown the process, but it start again after  a few seconds.

    This is what i have.
    Code: [Select]
    taskkill /f /IM wmiprvse.exe /T
    Any ideas?
    All your dreams can come true if you have the courage to pursue them.  - Walt Disney

    patio

    • Moderator


    • Genius
    • Maud' Dib
    • Thanked: 1769
      • Yes
    • Experience: Beginner
    • OS: Windows 7
    Re: Permanently shutdown "wmiprvse.exe"
    « Reply #1 on: June 08, 2009, 05:11:19 PM »
    This is one of those services you DO NOT want to disable...
    " Anyone who goes to a psychiatrist should have his head examined. "

    TheHoFL

      Topic Starter


      Intermediate

      Thanked: 5
      Re: Permanently shutdown "wmiprvse.exe"
      « Reply #2 on: June 08, 2009, 05:14:46 PM »
      This is something i would like to disable.

      http://www.neuber.com/taskmanager/process/wmiprvse.exe.html
      All your dreams can come true if you have the courage to pursue them.  - Walt Disney

      BatchFileBasics



        Hopeful

        Thanked: 18
        Re: Permanently shutdown "wmiprvse.exe"
        « Reply #3 on: June 08, 2009, 05:17:38 PM »
        interesting...
        but maybe not shutdown completely.
        just put it on startup
        When the power of love overcomes the love of power the world will know peace - Jimi Hendrix.

        patio

        • Moderator


        • Genius
        • Maud' Dib
        • Thanked: 1769
          • Yes
        • Experience: Beginner
        • OS: Windows 7
        Re: Permanently shutdown "wmiprvse.exe"
        « Reply #4 on: June 08, 2009, 05:18:14 PM »
        Have it your way.
        When certain Windows functions no longer work at least you'll know the cause...
        " Anyone who goes to a psychiatrist should have his head examined. "

        BatchFileBasics



          Hopeful

          Thanked: 18
          Re: Permanently shutdown "wmiprvse.exe"
          « Reply #5 on: June 08, 2009, 05:25:08 PM »
          second thought:
          run a scan with an antivus

          avg free
          Code: [Select]
          http://free.avg.com/
          run the scan for the "bad" wmipvse.exe
          Code: [Select]
          http://www.neuber.com/taskmanager/index.html

          When the power of love overcomes the love of power the world will know peace - Jimi Hendrix.

          BC_Programmer


            Mastermind
          • Typing is no substitute for thinking.
          • Thanked: 1140
            • Yes
            • Yes
            • BC-Programming.com
          • Certifications: List
          • Computer: Specs
          • Experience: Beginner
          • OS: Windows 11
          Re: Permanently shutdown "wmiprvse.exe"
          « Reply #6 on: June 08, 2009, 05:28:17 PM »
          if your going by the comments on that page it might be useful to know that half of the people aren't referring to wmiprvse but rather to a trojan infected copy of it. (or simply a malware program of the same name)
          I was trying to dereference Null Pointers before it was cool.

          BatchFileBasics



            Hopeful

            Thanked: 18
            Re: Permanently shutdown "wmiprvse.exe"
            « Reply #7 on: June 08, 2009, 05:29:29 PM »
            yea, thats why i posted the "second thought"
            and to run the scan, etc
            When the power of love overcomes the love of power the world will know peace - Jimi Hendrix.

            TheHoFL

              Topic Starter


              Intermediate

              Thanked: 5
              Re: Permanently shutdown "wmiprvse.exe"
              « Reply #8 on: June 08, 2009, 05:32:26 PM »
              Well, i am certain its not a virus. It is just something i would like to not have run. We are trying to limit are students as much as possible here.  ;) They can be fairly malicious.
              All your dreams can come true if you have the courage to pursue them.  - Walt Disney

              BatchFileBasics



                Hopeful

                Thanked: 18
                Re: Permanently shutdown "wmiprvse.exe"
                « Reply #9 on: June 08, 2009, 05:35:14 PM »
                well if you are not certain, i advise you to leave it alone

                has there been any problems?
                When the power of love overcomes the love of power the world will know peace - Jimi Hendrix.

                BC_Programmer


                  Mastermind
                • Typing is no substitute for thinking.
                • Thanked: 1140
                  • Yes
                  • Yes
                  • BC-Programming.com
                • Certifications: List
                • Computer: Specs
                • Experience: Beginner
                • OS: Windows 11
                Re: Permanently shutdown "wmiprvse.exe"
                « Reply #10 on: June 08, 2009, 05:40:33 PM »
                instead of killing the process, actually stop the services, in the services snap-in (services.msc)

                there are three involving WMI. just take note that this will render some log-on scripts useless and also possibly introduce other issues with management of the PCs and network.
                I was trying to dereference Null Pointers before it was cool.

                DaveLembke



                  Sage
                • Thanked: 662
                • Certifications: List
                • Computer: Specs
                • Experience: Expert
                • OS: Windows 10
                Re: Permanently shutdown "wmiprvse.exe"
                « Reply #11 on: June 09, 2009, 12:09:40 PM »
                Just a question here in response to the fact that this is to keep students at bay..... You can use Group Policy and Lower User Privileges to keep the system safe without butchering services. Is the service shutdown only being used because it is the easiest vs GP or Permission changes?

                I also agree that it shouldnt be disabled unless absolutely has to be.

                Does your computers and network have protection to avoid thumb drive hacksaw attacks or bootable CDs etc and other bootable media that can ignore any system configurations. Most students these days will likely used the Pen drive / thumb drive hacksaw to take unauthorized control of computers with heightened credentials and hacking tools to read unencrypted traffic etc or plant junk or flip registry keys giving themselves administrative access to the local system. If they have access to a USB Port and/or a CD or DVD Rom and the computer(s) are not supervised while they are at them attacks like this will happen.

                I remember me and my friends upset that some school computers wouldnt play games and we modified them to allow for games to be played etc back in 1992 through bootable floppy disks to boot our flavor of DOS and do whatever we wanted. Setting the computers back was a quick CTRL + ALT + DELETE and reboot and no one knew any better of our activities. Kids will be creative and will find a way if given available access to ports and drives.

                The best system I seen yet was at the last college I attended that had PXE Booting over the network and running a Terminal Session of operating system of choice XP or Vista at boot prompt. System state was all at the server side and the local computers were acting as dummy terminals with a simple batch and PXE Boot instruction.

                This setup had nothing locally that was able to be hacked and towers were all under lock and key with long cables feeding out to the display, keyboard, and mouse. It was suggested that to save your work you e-mail it to yourself for use at home or save it in your personal folder that was server side. In addition to this setup each time you logged off and back on again it wa a fresh new desktop, nothing was saved. So even if sometime tried to install or get infected it was wiped clean on reboot or shutdown.

                TheHoFL

                  Topic Starter


                  Intermediate

                  Thanked: 5
                  Re: Permanently shutdown "wmiprvse.exe"
                  « Reply #12 on: June 09, 2009, 12:15:34 PM »
                  Unfortunately we cannot disable the USB port and/or CD-ROMs. They need them for home work and school work. The IT department at our location was recently replaced so we are just getting familiar with how things were setup. They didn't document things very well. As for the group policy question. Due to only have 1 DC for a staff and a student network, we have not been given access to create or modify GPOs. Our home office location takes care of that.
                  All your dreams can come true if you have the courage to pursue them.  - Walt Disney

                  ALAN_BR



                    Hopeful

                    Thanked: 5
                    • Computer: Specs
                    • Experience: Experienced
                    • OS: Windows 7
                    Re: Permanently shutdown "wmiprvse.exe"
                    « Reply #13 on: June 09, 2009, 12:38:24 PM »
                    Sorry, I may have been sleeping at the back of the class, but I fail to see the connection between limiting students and disabling wmipvse.exe.

                    Regards
                    Alan.

                    DaveLembke



                      Sage
                    • Thanked: 662
                    • Certifications: List
                    • Computer: Specs
                    • Experience: Expert
                    • OS: Windows 10
                    Re: Permanently shutdown "wmiprvse.exe"
                    « Reply #14 on: June 09, 2009, 12:52:57 PM »
                    For USB Ports I would suggest editing BIOS of systems with password protection and disable booting through USB, this way the USB will operate, but cant boot hacksaws etc.

                    Then to hide the CD Rom Boot set it to the lowest of the order of initialization at boot Hard Drive Before CD-Rom so that the Hard Drive Kicks in and it never gets to the CD-Drive as a boot device.

                    Just be sure to set the password to something not easy to figure out, but also not to lose it. Only way to get back in if you forget the BIOS password is to open the case and press a CMOS button to clear BIOS back to default. Students who are given access to these computers and if the computers are not supervised and cases available to be opened can also reset this button inside the case and get into the BIOS. Most students would not go this far as to opening the case. Some builds come with case locks to prevent intrusion to the inside of a computer requiring a key to unlock to be able to remove panels etc.

                    Good luck running the IT Department for your School   ;D