Click Here PC Myths Debunked - Know the Real Facts in thr cyber World

Thursday, 29 March 2012

End hanged programs with a mouse click

Windows XP, Vista, 7

A program has crashed and is
blocking several other processes.
Normally, the only way out is to use the
Task Manager and end all programs
individually by confirming
in each case.
The ‘taskkill’ command can be used to generate atool for automatically ending hanged processes.



You can end programs without
any query in the command line, using
the ‘taskkill’ command. It even off ers
other options. For instance, it can fi rst
determine all the programs that are not
reacting anymore and only end those. If
you create a shortcut, you can save the
necessary options along with it. Rightclick
on a free spot on the desktop and
select the context command ‘New |
Shortcut’. Enter the following command
in the input field: taskkill /F /F1
“STATUS eq NOT RESPONDING” and
click ‘Continue’.
The first option ‘/F’ compels the
processes to end while ‘/F1’ activates
the following fi lter. This fi lter verifi es the
status of all processes and reports those
with the message ‘NOT RESPONDING’
instead of ‘RUNNING’. Provide the
shortcut with a suitable name such as
‘Ending hanged programs’ and click
‘Finish’. You can subsequently even assign
another icon using the context command
‘Properties’. In the future, calling this
shortcut will suffice for ending all
processes that have crashed.
CAUTION: Make sure that you do not lose
the saved application data. Always try to
wait for a response and end the program
in the regular manner.

Monday, 26 March 2012

Start system tools without annoying user account queries

Windows Vista, 7


The security query every time you start


a system tool like Regedit is annoying.
Although the User Account Control can
generally be deactivated, this stops
Windows from warning you before
starting unknown programs.

Calling system tools via the Task Scheduler helpsavoid the annoying security query.

You can avoid the annoying
security query with a trick. Arrange for
an indirect program start using task
scheduling. Subsequently, start the
scheduled task using a shortcut which
then does not trigger off a User Account
Control, although this security mechanism
remains active for all other programs.
Click on ‘Start | Control
Panel | System and Security
| Administrative Tools | Task
Scheduler’. Confirm the User Account
Control query. Click ‘Create Task’ in the
actions pane towards the right. Enter the
name of the task in the ‘General’ tab.
Activate the ‘Run with highest privileges’
option shown below. Then switch to the
‘Actions’ tab and click ‘New’. Select ‘Start
Program’ and click ‘Browse’ to navigate
to the desired program. You can also
directly enter the call with the complete
path, for e.g. ‘C:\Windows\regedit.exe’.
Confirm with ‘OK’ and switch to the
‘Conditions’ tab. Here, deactivate all the
set options and confirm the dialog box
with ‘OK’. In the future, you will also find
this task in the list under ‘Task Scheduler
Library’.
Now, create yet another shortcut
for directly starting the task. For this,

and select the context command ‘New |
Shortcut’. Type the following in the input
field: C:\Windows\System32\schtasks.
exe /RUN /TN ??
For ‘??’, use the name that you have
assigned to the previously defined task.
Both the parameters ensure that the
named task is immediately executed.
Click ‘Continue’ and provide the shortcut
with a suitable, preferably short name
such as ‘regx’. Click ‘Finish’.
If you start the Registry Editor using
this shortcut in the future, there is no
annoying User Account Control query.
This method can also be used for other
programs.


Saturday, 24 March 2012

The online storage service is not just for developers. You can use it as a cheap online backup location for all your important files.


Amazon S3
Back up data using an
affordable cloud service
Amazon S3 is an online storage service where youonly pay for the space you use.



If you are looking for a simple,
inexpensive online Web storage service,
opt for Amazon S3. Contrary to the
popular belief, this service from Amazon
is not just for developers. It is equally
useful for home users. It can be used to
store your data like music fi les, videos,
pictures etc or you can use it to back up
your local hard drive. Instead of folders,
there are buckets in which you can store
your fi les. You have to select a region
where you wish to store the bucket.
Amazon S3 is available in US Standard,
EU (Ireland), US West (Northern
California), Asia Pacifi c (Singapore), and
Asia Pacifi c (Tokyo) regions. Select the
region closest to you so that you can
save time and minimize cost. You can
retrieve the fi les saved in the bucket via a
unique developer assigned key. Amazon
S3 is also very cost eff ective, as it
functions on the policy that you pay only
for what you consume.

Adjust font size in the Firefox menu

FireFox

Adjust font size in the Firefox
menu
UserChrome.css allows you to change font sizes inthe Firefox interface.



You can increase the font size
of the file menu items and reduce
the font size of the bookmarks if you
fi nd it to be too large. Firefox uses the
Windows default settings, so you could
increase the DPI value of the system font
size. Alternatively, you can customize
the required settings by creating a
'userChrome.css' file instead. You can
find the sample file at ‘C:\Documents and
Settings\<User Name>\Application Data\
Mozilla\Firefox\Profi les\j53h8g9g.default\
chrome'. For example, to set the font size
to 20 px for all elements of the Firefox
interface, add the line '* {font-size: 20pt
!important}'. You can also edit individual
elements, but for that, you will have to
locate the correct CSS selectors. For
more samples of CSS codes, visit : http://
www.mozilla.org/unix/customizing.html





Use hardware graphic acceleration now

Chrome 7

Google aspires to boost browser
performance with the help of GPU
acceleration sometime in the future.
But is that possible even now? Adding
a parameter in the command link
of Chrome ensures faster graphical
output.
Enabling GPU acceleration provides improvedgraphical performance in Google Chrome.



                         The integration of GPU 
acceleration in Chromehas been set for
version 9 of the browser. However, the
initial steps are already implemented
and can be used in Chrome 7 as well.
You can activate it with a command line

parameter. For this, close Chrome and
right-click on its shortcut on the desktop.
Select ‘Properties’ from the context
menu and activate the ‘Shortcut’ tab.
Add a space after the contents in the
‘Target’ text box and add the parameter
‘--‘-enable-accelerated-compositing’.
Click ‘Apply’ and ‘OK’ to close the
dialog box.
The processor of the graphic card
supports rendering the websites once
you reload the browser. Depending on
the computer confi guration, you can get
added speed when displaying websites
with complex graphical content.


Configure multifunctional homepage

Chrome 4.x onwards

In Chrome, the automatically generated
selection for new tabs is really
practical. Still, you can customize the
homepage in the browser for quick
selection and other functions. A free
Chrome extension called Incredible
Startpage helps you confi gure your
Chrome homepage.
Incredible Startpage allows you to customize theGoogle Chrome homepage.



You can customize Chrome to your
liking with the free Incredible Startpage
extension, which you can easily fi nd
online. Once you reach the extensions
page, confirm the installation and allow

access to personal data by clicking
‘Install’. Now open a new tab. To the left,
you will see a list of the last closed tabs
as well as the bookmarks. To the right,
the large fi eld off ers a quick selection for
a specifi c folder of bookmarks. To change
the displayed contents, navigate to the
desired bookmark folder, and click ‘Show
as main’ button at the base of the dialog.
Other bookmarks can also be added to
the right via drag-and-drop.




Tuesday, 20 March 2012

Customize the Office Menu to your liking.

Office 2010

The Offi ce Menu 2010 off ers many
features, but often not where you want
it. However, you can customize the
menu to your style of working.

 
From version 2010 onwards,
you can set up the menu in all Offi ce
applications individually. To do so, open
‘File | Options’ and click on ‘Customize
Ribbon’ from the options displayed on
the left.
You can even customize the standard
commands to a certain extent. To do so,
select ‘All Tabs’ in both the combo-box
sets. The section ‘Main Tab’ defi nes the
available tabs. Individual commands
are organized into groups and to display
You can add, remove and rearrange menu items inthe Office ribbon with ease.
them, click on the plus sign in front of
the relevant tabs. You can then move the
selected group by a simple drag-and anddrop
action. But before that, you will have
to create a new group, as you cannot
add a command to the existing groups.
Creating a new group is fairly simple; all
you have to do is right-click at the desired
place and then click on ‘New Group’. You
can even rename the group that you have created. For example, in Excel, the
group ‘Macros’ is in the tab ‘View’. For
immediate access, you can move this to
the ‘Start’ tab.