WMIC process is ExecutablePath

Hello

I try to run the command in PC below.  I get the error. Error details are given below
Running the command
C:\Windows\System32\wbem>WMIC.exe process get ExecutablePath
ERROR:
Description = ClassFactory cannot supply requested class

I can't go further, once I got this error.

PC: Windows 7 Home Premium.
Processor: 2nd generation inter core i7 processer.

Help me in this regard.

Thank you & best regards

Hello

You can have a look at the link:

http://msdn.Microsoft.com/en-us/library/ms974579.aspx

You can also post your request in the TechNet Forums. I would recommend posting your query in the TechNet Forums.

http://social.technet.Microsoft.com/forums/en/w7itproui/threads

Tags: Windows

Similar Questions

  • How to create a .bat file to call WMIC Path

    OFF @echo
    color 0a
    CLS
    : Start1
    echo                       1. Alias available list WMIC
    echo                       2. WMIC Path Win32_NetworkAdapter
    echo                       3. WMIC Path Win32_Processor32_64
    echo                       4. WMIC Path Win32_Hardware info
    echo                       5. WMIC Path Win32_LoadPercentage
    echo                       6. WMIC Path Win32_DiskPartition

    echo                       7. WMIC Path Win32_Network\DNS
    echo                       8. WMIC Path Win32_Processid
    echo                       9. WMIC process list
    echo workingsetsize WMIC 10.
    echo 11.WBEMTest.exe
    ECHO

    echo                       12. Return to the main Menu
    echo                       13. Output
    ECHO

    echo.
    echo.
    echo enter choice.
    SET /P variable =
    IF % variable % is 13 GOTO end
    IF % variable % is 12 menu GOTO
    IF % variable % is 11 GOTO WBEMTest
    IF % variable % is 10 GOTO workingsetsize
    IF % variable % is 9 GOTO processsort
    IF % variable % is 8 Processid GOTO
    IF % variable % is 7 GOTO Network\DNS
    IF % variable % is 6 GOTO disk partition
    IF % variable % == 5 GOTO LoadPercentage
    IF % variable % is 4 GOTO Hardware
    IF % variable % is 3 GOTO Processor32_64
    IF % variable % == 2 GOTO NetworkAdapter
    IF % variable % is 1 alias GOTO

    : alias
    off @echo
    color 0a
    CLS
    SETLOCAL ENABLEDELAYEDEXPANSION
    FOR /F "ignore = 1 tokens = 1, 5" %% IN (' WMIC / NameSpace:\\root\CLI path MSFT_CliAlias Get FriendlyName ^, target ^ |) FIND "*"') Alias.%%A=%%B SET.
    FOR /F "tokens = 2, 3 delims is." %% IN ("SET Alias"))
    The VALUE "" _Alias = %% has "."
    SET _Alias =! _Alias: ~ 0, 20.
    ECHO! _Alias! =  %%B
    )
    ENDLOCAL
    echo.
    echo export send to c:\microsoft_scriptconsole\aliases.txt
    echo.
    SETLOCAL ENABLEDELAYEDEXPANSION
    FOR /F "ignore = 1 tokens = 1, 5" %% IN (' WMIC / NameSpace:\\root\CLI path MSFT_CliAlias Get FriendlyName ^, target ^ |) FIND "*"') Alias.%%A=%%B SET.
    FOR /F "tokens = 2, 3 delims is." %% IN ("SET Alias"))
    The VALUE "" _Alias = %% has "."
    SET _Alias =! _Alias: ~ 0, 20.
    ECHO! _Alias! =  %%B
    ) > c:\microsoft_scriptconsole\aliases.txt
    ENDLOCAL
    launch CMD. EXE
    cd\
    Echo completed...
    ECHO.
    echo press ENTER to access the menu WMIC
    echo.
    pause > null
    GoTo Start1

    : Network card
    WMIC Path Win32_NetworkAdapter where "PhysicalAdapter = TRUE" Get List
    echo.
    echo export send to c:\microsoft_scriptconsole\PhysicalAdapter.txt
    echo.
    WMIC Path Win32_NetworkAdapter where "PhysicalAdapter = TRUE" Get List > c:\microsoft_scriptconsole\PhysicalAdapter.txt
    Echo completed...
    ECHO.
    echo press ENTER to access the menu WMIC
    echo.
    pause > null
    GoTo Start1

    : Processor32_64
    OFF @ECHO
    color 0a
    CLS
    echo.
    WMIC Path Win32_Processor get the AddressWidth List
    echo.
    echo export send to c:\microsoft_scriptconsole\Processor32_64.txt
    echo.
    WMIC Path Win32_Processor get the AddressWidth List > c:\microsoft_scriptconsole\Processor32_64.txt
    echo.
    Echo completed...
    ECHO.
    echo press ENTER to access the menu WMIC
    echo.
    pause > null
    GoTo Start1

    : Material
    off @echo
    color 0a
    CLS
    echo read hard drive information
    echo.
    hard drive WMIC get name, size, model List
    echo.
    echo.
    echo export send to c:\microsoft_scriptconsole\DiskDriveModel.txt
    echo.
    hard drive WMIC get name, size, model List > c:\microsoft_scriptconsole\DiskDriveModel.txt
    echo.
    echo press ENTER to get the disc manufacturer
    pause > null
    Echo.
    Provider data Echo Get
    echo.
    WMIC csproduct get name, seller, identifyingNumber List
    echo.
    echo.
    echo export send to c:\microsoft_scriptconsole\vendor.txt
    echo.
    WMIC csproduct get name, seller, identifyingNumber List > c:\microsoft_scriptconsole\vendor.txt
    echo.
    echo press ENTER to get the data from the Bios
    pause > null
    echo.
    echo to obtain the data from the Bios
    echo.
    WMIC bios get name, serial number, version
    echo.
    echo export send to c:\microsoft_scriptconsole\BiosData.txt
    echo.
    WMIC bios get name, serial number, version > c:\microsoft_scriptconsole\BiosData.txt
    echo.
    echo press ENTER for TotalPhysicalMemory
    pause > null
    echo.
    echo TotalPhysicalMemory get
    WMIC COMPUTERSYSTEM get TotalPhysicalMemory, Caption List
    echo.
    echo.
    echo export send to c:\microsoft_scriptconsole\TotalPhysicalMemory.txt
    echo.
    WMIC COMPUTERSYSTEM get TotalPhysicalMemory, legend List > c:\microsoft_scriptconsole\TotalPhysicalMemory.txt
    echo.
    Echo completed...
    ECHO.
    echo press ENTER to access the menu WMIC
    echo.
    pause > null
    GoTo Start1

    : LoadPercentage
    off @echo
    color 0a
    CLS
    echo.
    Percentage of CPU load get echo
    WMIC Path Win32_Processor get the LoadPercentage List
    echo.
    echo export send to c:\microsoft_scriptconsole\LoadPercentage.txt
    echo.
    WMIC Path Win32_Processor get the LoadPercentage List > c:\microsoft_scriptconsole\LoadPercentage.txt
    echo.
    Echo completed...
    ECHO.
    echo press ENTER to access the menu WMIC
    echo.
    pause > null
    GoTo Start1

    : Disk partition
    off @echo
    color 0a
    CLS
    disk partition get echo
    echo.
    WMIC Path Win32_DiskPartition where "BootPartition = true and PrimaryPartition = true' Get DeviceID List
    echo.
    echo.
    echo export send to c:\microsoft_scriptconsole\DiskPartition.txt
    echo.
    WMIC Path Win32_DiskPartition where "BootPartition = true and PrimaryPartition = true' Get DeviceID List > c:\microsoft_scriptconsole\DiskPartition.txt
    echo.
    echo press ENTER for LogicalDiskToPartition
    pause > null
    echo LogicalDiskToPartition Get
    echo.
    WMIC Path Win32_LogicalDiskToPartition get history ^, Dependent List
    echo.
    echo.
    echo export send to c:\microsoft_scriptconsole\LogicalDiskToPartition.txt
    echo.
    WMIC Path Win32_LogicalDiskToPartition get history ^, Dependent List > c:\microsoft_scriptconsole\LogicalDiskToPartition.txt
    echo.
    Echo completed...
    ECHO.
    echo press ENTER to access the menu WMIC
    echo.
    pause > null
    GoTo Start1

    : Network\DNS
    off @echo
    color 0a
    CLS
    echo DNSHostName get
    echo.
    WMIC Path Win32_NetworkAdapterConfiguration description ^, DNSHostName ^, DNSServerSearchOrder Format:List
    echo.
    echo.
    echo export send to c:\microsoft_scriptconsole\DNSHostName.txt
    echo.
    WMIC Path Win32_NetworkAdapterConfiguration description ^, DNSHostName ^, DNSServerSearchOrder Format:List > c:\microsoft_scriptconsole\DNSHostName.txt
    echo.
    Echo completed...
    ECHO.
    echo press ENTER to access the menu WMIC
    echo.
    pause > null
    GoTo Start1

    : Processid
    off @echo
    color 0a
    CLS
    echo.
    WMIC Path Win32_process get Caption, Processid, Commandline / Format: List
    echo.
    echo.
    echo export send to c:\microsoft_scriptconsole\Processid.txt
    Echo.
    WMIC Path Win32_process get Caption, Processid, Commandline / Format: List > c:\microsoft_scriptconsole\Processid.txt
    echo.
    Echo completed...
    ECHO.
    echo press ENTER to access the menu WMIC
    echo.
    pause > null
    GoTo Start1

    : processsort
    off @echo
    color 0a
    CLS
    echo.
    WMIC Path Win32_process. Sorting
    echo.
    echo.
    echo export send to c:\microsoft_scriptconsole\processsort.txt
    echo.
    echo set to import Excel Format
    echo.
    WMIC Path Win32_process. Sort > c:\microsoft_scriptconsole\processsort.txt
    Echo.
    echo.
    Echo completed...
    ECHO.
    echo press ENTER to access the menu WMIC
    echo.
    pause > null
    GoTo Start1

    : workingsetsize
    off @echo
    color 0a
    CLS
    echo.
    WMIC process get workingsetsize, line of list command
    echo.
    echo export send to c:\microsoft_scriptconsole\workingsetsize.txt
    echo.
    WMIC process is workingsetsize, command-line list > c:\microsoft_scriptconsole\workingsetsize.txt
    echo.
    Echo completed...
    ECHO.
    echo press ENTER to access the menu WMIC
    echo.
    pause > null
    GoTo Start1

    : WBEMTest
    off @echo
    color 0a
    CLS
    echo.
    Start/wait WBEMTest.exe
    echo.
    Echo completed...
    ECHO.
    echo press ENTER to access the menu WMIC
    echo.
    pause > null
    GoTo Start1

    : menu
    Echo completed...
    ECHO.
    echo press ENTER to access the menu
    echo.
    pause > null
    Goto menu

    : output
    Echo completed...
    ECHO.
    echo press ENTER to access the menu
    echo.
    pause > null
    Goto menu

    Hello

    Welcome to Microsoft Windows 7 answers Forum!

    Thank you for visiting the Microsoft answers Forum.

    Your question of Windows 7 is more complex than what is generally answered in the Microsoft Answers forums. It is better suited to the audience of developers on MSDN. Please post your question in the MSDN Forum. You can follow the link to your question:

    http://social.msdn.Microsoft.com/forums/en-us/VSX/threads

    Hope this information is useful.

  • Closure of a VM of 2000 Win does not

    I have a Win 2000 machine legacy that I migrated using P2V unfortunately I can't do anything with it - including close. The case, nor the functions of working poweroff, comments or not logging in and trying to close windows. Whenever I do all that I get a

    Application failed to initialize properly (0xc0000142). So my question is how do I stop the machine (so I can reboot and install Windows Server 2003) without affecting the other virtual machines on the host server that are going very well?


    The VMware tools have been installed in the virtual machine? If this isn't the case, which could partially explain the inability to power off.

    If nothing else, for example works by trying to use the vmrun command to do a soft or hard power off, you might find the vmware-vmx process that hosts your particular VM and that terminate. The vmx file path is in the command line, so, using tools such as Process Explorer of SysInternals/Microsoft, or with the natvely on WS08 and Vista Task Manager, you should be able to identify the correct process to kill. There is also the 'WMIC process' available on the servers which is best redirected to a file and notepaded.

    Of course, there is the risk of corruption of virtual disk as it is with a physical machine if she is off without a gradual stop.

    Guy Leech

    VMware vExpert 2009

    ---

    If you have found this device or any other answer useful please consider the use of buttons useful or Correct to award points.

    Post edited by: guyrleech

  • The WMIC command to uninstall an Application or software

    Dear Sir

    I want to know the WMIC command line to uninstall the software or Application which is already installed in the user's system.

    I had tried my commands like: WMIC: root\cli > process where the name = 'vlc.exe' call uninstall for example.

    But returns an error: uninstall - invalid alias verb.

    Kindly, help me on this please.

    Hi Akash,

    According to the information provided by you, please redirect your query on the MSDN forums, because they are able to help you further in this regard.

    https://social.msdn.Microsoft.com/forums/en-us/home

    Thank you.

    Nice day!

  • WMIC command fails for the domain user

    Hi all

    I use windows 7 and testing commands wmic as below

    WMIC/node: "Computer1" / User: "domain\username" / Password: "password" PROCESS CALL Create "calc.exe"

    Most of the time control fails with RPC server unavailable to users in the domain (default of 75%). Working sometimes and mostly failing to time.

    Error code

    0x800706BA-online the RPC server is unavailable.

    If I use the local user, she is successful, command below still works (100% success)

    WMIC/node: "Computer1" / User: 'Nom_ordinateur\Nom_utilisateur' / Password: 'password' PROCESS CALL Create "calc.exe"

    I have two computers running windows 7, the firewall is disabled

    Executing command from computer2 as below

    WMIC/node: "Computer1" / User: "domain\username" / Password: "password" PROCESS CALL Create "calc.exe"

    1 computer settings

    1. Adds the domain under group administrator user
    2. Configure dcom through DCOMCNFG.exe and got all rights to domain user

    (DCOM remote launch and activation permissions for a user, the remote DCOM access permissions)

    1. Rights granted to wmi namespace (root, cimv2) of domain user using wmimgmt.msc (all rights to the namespace namespace and sub)
    2. Firewall settins according to the - http://msdn.microsoft.com/en-us/library/aa822854%28v=vs.85%29.aspx

    Note: The firewall is disabled

    1. UAC disabled
    2. Check rpcss and associated to the computer and all services are running

    What could be the reason of failure for the domain user (work awhile and is Server Unavailable RPC over time). Tried to restart that wmic user system and field control did not exist, after awhile like 30-45 minutes user field the wmic commands work and default again. How to solve this problem (such as checking the logs)?

    Thank you

    Mani

    Hello

    I suggest you according to the question in this forum and check if that helps:

    http://social.technet.Microsoft.com/forums/en/winserverDS

    It will be useful.

  • storedownloadd services automatically strt and consume the bandwidth of the entire network. How to kill this process permanently

    Sampling processes 760 3 seconds with 1 millisecond of execution time between samples
    Finished, sampling
    symbols of treatment...
    Analysis storedownloadd (pid 760) sampling every 1 millisecond
    Process: storedownloadd [760]

    Path:/System/Library/PrivateFrameworks/CommerceKit.Framework/versions/A/resource s/storedownloadd
    Load

    Address: 0x1012ad000
    ID: storedownloadd
    Version: 463,9
    Code type: X 86-64
    Parent process:?

    [1]

    Date/time: 2016-10-07 16:03:55.264 + 0530
    Launch time: 2016-10-07 14:58:53.465 + 0530
    OS version: Mac OS X 10.11.6 (15-1004)

    Report Version: 7
    Analysis tool: / usr/bin/sample
    ----

    Graph of calls:
    2414 Thread_349873 DispatchQueue_1: com.apple.main - thread (series)

    + 2414 start (in libdyld.dylib) + 1 [0x7fff8b2ca5ad]
    + 2414?  (in storedownloadd) load address 0x1012ad000 + 0x1a690 [0x1012c7690]

    + CFRunLoopRun + 97 (in CoreFoundation) 2414 [0x7fff881079b1]
    + CFRunLoopRunSpecific + 296 2414 (in CoreFoundation) [0x7fff880c5ed8]

    + __CFRunLoopRun 2414 (in CoreFoundation) + 1356 [0x7fff880c668c]
    + __CFRunLoopServiceMachPort (in CoreFoundation) 2414 + 212
    [0x7fff880c71c4]
    + 414 mach_msg (in libsystem_kernel.dylib) + 55 [0x7fff8d8aa3b3]
    + 2414 mach_msg_trap (in libsystem_kernel.dylib).
    10 [0x7fff8d8aaf72]
    2414 Thread_349878 DispatchQueue_2: com.apple.libdispatch - manager (series)

    Have you tried that?

    http://osxdaily.com/2012/07/31/Stop-OS-x-automatically-Downloading-App-and-OS-x-/ updates

    Or...

    http://www.CultofMac.com/224342/cancel-instead-of-pausing-your-Mac-app-store-UPD ates-os-x-tips.

  • App, networking, process cloud runaways; Very slow to connect to servers, high fan

    I have the same problem on two different computers. A new installation (of Sierra of MacOS) (with costs users, no restored settings, preferences, etc.) fixed, but not the other. (Past the wire: all Web apps suddenly slow; fan high speed).

    On the computer that still does not, have the following processes often rampant and prevents the computer access to the servers to load pages, apps, etc..

    • trustd
    • Mail
    • messaging networks
    • Safari
    • Networking of Safari
    • storeaccountd
    • AKD
    • accountsd
    • nsurlstoraged
    • nsurlsessiond
    • syncdefsultsd
    • cloudd
    • com.apple.CommerceKit.transactionservice

    Obviously the issue transcends the user the user and settings (because it affects the settings and new users).

    So I guess that it is a problem with iCloud? A question of trousseau (iCloud)? How to fix this?

    I am VERY interested in any orientation.

    I just tried these steps recommended for new users of macOS with wifi problems: http://osxdaily.com/2016/09/22/fix-wi-fi-problems-macos-sierra/

    The problem persists.

  • iPhone 7 more (Black - 128 GB) still "processing Elements"!

    Hello

    I ordered my iPhone more black 7 128 GB on September 9 in Dubai (pre-order day itself) and it showed that the delivery would be from 4 to 10 October. Today IS OCTOBER 4 and my order status is STILL "Of ELEMENTS OF TREATMENT." I don't understand why its always 'treatment Items' in the week of delivery.

    How would it take for the process to go further.

    If someone has an idea, pls let me know!

    Thanks for reading.
    Waiting for answers,
    See you soon!

    Hello

    You will receive a shipment notification when your order has been shipped, and to access the tracking information.

    I'm afraid that no one here can tell you when it will be.

    It is a community of support based on the user.

  • launchservicesd process in El Capitan

    The iMac I (model 2013 with El Capitan 10.11.6) fine.

    He became suddenly slow, not to mention that without starting any user program.

    I looked at the process and among them there is one called

    launchservicesd, consuming 25% or more of CPU power

    continuous (50% in total with loginwindow process)!

    Is this normal?

    What could be the cause, if not the process?

    How can fix this?

    Hello

    All 3rd party extensions you are running?

    EtreCheck is a simple little app to display the important details of your system configuration and allows you to copy this information to the Clipboard. It is intended to be used with Apple Support communities to help people to help you with your Mac.

    http://www.etresoft.com/ etrecheck

  • iTunes Store is impossible to process purchases (MacOS Sierra)

    Currently, the iTunes store is not able to process purchases. This was the case for three days!

    This is the message:

    "The credit card processing is temporarily unavailable. You can continue to browse the store. Please try to make your purchase later. "

    I installed in MacOS Sierra two three days it y a. I have the latest version of iTunes. Everything worked fine a week ago, when I had OS X 10.

    Take a look at this article If you can not connect to the iTunes Store - Apple Support

  • Various system processes lead alienated CPU

    I don't know where to begin - several rotating system process drive my CPU alienated to the point where my 2014 rMBP lasts maybe 3 hours off the charger and maintains high fans.

    The processes include:

    • Google Chrome help
    • CalendarAgent
    • CalNCService
    • PhotoAnalysis
    • Process associated with Sophos (this is a commercial application of the antivirus that I need to have on my computer by work/school)

    Things, I tried, without permanent success:

    • Reset my keychain - what causes a detective of other problems leading to -.
    • Restore my computer from a time Machine to the top
    • Remove all 3 Google calendars I've linked
    • Removal of caches

    Ideas? I'm a student, so he is facing the embarrassment of fans screaming out of control... or my wrists while in the middle of burning class. I just noticed that running my MBP with an external screen made it to calm down but the process still zip to the top intermittently.

    Crazy to believe, but the deactivation of reminders iCloud did the trick...

  • The process APPNOS and APPTS are devouring my RAM and make my computer very slow.

    Hello, I have an iMac (late 2012) 2.7 Ghz intel core i5 with 8 GB of RAM. Lately, my computer has been extremely slow and almost unusable for the last 4 days. After repeatedly to close the market and stop, I finally could open the activity monitor after about 25 minutes of loading. I was shocked to see that the process APPNOS and APPTS consumed 13 GB of RAM each, with a total of 27 GB of RAM used even if my computer has only 8 GB of RAM. I left the two processes of strength and my computer still worked once, normal, but these processes continue to pour every time my computer sleeps. I hope that someone knows what these processes are and how they arise or eat more RAM that I stop.

    For what it's worth, update macOS Sierra from El Capitan did nothing.

    Thank you

    NMitchem

    You have inadvertently installed adware. You don't need to download or install anything to fix.

    Navigate to the following folder and display its content in a screenshot.

    ~/Library/LaunchAgents

    To open this folder, copy the above line and Paste in the menu to go to the Finder > go to folder... field. It should look like this:

    Take a screenshot showing the contents of the folder and post in a reply. To take a screenshot read annex of the following user Tip: write an effective communities of Apple support question.

    There will be additional instructions to follow.

    For a description of how this can happen, how to avoid it in the future, and to the actions recommended Apple read How to install adware.

    Check your settings for call control: OS X: all-Gatekeeper - Apple Support. Gatekeeper is designed to prevent you from installing software of garbage inadvertently.

  • Deleted process (agent cache_delete) producing an excessive logging

    I noticed on the Sierra that the demon of "deleted" system process produces about 500 messages in the syslog every second. Everyone knows this?

    The Console application uses a lot of CPU catching incoming messages. The launchd file is

    / System/Library/LaunchAgents/com. Apple.cache_delete.plist

    The process is

    /System/Library/PrivateFrameworks/CacheDelete.framework/deleted

    There are entries without end like this:

    by default, 22:16:00.029080 + 0100 deleted ENTRY, operation: CACHE_DELETE_PURGEABLE_OPERATION, serviceID: private >: < private info > com.apple.cache_delete demon

    by default, 22:16:00.029537 + 0100 deleted cache update for the service: private >, volume: private >, rises: private > com.apple.cache_delete demon

    default 22:16:00.029614 + 0100 deleted the amount of service information update: 0, serviceID: private >, volume: private >, emergency: 3 pushed: FALSE com.apple.cache_delete demon

    by default 22:16:00.030460 + 0100 deleted < private >: demon of com.apple.cache_delete for the end reminder

    default 22:16:00.030646 + 0100 sendNotification removed: FALSE com.apple.cache_delete demon

    by default, 22:16:00.030569 + 0100 deleted connection < private > demon of com.apple.cache_delete

    by default 22:16:00.037179 + 0100 deleted < private >: demon of com.apple.cache_delete for the end reminder

    by default, 22:16:00.038755 + 0100 deleted connection < private > demon of com.apple.cache_delete

    by default, 22:16:00.039119 + deleted 0100 finished calling plugIn beginUsing: for the NEST: 454

    by default 22:16:00.044106 + 0100 deleted < private >: ask successfully com.apple.cache_delete demon

    default 22:16:00.044272 + deleted 0100 < private > connection has been invalidated.    com Apple.cache_delete demon

    default 22:16:00.044411 + deleted 0100 < private > connection has been invalidated.    com Apple.cache_delete demon

    by default, 22:16:00.044539 + deleted 0100 shoot request for extension for the 454 pid

    by default 22:16:00.044783 + 0100 deleted < private > took 0,029310 seconds, returned: private > demon of com.apple.cache_delete

    by default 22:16:00.044966 + 0100 deleted < private >: < private updateInfo > demon of com.apple.cache_delete

    by default, 22:16:00.045105 + 0100 deleted ENTRY, operation: CACHE_DELETE_PURGEABLE_OPERATION, serviceID: private >: < private info > com.apple.cache_delete demon

    Solved the problem.

    Just delete ~/Library/Caches folder from another account and logged in.

  • Photoanalysisd process overheating my Mac on macOS Sierra

    Hello world!!

    I just upgraded to macOS SIerra in the Air of my Mac and I noticed that a process called 'photoanalysisd' is currentlu taken almost 90% of my CPU and overheat my Mac

    Anyone know what do do this process and whether he can be killed? (tried once but it came to the top once again)

    Thank you

    Ariel

    Hi Ariel

    It's Photos of indexing and analyze all your photos. It is indeed the processor intensive and depending on what size your Photos library is, could take a long time. Up to 2 days in extreme cases.

    If your computer is very hot, make sure you provide air circulation all around the case. Test lift on a wire rack as as you might have in your kitchen for the cooling of cookies or use a rack of the oven.

    If it still shows signs of overheating, you can place a fan to blow air top, or even place a cold ice pack or something cold under the computer.

    Hope this helps, Greg

  • Why do I get "installers" added randomly to my process?

    I have an early 2009 iMac 24 inch.  I installed el Capitan, and about a month later, I had performance problems.  I downloaded memory clean and discovered that I was running out of RAM. So, I added 4 gigabytes of ram for a total of 8 GB.  But I still occasionally issues, ending up with about 400 MB of RAM even with the 8 GB.  I looked at my process in Activity Monitor and discovered several "installers" taking up many gigs of memory processor. I left these processes, but every day or so, another "heating" is displayed. Given that I keep clean memory and open activity monitor, I left these process and I am very well.  The question is why do I get these installers added to the memory of my processor?

    Hi jeffh212,

    Thank you for using communities of Apple Support. Based on what you said, it seems that you have found processes that start running their own, you will need to close.
    There are a few ways this can happen. I would recommend read you these articles, they explain how you can disable some elements of opening and see if the process of return.

    OS X El Capitan: items open automatically when you connect

    Another thing you can do is to start in safe mode to disable all elements of connection and putting into service, if the problem persists.
    Try safe mode if your Mac does not end commissioning - Apple Support

    See you soon.

Maybe you are looking for

  • Page loaded in wrong tab

    I use KUbuntu 14.04 (Linux 3.13.0 - 24-generic, KDE SC Version 4.12.97, KDELibs version 4.13.0, Qt version 4.8.6, 64-bit) and 29,0 FF.Steps to reproduce:(1) open the new tab(2) type a URL (for example google.com) and press enter(3) while the URL swit

  • Satellite 5200: Disassemble the dvd player

    Hello *.How can I disassemble my 5200 DVD player?Can I release a few screws and pull out / unplug the drive or do I have to remove the bottom cover. Thanks, Joerg

  • All running slow

    I have a Pavilion A305w-Yes, an old slower Computer.Everything runs slowly and hang up and sometimes hangs. Add more memory work this out? I have much 760 MB of ram Now.How might add safely, without messing anything up? Also what type of memory card

  • PowerEdge 1855 GbE Passthrough

    Hello everyone. I'm new to the whole Blade Server system, and I have a question on the maps of passthrough GbE 1855. How does it work? I wrongly assumed that I could simply plug into port 1 or the other of the two cards passthrough I installed and th

  • I made a custom Windows installation 7 and could not back up program files. Is it possible to recover?

    Drive C: 179 GB is almost complete and the recovery drive D; is also half full.  If all of these data are still there is anyway to recover the program files?