Showing posts with label from. Show all posts
Showing posts with label from. Show all posts

Saturday, March 11, 2017

iPill a capsule shape microphone from Ozaki

iPill a capsule shape microphone from Ozaki



 iPill from ozaki is a compact  microphone specially designed for iPod nano 4 and iPod touch 2, but not like any other microphone, iPill comes in capsule-like shape. It has an outstanding sound quality recording, and works with third party applications. iPill cost $13 and better than Apple’s microphone according to some reviews.


Available link for download

Read more »

Saturday, January 14, 2017

Kill Processes from Command Promt

Kill Processes from Command Promt


I know you are familiar with the traditional way to kill or end a process in Windows using Task Manager.  This method is effective but killing processes in Command Prompt provides much more control and the ability to end multiple processes at once.  All of this is possible with the TaskKill command. First, lets cover the basics.  You can kill a process by the process ID (PID) or by image name (EXE filename).
Open up an Administrative level Command Prompt and run tasklist to see all of the running processes:

C:>tasklist
 
In the example above you can see the image name and the PID for each process. If you want to kill the firefox process run:
C:>Taskkill /IM firefox.exe /F
 or
C:>Taskkill /PID 2200 /F 
The /f flag is kills the process forcefully.

If you have multiple instances of an image open such as multiple firefox.exe processes, running the taskkill /IM firefox.exe command will kill all instances. When you specify the PID only the specific instane of firefox will be terminated. The real power of taskkill are the filtering options that allow you to use the following variables and operators.

Variables:
  • STATUS
  • IMAGENAME
  • PID
  • SESSION
  • CPUTIME
  • MEMUSAGE
  • USERNAME
  • MODULES
  • SERVICES
  • WINDOWTITLE
Operators:
  • eq (equals)
  • ne (not equal)
  • gt (greater than)
  • lt (less than)
  • ge (greater than or equal)
  • le (less than or equal)
  • "*" is the wildcard.
You can use the variables and operators with the /FI filtering flag.  For example, lets say you want to end all processes that have a window title that starts with "Internet":
 C:>taskkill /FI "WINDOWTITLE eq Internet*" /F 
How about killing all processes running under the Shawn account:
C:>taskkill /FI "USERNAME eq Shawn" /F
It is also possible to kill a process running on a remote computer with taskkill.  Just run the following to kill notepad.exe on a remote computer called ShawnDesktop:
C:>taskkill /S ShawnDesktop /U RemoteAccountName /P RemoteAccountPassword /IM notepad.exe /F

To learn more about taskkill run it with the /? command just like any other Windows command.

Source


Available link for download

Read more »

Saturday, January 7, 2017

I cannot integrate IDM into my Opera browser Does Internet Download Manager take over downloads from this browser

I cannot integrate IDM into my Opera browser Does Internet Download Manager take over downloads from this browser


I cannot integrate IDM into my Opera browser. Does Internet Download Manager take over downloads from this browser?
1. Internet Download Manager fully supports Opera browser. Please note that for Opera browser its best to enable "Use advanced browser integration" option.
2. If you cannot use advanced browser integration, and if you have Opera checkbox checked for IDM basic integration in IDM "Options->General", and if IDM still cannot take over downloads from Opera, please check the following
2.1. Please check that NP_IDM1.dll, NP_IDM2.dll, NP_IDM3.dll (and possibly several similar) IDM Opera integration modules exist in "ProgramPlugins" folder in Opera root folder.
2.2. If the files above dont exist, please check NP_IDM.dll in IDM root folder ("c:program filesinternet download manager" by default). This is the pattern file that is used by IDM to generate NP_IDM*.dll integration modules for Opera. If this file does not exist, please download it from http://www.internetdownloadmanager.com/data/v5/NP_IDM.dll and place it to IDM root folder. Then uncheck and check "Integrate IDM into browsers" box for Opera on IDM "Options->General" tab and refer to item 2.1 to check the files again.
2.3. If the files from item 2.1 dont exist anyway, please check whether IDM has generated them. The files should be generated in local user profile stored in "C:Documents and SettingsApplication DataIDM" ("C:UsersAppDataRoamingIDM" for Vista OS). In order to see "Application Data" folder you need to be able to see hidden folders. To enable it, use "Tools->Folder Options" windows explorer menu item, select "View" tab and check "Show hidden files and folders" option.
2.4. Also note that for some old versions of Opera, you need to configure Opera manually for each file type. Use "Tools->Preferences..." Opera menu item, then select "Advanced" tab, and select "Downloads". For each file extension that you want to download with IDM press "Edit..." button and on next dialog select "Use plug-in" and then select "IDMan Click Catcher Plug-in" from the combo box. (For older versions of Opera browser, you may need to select preferences in "Opera->File->Preferences->Multimedia->Find_plug-ins...")


Available link for download

Read more »

Friday, January 6, 2017

Make Theme from Personal Pictures

Make Theme from Personal Pictures


Hello readers, in this post I wanna share you how to make your personal picture as a theme for your Windows 7. Follow the steps bellow:

  1. Go to Libraries folder, and create a folder to save your personal pictures which you'll make as a theme,
    Make Theme from Personal Pictures
  2. Browse for your favorite pictures from the Internet or from your local hard disk, and save them to the folder we have created in the previous step,
  3. Access the images in our library folder by right-clicking our desktop and select personalize,
Read more »


Available link for download

Read more »

Wednesday, October 12, 2016

Integrated IT Solution from Spirinet Optimum ROI at Minimum Investment

Integrated IT Solution from Spirinet Optimum ROI at Minimum Investment


Every business need IT solution to help the business operation integrated and much effective. The more sophisticated the business operation is, the more advanced IT solution needed to manage it and off course, it will need highest investment and cost.

We all know that IT cost is among the biggest issue in this tough economic. More and more companies are turning to outsource their IT department for much efficient cost. One of the leading providers for outsourcing IT solution is Spirinet. This company offers comprehensive IT Support covering all IT issues. It is ranging from computer support, helpdesk service, data storage, Application Hosting and lots more. Spirinet offers all IT solution based on on-demand service. It allows each client to choose what they really need for their business and optimize their expense in IT solution.
IT outsourcing solution from Spirinet could give lots of benefits for their clients. You don’t need to spend huge investment for hardware, server installation, software licensing and lots more. Spirinet provides all platforms needed and you’ll only pay what you actually use. Moreover, this IT Services company could also build custom solution to meet your particular business operational needs. Spirinet could guarantee that their IT solution will deliver the highest ROI for your business.


Available link for download

Read more »