Showing posts with label computer tricks. Show all posts
Showing posts with label computer tricks. Show all posts

Sunday, 4 December 2011

TuneUp Utilities 2011 v10.0 Full Version Free Download



TuneUp Utilities™ 2011!

Discover a world innovation:
TuneUp Program Deactivator –
for that "Windows® like it was on the very first day!" feeling.
  • World first: TuneUp Program Deactivator
  • New: Tuning status
  • New: Rating function for programs


Status & recommendations 

Status & recommendations

The intuitive Start Center with a fresh look and feel gives you complete control and access to the most important tuning steps at a glance.
Optimize system 

Optimize system

Get rid of those PC brakes and drop the dead weight in programs: for maximum speed whether working, surfing, or playing!
Gain disk space 

Gain disk space

Find and remove large resource hogs and annoying data trash to make your PC run even more efficiently.
Fix problems 


Fix problems

Fix the most common Windows® problems, scan your hard disk and restore deleted files.
Customize Windows® 

Customize Windows®

Change the visual appearance of Windows® to match your style and safely modify over 400 Windows® settings.
Overview of all functions 

Overview of all functions

Professional users have direct access to 32 optimization tools TuneUp Utilities™ 2011 offers.

Note
This is WinRAR File. You must be install WinRAR v4.65 in your System.


Monday, 28 November 2011

List Of Some Important Useful Computer Keyboard Shortcuts


There are plenty of computer shortcuts available on the internet , I will not confuse by copying all of them. I will just discuss only the most important Shortcuts we use in our daily life.
The most important shortcuts:
Ctrl + C = Copy the selected content.
Ctrl + X = Cut the selected material
Ctrl + V = Paste the content copied or cut
Ctrl + A = Select all the content
Ctrl + Z = Undo the previous action (very important when you delete or move something by mistakenly)

Shift + Delete = 
Delete permanently

Alt + F4 = 
Close or terminate the current program / shutdown the computer from desktop

Alt + F = 
File or menu option from the current program you are running.

Alt + E = 
Edit option from the program you will run

Ctrl + S = Save the content you are working on a program. This is really important when you are writing bunch of stuff in Microsoft word. But Sometimes we forget to save the document and later shout for the mistake. This simple shortcut can save the whole document.
Ctrl + B = Bold the font in Microsoft word
Ctrl + U = Underline the font in Microsoft word

Ctrl + F = 
Find a specific word or sentence. Very useful when you are searching for a specific word or sentence to match your Query.

Ctrl + P = 
Print a document

Windows key logo (the middle key between Ctrl and Alt) = Star menu

Windows key + D = 
Minimize all current programs / Maximize current programs . This is very useful key when you need to minimize some programs urgently and maximize it quickly. (there are other keys for maximizing and minimizing but this is better because it can do both the work)
Windows key + R = Open run , if you know all the commands in run then you can Operate more and easily
Windows key + L = Lock your computer
Windows key + E = open my computer directly

Alt + Tab = Quickly switch between current programs . This also a very useful key when we need to work on many program at a time.

Ctrl+ Tab = 
Go forward of tab . For example in your internet browser you have opened lots of tabs & if you want to operate the tabs without the help of mouse then this shortcut is very useful.

Ctrl+shift+tab= 
Go back of TabReverse process of the previous shortcut
Space bar = Jump down
Home & End = Page up & down
Alt + Ctrl + Delete = Open task manager. One of the most important command that help you to to shutdown or reboot pc. End task or process of any program etc.




All this shortcuts are very useful for saving our time and operating a computer faster. Hope this shortcut will help you.

Saturday, 26 November 2011

Shutdown Computer With Command Prompt Or Shortcut For Shutdown

Here is a trick to shutdown your computer  at a specific time. You might be thinking what great about it, well you can shutdown your computer without the use of any software. Just shutdown your computer at specific time from RUN Command. For example if you wish to shutdown at 09:45 am. Type this in
Start=>Run
Type Code:        at 11:35 shutdown -s
To cancel or Abort the shutdown:
Type Code:                   shutdown -a
Type  Code:  “shutdown –s –m\\computername –t60”. This command will shutdown the computer on network if you have administrative access.  Here computername needs to be replaced by the exact computer name of the computer on the network to work.
Alternative method to create a shutdown timer or simply computer shutdown shortcut
Step 1: Right click on your desktop and choose “New=>shortcuts”.
Step 2: In the box that says “Type the location of the shortcut”,
type in “shutdown -s -t 3600” without the quotation marks and click next.
Note: 3600 are the amount of seconds before your computer shuts down. So , this means 3600 seconds = 60 mints (1 hour). You can change the value in the above code. You can even create multiple shutdown shortcuts. For example a computer shutdown shortcut for 30 minutes, 1 hour, 2 hours, 5 hours etc.,
Step 3: Make up a name for the shortcut and you’re done.
Optional Step 4 : You can change the icon by right clicking=>properities=>change icon=>browse
To abort or cancel the shutdown:
To make an abort key to stop the shutdown timer just create another shortcut and make
the “location of the shortcut” to ” shutdown -a” without the quotes.