Showing posts with label Others. Show all posts
Showing posts with label Others. Show all posts

Tuesday, 1 November 2016

How to kill a task using command prompt in windows?

To kill a task using command prompt follow these steps:

  • Click start button and write cmd
  • Right click cmd.exe and click Run as administrator.
  • Now write:
tasklist /FI "sessionname eq Console"  

List of running tasks will appear.

  • Now write:
taskkill /F /IM <name of task>

For example: To kill all internet explorer processes write:

taskkill /F /IM iexplorer.exe

This will help you to kill one task at a time. If you want to kill all tasks then create a .bat file with following content:

@echo off
title Kill all running apps 
cd c:windowsSystem32
for /f "skip=3 tokens=1" %%i in ('
tasklist /FI "sessionname eq Console"  ') do (
if not "%%i"=="svchost.exe"   (
if not "%%i"=="explorer.exe" (
if not "%%i"=="cmd.exe"        (
if not "%%i"=="tasklist.exe"   (
if not "%%i"=="firefox.exe"    (
echo %%i
taskkill /f /im "%%i"

                                                 )
                                       )
                            )
                 )
        )
)
pause


 Now run the .bat file

Monday, 12 October 2015

onTouch Dictionary - pop up




The offline English pop up dictionary : onTouch dictionary by adroit apps - shows the definition/meaning of words as pop up or toast. Now word lookup is so easy. It is just like a pocket dictionary. No switching between app is required.

Get ready to download: it works offline that is only one time download and afterwards, no need of internet connection.
Here's how to use it:
1- Hold and select the word you'd like to get the definitions/meaning.
2- Select the Copy button in the menu/Action Bar.

3- And your meaning will be shown as pop up /toast on a screen.
4- Pop up is visible until user closes it.

5- You can also hear the pronunciation of word directly from that pop up window.
Features:
* More than 450000 words
* Get an instant definition of any word. Simply select the word and then click on the copy button, and its meaning/definition will be displayed over currently visible application at instant.
* Depth search is also provided i.e. find the meaning of any word from the definition to any depth.
* Text to Speech is available, i.e. you can easily get the pronunciation of any words simply by selecting and copying the word.
* Compatible with Browsers, Moon+ Reader, WhatsApp and many more
* Fast as it is offline dictionary. (Internet connection is not required).
* The application gets started automatically during the booting up of the device, and works from the background. This feature can also be turned on/off from the settings of the main application.
* User can also look up for the definition of any word, just like any other dictionary application.
* You can also add a new word of our choice with your own sense of understanding.
* Customize the dictionary by adding new words and/or modifying the definition of existing words.
* A list of recently searched word for quick references.
Please send your request and feedback by email.
Keywords : popup dictionary, onscreen dictionary, free dictionary, English, offline dictionary, android dictionary, floating dictionary, floating pronunciation, depth search, Adroit apps

Thursday, 6 August 2015

Add Lyrics to mp3 file using Windows Media Player in simple steps



Download the Lyrics Plugin for Windows Media Player from www.lyricsplugin.com

Install it and play any song.

Click [Search Google] to find the lyrics of that song. Copy the lyrics.

Click [Edit] and paste the copied lyrics in lyrics textbox, you can also change the Title and Artist.
Click Save Changes

Now whenever you open that song you can see the lyrics of that song

Sunday, 2 August 2015

Remove all hyperlinks from a word file

  1. To remove a single hyperlink without losing the display text or image, right-click the hyperlink, and then click Remove Hyperlink. To remove all hyperlinks in a document, press CTRL+A to select the entire document and then press CTRL+SHIFT+F9.

Monday, 22 June 2015

How to get an alert when anyone logs into your Facebook account from a new device or browser?



Follow these steps:





  • Log In into your Facebook account and goto Settings.
  • Then Jump to “Security Settings” Tab and You can see a Login “Login Alerts” and Click on “Edit”.
  • Check the Get notifications
  • If you want to receive emails alerts then check it
  • If you want to receive text messages alerts then check it
  • Click Save Changes and enter your current password and click Submit





  • Your changes will be saved and now will get an alert when anyone logs into your Facebook account from a new device or browser


Saturday, 6 June 2015

Changing default directory of CMD

To change default directory of CMD follow these steps:


  • Open CMD and type regedit and press Enter
  • Registry Editor will open. 

  • Navigate to the key HKEY_CURRENT_USER \ Software \ Microsoft \ Command Processor from left side. Now Right click on right panel. Select New, then String Value




  • Name it as Autorun

  • Now double click Autorun and type cd /d "New Path" in Value Data textbox. For example if you want that whenever you open CMD the default path will be E:\GSBPROGRAMMING then you will type as: cd /d E:\GSBPROGRAMMING then click OK and close the Registory Editor and also CMD.

  • Now open CMD again and it will open with new default directory everytime

Sunday, 31 May 2015

Hide or Display Computer/Recycle bin Icon from desktop


To hide or display the Computer/Recycle bin Icon from desktop follow these steps:

  • Right click anywhere on the desktop
  • Select Personalize

  • In next screen Click on ‘Change desktop icons’.

  • Select the icons that you want to display in your desktop. Checking Computer’ check box will show the my computer icon.

  • Click Ok to save the changes

Sunday, 19 April 2015

How to delete all the inbox or archived messages in facebook?

Using GOOGLE CHROME 

  • Go to SETTINGS

  • Then on the upper left side click on EXTENSIONS

  • Then at the bottom click on GET MORE EXTENSIONS

  • Then on the top left side there's a SEARCH BAR write FACEBOOK DELETE ALL MESSAGES

  • Then click on the + to ADD EXTENSION ....Then close GOOGLE CHROME

  • Then re-open google chrome go to facebook click on the MESSAGE ICON and then See All

  • Just click on THE FACEBOOK DELETE EXTENSION ICON  and click launch

     
  • if u have any messages in OTHER or ARCHIVE put them all in INBOX and this EXTENSION will delete all of those inbox messages.