Saturday, February 7, 2009

Use Takmanager Options in command prompt

start>>run type cmd.exe
in command prompt type "tasklist", it will show all running tasks list
to end a task type "tskill taskname",
eg: if u want to kill a process "xyz.exe"

tskill xyz
in windows vista version insted of" tskil"l use" taskkill"
you can get more information on tasklist and tskill by its help

type tskill/? for tskill help
"C:\windows\system32>tskill/?







and for tasklist type tasklist/?
C:\Documents and Settings\Arun>tasklist/?

How to Start and Stop Services using command promt

First take command prompt
(start >> run - type "cmd.exe" click "ok")

to stop a service "xyz" type
net stop xyz
syntax: net stop (servicename)

to start the service type
net start xyz
syntax: net start (servicename)

The service name for a particular executable file can be found in the registry
to view the service list in registry
First open "regedit.exe"
(start>> run - type "regedit.exe" click "ok")

goto the path "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services"
suppose you have to find a service that run a executable file "xyz.exe"

search by the file name "xyz.exe" ( ctrl + f3 to take search)
the search result will
be









"Display Name" is "service name"

to stop this service,
the command is "net stop servicexyz"


Wednesday, November 12, 2008

Google Chrome Shortcuts

CTRL + SHIFT + N : automatically opens up a Chrome ‘incognito’ window which allows you to surf on a PC without leaving behind any digital footprints.

SHIFT + Escape: allows for fast access to Chrome’s task Manager utility that allows you to nix browser processes that have gone awry.

CTRL + SHIFT + T: will open recently closed browser tabs.

Window And Tab Shortcuts:

Ctrl+N - Open a new window
Ctrl+Shift+N - Open a new window in incognito mode
Press Ctrl,and click a link - Open link in a new tab
Press Shift, and click a link - Open link in a new window
Alt+F4 - Close current window
Ctrl+T - Open a new tab
Ctrl+Shift+T - Reopen the last tab you’ve closed. Google Chrome remembers the last 10 tabs you’ve closed.
Drag link to tab - Open link in specified tab
Drag link to space between tabs - Open link in a new tab in the specified position on the tab strip
Ctrl+1 through Ctrl+8 - Switch to the tab at the specified position number. The number you press represents a position on the tab strip.
Ctrl+9 - Switch to the last tab
Ctrl+Tab or Ctrl+PgDown - Switch to the next tab
Ctrl+Shift+Tab or Ctrl+PgUp - Switch to the previous tab
Ctrl+W or Ctrl+F4 - Close current tab or pop-up
Alt+Home - Open your homepage
Ctrl+O, then select file - Open a file from your computer in Google Chrome

Shortcuts To Open Google Chrome Features:

Ctrl+B - Toggle bookmarks bar on and off
Ctrl+H - View the History page
Ctrl+J - View the Downloads page
Shift+Escape - View the Task manager

Webpage Shortcuts:

Ctrl+P - Print your current page
F5 - Reload current page
Esc - Stop page loading
Ctrl+F5 or Shift+F5 - Reload current page, ignoring cached content
Press Alt, and click a link - Download link
Ctrl+F - Open find-in-page box
Ctrl+G or F3 - Find next match for your input in the find-in-page box
Ctrl+Shift+G or Shift+F3 - Find previous match for your input in the find-in-page box
Ctrl+U - View source
Drag link to bookmarks bar - Bookmark the link
Ctrl+D - Bookmark your current webpage
Ctrl++ - Make text larger
Ctrl+- - Make text smaller
Ctrl+0 - Return to normal text size

Friday, October 24, 2008

How to Enable/Disable Auto Paly in Removable Drive

Open Group Policy Screen ( To get to the Group Policy configuration screen , go to Start Menu \ Run and type in: gpedit.msc )

You will see the Group Policy window. You should select Administrative Templates \ System in the tree view:

You will see an item "Turn off Autoplay"


Double click the item, and set the radio button to Enabled, and change the "Turn off Autoplay on" to All Drives.

Always Disable AutoRun property for all drive, it will reduce virus attack from removable media

Tuesday, October 21, 2008

AVG Anti-Virus 8.0 Virus Definition Update Error

Problem:
When updating AVG 8.0 virus definition
Receiving an error "Invalid Update Control CTF File".

Solution:
You need to remove the .CTF temp files in C:\Documents and Settings\All Users\Application Data\Avg8\update\download…. Dont delete all the .bin files in there unless you want to re-run all updates since your original installation. Only remove the avginfo files that end with .ctf.

There were two .CTF files (avginfoavi.ctf and avginfowin.ctf) in that folder.

Note: The Application Data folder is hidden by default. You need to enable Windows Explorer to show hidden files in order to view the Application Data folder. Alternately, type the above folder path in the Start, Run dialog and press {ENTER} to launch the folder.