Results 1 to 5 of 5

Thread: Need some information on Windows Shell & COM

  1. #1
    Join Date
    Nov 2009
    Posts
    3,400

    Need some information on Windows Shell & COM

    Hi,
    What is Windows Shell and Windows COM. I have some applications which are named as shell packs. Before using them I have ensure that they will not make any critical system change in my PC. The more I am aware is that this are some Windows tools which runs continuously in the background. Is it possible to disable them on starup. And if it is a necessary one will be okay for the my system to install those packages.

  2. #2
    Join Date
    May 2008
    Posts
    2,680

    Re: Need some information on Windows Shell & COM

    Shell means the set of all components allowing the user to interact with Windows. It is managed by software called explorer.exe, the Windows shell. It is programmed using its functions or COM interfaces, which together form what we call the Shell API. In fact, shell (shell) is the name given to software that acts as an interface between the user and the operating system. For example, in one mode system, the shell is simply interpreter command. For some, the shell is nothing more than software running on the system and is therefore not part of the system.

  3. #3
    Dr. V Guest

    Re: Need some information on Windows Shell & COM

    COM (Componnent Object Model) is a technology oriented objects independent of any operating system and any programming language to develop components usable from any language that supports this technology (C, C + +, Visual Basic and even Java etc..). COM is the foundation for many Microsoft technologies, including OLE (originally Object Linking and Embedding) Automation (OLE Automation) and ActiveX.

  4. #4
    Join Date
    Jan 2008
    Posts
    3,388

    Re: Need some information on Windows Shell & COM

    COM is neither a library nor a programming language but a specification of a binary format for objects called components, so they can be used from any language that supports this format, regardless of the language in which they were written. Given that COM uses the principles of object-oriented programming, it is easier to develop components using an object-oriented language like C + + or Smalltalk, but it can also create well as using such components using a language like C or Pascal, for example.

  5. #5
    Join Date
    May 2008
    Posts
    4,085

    Re: Need some information on Windows Shell & COM

    It is possible to disable COM service Windows. But this can make some applications unstable which depends on it to run. But still if you want to try then click on Start > Run. Type msconfig in the box and click on OK. Then go to Services tab and uncheck the box of COM+Applications or similar. Then reboot your system to check out that the settings take into effects. If some tools become unstable then you can run the service again.

Similar Threads

  1. Windows Shell Common DLL
    By Fred Fruax in forum Operating Systems
    Replies: 5
    Last Post: 07-04-2011, 06:49 AM
  2. How to search with the Windows Shell?
    By Zeppelin in forum Software Development
    Replies: 4
    Last Post: 07-11-2010, 03:37 AM
  3. Replies: 5
    Last Post: 20-03-2010, 06:42 AM
  4. Windows XP shell packs
    By Theobold in forum Customize Desktop
    Replies: 3
    Last Post: 04-06-2009, 02:03 PM
  5. Which is the best Windows Shell Replacement?
    By Rudra.J in forum Polls & Voting
    Replies: 4
    Last Post: 26-03-2009, 01:19 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,042,426.41441 seconds with 16 queries