Thursday, 30 June 2016

Control Alt Delete

Do you remember when computers first become “accessible” and how excited you were to get your own? By own, I mean one- for the entire family. The waiting for dial up connection? No biggie. Playing Solitaire and Minecraft? An amazing way to waste time. And when all else failed and the computer froze? Pressing “Control Alt Delete”. Boom.
Now though? With the internet connected immediately, dial up not even a thing for even a home phone, and Candy Crush dominating your free time, whatever happened to “Control Alt Delete”? And how exactly did it work?
Well…. Control Alt Delete is a computer keyboard command on IBM PC compatible computers, invoked by pressing the Delete key while holding the Control and Alt keys: Ctrl+Alt+Delete. The function of the key combination differs depending on the context but it generally interrupts or facilitates interrupting a function. For instance, in pre-boot environment (before an operating system starts) or in DOS, Windows 3.0 and earlier versions of Windows or OS/2, the key combination reboots the computer. Starting with Windows 3.1, the command invokes a task manager or security related component that facilitates ending a Windows session.
But as technology has advanced, so has this function. Have you ever tried pressing that on a MAC? Go for it. It does nothing! Why? Because Apple- as (suave and sleek as they are) revamped the combo, to be different. With them? It’s Control Option Delete. Totally original huh?
What about other programs though? What happens when you press that under a different system, or maybe even get creative and throw in a few extra key board strokes? Well, observe the model, and thank me later.    . :)

Tuesday, 28 June 2016

Notepad Tricks: Cool Notepad tricks for Windows

Notepad, the text editor that comes bundled in Windows is an excellent tool for text editing. But that is not the only thing for which notepad is famous. It is also famous for its tricks and hacks. Here is a roundup of some of the best and coolest tricks that you can try using Notepad.

Matrix Falling Code Effect - Notepad CMD (.BAT) Tricks

Inspired by the movie Matrix, this falling code trick is extremely popular on social networking websites. Copy and paste the code given below in Notepad and save the file as "Matrix.bat" or *.bat.

@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks

Notepad tricks
Matrix Falling Code Effect - Notepad Trick

Upon running the bat file, you will see the "Matrix falling code" effect.

Make Your Keyboard Type (Any) Message Continuously-VBS Trick

This VBS trick can make any of your friend's keyboard type any message continuously. Open Notepad, copy the code given below and save the file as Tricks.vbs or *.vbs. You will need to restart your computer to stop this. Try this after closing all important programs.

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop
Send this file to your friends as an email attachment to see the fun.


Notepad Virus

Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives

This VBS trick will create a code which will continuously eject all your connected Optical drives. If you put them back in, it will pop them out again. Copy this code and paste it in Notepad as Virus.vbs or *.vbs.

Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop

Double click to open this file and you will be impressed by this awesome trick.

Make a Personal Diary(Log) with Notepad (Easter Eggs)

Notepad Diary
Notepad Diary
You can use this trick to create a personal log with Notepad which will automatically include the current date and time before your note. To do so, open Notepad and type .LOG in capital letters and press Enter. Save the file. Now, every time you open this file, notepad will automatically insert the current time and date before the note. Just enter your note and save the file each time after making an entry.

All these Notepad tricks are totally harmless and would not harm your PC in any way.  To close any of the VBS trick given, open task manager and close the wscript.exe process. These tricks work on Windows 8, Windows 7, Windows Vista and Windows XP.

Sunday, 26 June 2016

Watch ASCII Star Wars in Windows XP, Vista, 7, 8 & 10

Every one of us has watched Star Wars on television, computer or in a theater. It is the same movie with aliens fighting each other for galaxies and such stuff. There is nothing new in it. But wait, have you watched an ASCII (American Standard Code for Information Interchange) version of Star Wars and that too in Windows using telnet? A network protocol known only to computer wizards. Well if you have not, then you must do it now!

There is a complete copy of Star Wars done entirely in ASCII characters that you can watch in the Windows operating system (or any OS that supports telnet). The only thing required to watch it is an internet connection; speed does not matter.


A Picture showing Star Wars in command prompt

To watch it on Windows XP, Mac OS X and Linux
  1. Go to Start, Run. (Only for Windows users)
  2. Now type "telnet towel.blinkenlights.nl" without the quotes and press Enter. Users of Mac OS X and Linux can directly execute this code in the terminal window.

On Windows 10, Windows 8, Windows 8.1, Windows 7 and Windows Vista

Telnet is turned off by default in the latest versions of Windows. So, in order to watch star wars, you must first enable telnet by going to Control Panel › Programs › Turn Windows Feature On or Off and ticking both the telnet check boxes. After doing that, follow the steps given below:-
  1. Go to Start, Search in Windows Vista and Windows 7 and Windows 10. On Windows 8 and Windows 8.1, open the main Start page.
  2. Type telnet and press Enter.
  3. In the following command prompt window, type "o" without quotes and press Enter.
  4. Now type "towel.blinkenlights.nl" without the quotes and press Enter.
If you do not need telnet anymore, you can turn it off.

A command prompt window like the one in the image will open with the movie being played in it. See the movie yourself. Did you enjoy watching this new version of Star Wars? Well, I did and know it for sure that you would have too.

Saturday, 25 June 2016

Speed Up a Slow Windows 10, 8, 8.1, 7 or XP Computer

Having a slow computer is not something most users fancy, but that is what most of us end up with after prolonged usage despite having the latest hardware. Understandably, there are also a few of us who are trapped with a low-end PC and are forced to get as much out of it as possible. This article caters to both these type of users as it not only explains how to make your computer as fast as it was when new but also how to reduce the footprint of your system to utilize your PC's current system resources in the best possible way.

First thing first. Make sure your PC isn't infected by a virus, worm or other malware

Anyone who has used an infected computer will verify how painfully slow a computer becomes when infected by a virus. More tech savvy users will counter that an infected computer's speed depends upon the type of malware. To be honest, it does. However, based on my personal experience, I can say that while some malware are designed specifically for making computers slow and unresponsive, most malwares tend to decrease a computer's performance.

If your computer is infected, the first thing you need to do is deep scan your entire hard drive to remove all traces of the virus. Also, scan your secondary storage devices to make sure that they are clean as well. Additionally, make sure to follow best security practices to avoid getting infected in the future.

Increase computer speed

Remove unused and unnecessary programs

Now that we are sure that your computer is not slow because of a virus, you need to get rid of all the unnecessary programs that you have installed on your PC. To remove these programs, go to Programs in the Control Panel and uninstall your unnecessary programs one by one. If you are like most Windows users (including me) and are having a tough time figuring out which programs to uninstall as all of them seem important, follow this rule: If you have not used the program in the last month, it probably is unnecessary. It is better to uninstall that program given that you can reinstall it whenever required. It also is a good idea to remove all the useless software that came bundled with your computer. If you want, you can remove unused Windows features as well to further tone down your operating system.

Try faster alternatives to your everyday programs

If you use applications that require too much computing power to operate, you are better off replacing them with applications that do the same job as them but faster. Few resource hogging applications that you can replace are:-
1) Most resource intensive antivirus software can be replaced with the lightweight Microsoft Security Essentials.
2) Microsoft Office can be replaced with OpenOffice, an open source alternative that also has loads of amazing additions.
3) Adobe Reader can be replaced with the free Foxit Reader.
4) The newer versions of Internet Explorer (IE 10 and above) are less resource intensive. If you have been using an older version, it is time to upgrade IE or replace it with either Mozilla Firefox or Google Chrome. This will also give you faster internet speeds.

Remove unnecessary startup programs

Startup programs are the programs which start automatically each time a user logs on. Not only do they result in a slow startup, but they also run persistently, until you close them manually, continuously consuming valuable system resources (CPU and RAM) while they are running. So, disabling unnecessary startup items results in both a faster startup and a more responsive computer, as these applications not running continuously means more RAM and CPU will be available for the operations you perform on the computer.

To disable unnecessary startup programs, type msconfig in the search bar in Start menu (in Windows 10,Windows 7 and Windows Vista) and on the Start screen in Windows 8 and 8.1. On Windows XP, type this in the Run dialog box. This will start the System Configuration utility. Click on the Startup tab and disable all the applications that you think are not essential on your computer's startup. Restart your computer to see the changes. Keep in mind to not disable your security products as that will make your computer more susceptible to getting infected.

Restart your computer often

PC speed
This is assuming that you continuously use your computer for long periods of time. Each time when you close a running program in Windows. it frees the memory that the program was occupying. However, it may so happen that some parts of the memory do not get freed which results in less system resources available to you to use which ultimately results in a slower PC. When you restart your computer, these occupied spaces in the memory get freed. Although, this memory issue has been somewhat fixed in recent versions of Windows, it still is a good idea to reboot your computer at least once a day.

Check your hard drive for errors

Over time, as you use your computer, chances are that some errors might creep in your hard disk which negatively affect your computer's performance. The best way to solve this issue is by using the inbuilt Disk Check utility available in all versions of Windows. To use it, execute chkdsk /r in the Command Prompt. Remember to open the Command Prompt as an administrator. It might prompt you to restart your computer. Execute Y to restart your PC. The chkdsk/ r command scans your computer's hard drive for errors and recovers readable data. Depending upon the size of your hard disk, this step might take some time. This step might increase your computer's performance phenomenally if there are a lot of errors on your hard drive.

Make sure you have enough free space

System speed is not only dependant upon CPU and RAM. If your hard drive is above 95% full, you will notice that your system hasn't been running at the fastest speed. This happens because Windows require empty space for swap files to increase in size and also as space for temporary files. It is imperative that the more cluttered and filled a hard drive is, the more difficult it is to read. To solve this issue, delete unnecessary data or move it to external storage devices.

Repair protected Windows system files

As you use your computer, it is possible that one or more system files get damaged or get corrupted which might effect your system's performance in a negative way. Thus, it is important to check that all your system files are original and behaving as they should. The best way to check your operating system's files is through the System File Checker. To run the System File Checker, open Command Prompt as an Administrator and execute sfc /scannow. This command will check all your system files and if it finds that some of them are modified or corrupt, it will replace them with the original. This step can take anywhere between 5 to 15 minutes but is one that you should perform especially if your system has ever been infected by a virus.

Disable unnecessary visual effects

Speed up slow computer
The visual effects that make your computer look beautiful also slow it down considerably. So, if you want to get the best performance out of your computer, you should disable all these visual effects. To disable these visual effects:-
1) Press Windows Key+R to launch the Run dialog box.
2) Execute sysdm.cpl.
3) Go to the Advanced tab in the following Window and click on Settings in the Performance section.
4) Then encircle Adjust for best performance. If you want to use visual styles and themes, check it (located at the very end of the list).
5) Click on Apply to apply the changes.

Disabling these visual effects could lead to a considerable improvement in your system's performance especially if you are on Windows 7 or Windows Vista and using the Aero interface without a graphic card.

Do not run multiple antivirus programs

Make sure that no more than one antivirus program is running on your PC. An antivirus's resident protection takes a lot of resources. So, having more than one antivirus program would bring about a significant reduction in your computer's speed.

Disable sound schemes

Whenever you perform an action in Windows, a sound is played to indicate it. Although it leads to a better user experience, it also contributes towards slowing your PC down. To make your PC a lean work machine, you should disable these sounds. To disable these, open Sounds from the Control Panel or alternately type mmsys.cpl in the Run dialog box. Go to the Sound tab and select "No Sounds" from the Sounds scheme dropdown list and click Apply.

Update Windows and make sure that you are using the latest drivers for your hardware

Having all the updates ensures that your computer is running the best possible version of your operating system and your hardware is being utilized by the best possible code. Also, an updated operating system makes you more secure against future intrusions by performance reducing malware.

Make computer fast

Use a Registry Cleaner to keep your Registry in good shape

The Windows Registry is a place which keeps information about all installed programs and active system files on your system. Over time, as you install and uninstall programs, the Registry can get filled with useless entries which might increase its size making it difficult to read. This happens because most uninstallers don't remove the program's Registry entries during an uninstall. Also, the larger the Registry is on your computer, the more time Windows will take to start.

To solve this issue, use any free Registry cleaner to remove useless entries. Depending upon the number of entries in your Registry and its size, you might see a significant increase in your computer's performance.

Delete Temporary Files

Temporary files are stored in your computer as Windows operates. They are files that contain your recently accessed files list, log files, your internet history, form history, cookies and temporary internet files. Over time, the number of these files increases and cleaning them becomes important. You can use CCleaner (mentioned above) to clean them or the inbuilt Windows Disk Cleanup utility by executing cleanmgr.exe in the Run dialog box. You can also schedule a disk cleanup to ensure that it happens automatically.

Disable Windows Search Indexing Service

Fast computer
The Windows search indexing service scans all the files and folders on your system and stores information about them in a database to make searches faster. Naturally, this results in consumption of resources. If you don't use Windows Search often or are willing to trade faster searches for a faster computer (as you should), disable the indexing service. To disable it, execute services.msc in the Run dialog box. In the work area on the right side, locate Windows Search service and double click on it. In the following Properties dialog box, select Disabled from the Startup type dropdown and click OK. Restart your computer. Your searches will be slow but your computer will be faster than ever.

Check Device Manager to look for hardware conflicts

Open Device Manager to see that all the connected hardware are functioning properly. If you find a hardware conflict, take the necessary steps to resolve it. If the conflict cannot be resolved, disconnect the problematic hardware until you find a solution.

Change to High Performance power scheme

If you are running your computer on a battery and notice that it is running slow, change the power scheme to high performance to increase system speed. Keep in mind that it will increase the amount of power consumed by your computer. To change the power scheme, open Power Options from the Control Panel. You can directly search for Power Options in Windows 7, Windows 8, Windows 8.1 and Windows 10 from the Start Screen/Menu.

Check if your computer is overheating

If your computer is overheating, then it is possible that it is causing your computer to run slowly. This is because most modern processors slow down when the computer is overheated to allow the computer to cool down.

To prevent your computer from overheating, make sure that the cooling fan works properly and that there is no dust clogging the air vents as it will prevent air flow which will result in poor cooling. Clean your computer's case with a light brush and place it somewhere where it can be effectively cooled by air. If you use a laptop, a cooling pad might be of help.

Defragment your hard drive

When Windows stores a file on your hard drive, it does not look for a single place to store your file as a whole. Instead, it stores the fragments of the file randomly, i.e storing them at whatever empty space it can find the quickest. Due to this, the fragments of a single file can be scattered all across a hard disk. A hard drive that has many files distributed like this is called as fragmented. Naturally, this results in slower file access times because Windows needs to find all these pieces and put them together (something like a jigsaw puzzle) before the file can be accessed.
Defragment harddrive to increase PC speed

This is what defragmentation corrects. When you defragment a hard drive, the scattered pieces of a file are put together and stored on the hard disk in continuous cells (assuming a hard disk to be made up of a large number of cells with each cell representing a particular storage space).

To defragment your hard drive, you can use the in-built Windows Disk Defragmenter utility. It can be searched on the Start Screen/ Menu in Windows 10, 8 & 8.1 and is located at Start>Programs>Accessories>System Tools in older versions of Windows.

Use ReadyBoost to increase the speed of your Windows computer

If you are running a computer that does not have enough RAM, using a flash drive with the ReadyBoost technique can and will give you significant improvement in speed. As with ReadyBoost, your flash drive becomes a cache that stores files that you might immediately require giving you faster access times than if those files had been stored on a hard disk.

Keep in mind that ReadyBoost depends upon the condition of your flash drive and was intended to increase speeds of devices which were short on RAM. If you already have a sufficient amount of RAM, chances are that you might see very little to no improvement in speed by using it.

Reinstall Windows

This is one of the more drastic methods and should only be used if all the methods mentioned above fail to bring any significant increase in your computer's speed.
Speed up Computer

If you haven't reinstalled Windows in a really long time, it is possible that because of constant use, the system has got bogged down with useless clutter in a way that no amount of tweaking will fix its condition. Then, reinstalling Windows is the only option.

Reinstalling Windows brings about a definite increase in speed but gives you a new PC without all your software and customization. Modifying it according to your needs will take a lot of time though but that is something you must sacrifice for a faster PC.

If you use Windows 10, Windows 8 or Windows 8.1, you can refresh your PC without affecting your installed apps and settings. To refresh your Windows 8 PC, open Update and Recovery by going to Change PC Settings from the Settings button that appears when you move your mouse pointer to the right side of your screen. Windows 10 users can directly search "Refresh" from the Start menu. Under it, click Recovery. Then under Refresh your PC without affecting files, click Get Started.

Upgrade to a solid state HDD

Although solid state hard drives are a lot faster for writing and reading data than older optical hard drives, their heavy price is something that keeps them out of the range of many. Still, if you do manage to get one for your PC, the change in speed will be immediately visible.

If all else fails, get more RAM

RAM or the Random Access Memory contains all files of the currently running programs that are immediately required by the computer. Accessing files from the RAM is much faster than doing the same from a hard disk. This means that more the RAM you have, more the programs you can run without compromising on speed. RAM upgrades do not cost much and are one of the best ways to speed up a slow computer.

Tuesday, 21 June 2016

Connect a Laptop or Desktop Computer to a TV Easily


Suppose you wish to watch a movie or share a slide-show of pictures with your family on your PC but have a screen that leaves much to be desired. In such a situation, you can connect your computer to a television screen to allow your entire family to enjoy comfortably.

Connect Laptop Computer to Television
There are many ways in which you can connect your laptop/ computer to a television. However, the overall video quality will be different for different methods. You can choose which one to use based on the quality or the availability of hardware. The first step is to know what type of ports and connections your TV and computer have. If you already know the type of ports and connections available on your hardware, you can directly jump to Step 2. If not, then the different types of ports are explained in detail below:-

Connect PC or Laptop to TV
Different types of PC to TV connection ports
1) RCA/Composite: The oldest and the lowest quality connection available. They are the Yellow, Red and White connections most of us are familiar with. Yellow is used for composite video, white for left analog audio and red for right analog audio.

2) S-Video: S-Video or Super Video offers slightly better quality than Composite connections. As it is one of the oldest type of connections available, most televisions and computers have it. There are two types of S-Video ports, one containing 4 pins and the other containing 7 pins. This type of connection is used only for video. So you will need to connect an audio cable from your computer's headphone jack to the red and white audio inputs on your TV if you want audio to work.

3) VGA(Video Graphics Array): Most computers and televisions have a VGA port. It offers much better quality than S-Video and should be preferred if you have a HDTV. Older CRT TVs however, will not have a VGA port and will require a PC to Television converter. Just like S-Video, VGA also does not support audio and will require an additional audio cable.

Laptop Computer to TV
Different types of connecting cables to connect computers to TVs
4) DVI: Digital Video Interface offers much better quality than VGA connections. Most laptop computers and HD TVs will have these connections. Just as the name suggest, this type of connection can be used only with digital TVs. Also like the previous two, DVI connections also require the use of an audio cable for audio to work.

5) HDMI: The highest quality connections available. Most HD TVs will have this connection, however, chances are that your computer would not. If your computer happens to have a HDMI connection port, this should be preferably used. If your computer doesn't, you can use an HDMI to DVI adapter to convert HDMI to DVI.
connect laptop to tv

Step 2: Once a common type of port between the two devices is recognized, you will need the right connector cable to physically connect them. The different types of connector cables are pictured above. If you do not find two matching types of connection ports, you will need an adapter to make the connections type match.

Step 3: After connecting the two devices, on your TV, select the external input with which your TV is connected to the computer. It may be HDMI1 or AV1 depending on how you have made the connection. This is much similar to how you select input from your DVD player.

If you have followed the steps correctly, your TV should now be displaying your computer's screen.

Important: If your computer is not recognizing the external display, you must connect the TV before starting your computer. If the picture appears distorted, you will need to change the screen resolution of your TV by altering the display settings from your computer. Most older TVs will support only one display resolution while newer TVs will support plenty of them.

Sunday, 19 June 2016

How to join various video files into one video file without any software…..?


Join Video Using Command prompt



In this article I’m going to show you how to join different video files like as MPEG, DAT, MPG, mp4, AVI etc. andconvert it one video. You can join your video files using just the windows Command Prompt. No need of anyvideo joining software’s. The best method to follow is shown below.

Step-1:
For example if you have 3 videos in your hard drive root drive: video1.mpg, video2.mpg and video3.mpg just rename them to a, b, and c (just the letter without the file extension).

Example:
Rename ® video1.mpg ® a (without .mpg)
Rename ® video2.mpg ® b (without .mpg)
Rename ® video3.mpg ® c (without .mpg)

Step 2:
Now open Command Prompt ( winkey + R) or Start–>Run–>type “cmd”.

Step 3:
Then type your location like “C: , D: , E: etc.”
File location Screenshot
Step 4:
Type this code: ® Copy /b a + b + c videoname.mpg and press enter
Or
copy /b "C:\File.mp4" + "C:\File1.mp4" CombinedFile.mp4

Step 5:
Now wait till you see: 1 files<s> copied, then type exit and press enter.
Command Prompt
That's it. You are done! Hope you enjoy this trick… @@@


Note: If you want to join two files then those files must have the same extension and if you change directory C:\> to D:\> then, you just type the drive name like  "D" and colon like D: then press enter.

Saturday, 18 June 2016

Recover Deleted files in Windows with Free Tools

Have you ever deleted a file that you did not wish to and wanted to recover it but did not find it in the recycle bin? You probably deleted it permanently with Shift+Delete or emptied the Recycle Bin. Now what? Don't worry, you may still have a chance to get it back. This article lists some free software that can recover deleted files from your hard drive or any other storage device instantly.

But how do the software mentioned below undelete deleted files?
recover deleted files
When files are deleted, Windows does not delete them from your hard disk. It marks the storage space as empty for new data to be written and deletes the index entry that tells the location of those files. Unless, new files are written on that space, the deleted files are still recoverable. That's what allows these software to recover deleted files.

There are many free software that allow users to do this. Some of them are given below:-

1) Pandora Recovery
recover deleted files in Windows
Pandora Recovery is a free software that offers a wizard based interface for recovering files. It allows you to browse a drive's individual folders to look for deleted files. It also allows you search for a deleted file based on its name, file size, creation date and last access time. Its deep scan allows you to recover files that other software might have missed. Although deep scan does not return a file's original name and location, it still is effective to recover data from drives with corrupted file tables and drives that were recently formatted. It can even recover data from CDs and DVDs. 

2) TOKIWA DataRecovery
undelete files in Windows
At just over 200KB, TOKIWA DataRecovery is the smallest file recovery program in the market. It supports undeletion from FAT 12, FAT16, FAT32 and NTFS file systems. It also supports recovering NTFS compressed and EFS encrypted files. This software supports Windows and is portable as well. It also has a file shredder that allows you to wipe out files in a manner that they cannot be recovered again.

3) Recuva
undelete files
Another great freeware, Recuva offers a wizard based interface to unerase files. Recuva offers scanning deleted files based on their type (music, pictures, videos etc.). It also allows deep scanning in case a file you deleted is unrecoverable via normal search. Like TOKIWA DataRecovery, Recuva also offers securely deleting files. Recuva also has a portable version that you can keep in your flash drive.

All of these recovery software support recovery from memory sticks, digital camera cards and MP3 players. They support undeleting all types of pictures, software, movies and documents from both FAT and NTFS formatted drives. They work on Windows 8.1Windows 8Windows 7, Windows Vista and Windows XP.

Free File Recovery Software
Some important tips to increase the chances of getting your deleted files back:-

1) When a file is deleted accidentally on a storage device, make sure that you don't do anything on it as doing that would increase the chances of new data being written over your deleted files; which would make file recovery impossible.

2) If you have deleted files on your main computer (the one you are using right now), do not browse the internet, download new software or shut it down. Keep it running and go to another computer, download one of the software mentioned above that is portable and save it on a flash drive. Then plugin the flash drive in your current system and perform file recovery. Regardless of whether you accidentally delete files a lot or not, make sure to always have that software in your flash drive in case you accidentally delete important files.

3) If one software fails to recover your deleted file, it does not mean that another one wouldn't recover it too.

Wednesday, 15 June 2016

7 Wi-Fi Tweaks to Increase Your Speed


Chances are if you have a wireless internet connection at your home, you have had some trouble with the speed of the connection at least once before. That being said, a slow wireless connection can be frustrating to deal with. You are probably paying good money to your internet service provider, so slow speed is something you should not have to deal with, right? Well, the truth is wireless speed can be affected by a number of things. Luckily there are some Wi-Fi tweaks you can try that should help boost your speed and get you rolling in no time.

1. Reposition Your Router

The position of your wireless router plays a major role in the speed and strength of your wireless connection. If you are having trouble, you should try to reposition your router in a centrally located area, where the signal can equally reach each wireless device in your house. If your router is near an outside wall, try to move it closer to the middle of your house. Routers that are placed near outside walls can send some of the signal outside, which can risk your wireless connection’s strength and speed.

2. Purchase a Wireless Signal Repeater

Adding a wireless signal repeater to your home network can greatly increase the speed of your connection. A repeater works by extending your signal without having to add any additional wires. All you have to do is simply place the wireless repeater in a location that is between your router and your wireless device(s). It will instantly boost the wireless signal that is sent from the router to your devices, meaning faster speeds for you.

3. Install a New Antenna

Most wireless routers come standard with an omnidirectional antenna, meaning it broadcasts the wireless signal in a circular radius to reach various places in your home. If your router is in a perfectly centered location between all of your wireless devices, this is probably fine. But if your router isn’t perfectly centered among devices, you should think about replacing the existing antenna with a stronger one, known as a high-gain antenna. You can usually remove your old antenna and replace it with one of these stronger antennas to boost your signal strength, therefore increasing the speed of your connection. Another perk of a high-gain antenna is its ability to focus the wireless signal in any direction you prefer.

Increase Wireless internet Speed

4. Use One Brand of Equipment

You may not think that using different brands of equipment can reduce the speed of your wireless connection, but in reality it can. If you use different brands of equipment, your components may not work as efficiently. This is because many manufacturers of wireless networking equipment pre-install enhancements in all of their products. These enhancements can boost speed, but will only work if products from the same manufacturer are used simultaneously. If you are using various brands of equipment and your speed is suffering, this is definitely worth a try.

5. Reduce Frequency Interference

Many household electronics, such as cordless telephones and baby monitors, run at the same frequency as wireless routers. This means that these electronic devices can interfere with the wireless signal that is being broadcast from your router, which can affect the speed and performance of your connection. Check the box of your router to see what frequency it runs at, and try to avoid using other electronic devices that operate at the same frequency. You can also try to change the channel on your router to avoid frequency interference.

6. Check for Firmware or Driver Updates Regularly

The manufacturers of wireless routers and network adapters often release firmware or driver updates that can improve the function of your wireless connection. You can find and download these updates at the manufacturers’ websites. Updates are usually done to fix issues, add features, and strengthen your equipment’s performance. Check for these updates on a regular basis to make sure your firmware and drivers are always kept up to date.

7. Secure Your Wireless Network

If your network is not properly secured, neighbors could be using your signal. This can reduce the speed of your connection because you are in a sort, sharing the wireless signal. Set up secure passwords and some sort of wireless encryption that will prevent anyone else from accessing your wireless network. All of these Wi-Fi tweaks can greatly boost the speed of your wireless connection. If one of them does not seem to do the trick, try another or even a multitude of options. It may take a little time and patience, but once you figure out what works to speed up your connection, you will be happy you put forth the effort.

Tuesday, 14 June 2016

iPhone Tips and Tricks

Whether you are a new user or a seasoned user of Apple’s iPhone, you're most likely not making use of your smartphone to the absolute maximum. With these simple tips and tricks, you won’t learn everything about your iPhone, but you will definitely become a more proficient user. 

iPhone Tips & Tricks

You can take a screenshot.
From saving content you view on your mobile browser to taking quick snaps of funny texts, taking a screenshot can be incredibly useful in a lot of ways. Taking a quick snap of whatever is on your iPhone’s display is super quick and easy; simply press the home key at the bottom of your phone at the same time as the button at the top of the device. Your screenshot will be saved to your camera roll.

Have Fun With Siri
If you add the address for people in your contact list and then ask Siri to take you to them, she will give you directions to their house. Telling Siri about your relations will cause her to ask to remember them. If you agree, she will remember. Then, whenever you ask her to name your relation, she will. e.g. Telling Siri that Rebecca is my sister will make her tell that Rebecca is your sister whenever you ask the question, "Who is my sister?"

Instant Scrolling
If you have scrolled down a really long web page, then just tap the bar on the top of your screen to immediately be taken to the top of it.

Automatic Backup
To automatically backup your iPhone on iCloud, go to Settings > iCloud > Storage & Backup and turn on iCloud Backup. This will automatically backup your phone's critical data without the need to synchronize it again and again.

Caps Lock
To type in capital letters, just enable Caps Lock on your phone by double tapping the Shift arrow. 

Extend Battery Life
If you feel that your iPhone's battery performance is below par, you can increase it by disabling 3G, Bluetooth and push notifications. Just go to Settings> General> Network to do this.

Use the Home Button
Pressing the Home button once will take you to your Main Screen. Pressing it twice will take you to Spotlight Search which you can use to search everything on your phone.

Control what appears in Spotlight search
To control what appears in Spotlight search, go to Settings> General> Spotlight Search and select according to your needs.

Block Inappropriate Content
To do so, go to Settings> General> Restrictions and tap Enable Restrictions. This will allow you to add a pass code and select which apps you want to make accessible.

Download Apps and Music on all your iProducts
If you have many Apple devices and don't want to download the same apps or music on them again and again, you can enable automatic downloads for apps, music and iBooks by going to Settings> Store.

Send Read Receipts in iMessage
You can let others know when you have read their text messages by enabling "Send Receipts" from Settings> Messages.

Close Programs Running in the Background
Just double tap the Home Button, then hold your finger down on the app you would like to close. Then, once it starts shaking, tap the red minus icon to close. This will be of huge help if you find that your phone is running slowly.

You can be a master of autocorrect.
If you are typing a note or an e-mail, you may have had some issues with the iPhone’s autocorrect or autocomplete features. Sometimes the results from this feature are helpful and right on, but other times they are anything but helpful. If you pay attention when you type, you don’t have to be at the mercy of your iPhone. A little textbox will pop up and recommend a spelling or a completed word; to accept it press the space key. If you don’t want to accept the word, tap the tiny “x” that appears next to it. This can help you avoid some faux pas when texting. 

Create your own dictionary.
Speaking of autocorrect and autocomplete, you can create your own dictionary. When you enter a custom dictionary, your phone will autocorrect and autocomplete the things you type by inserting words you actually use. To do this, go to “Settings” and then “General.” In this menu, scroll down to the shortcuts area and tap “Add New Shortcut.” Not only will this let you enter in custom dictionary words, but you can also enter in shortcuts so that your abbreviations will end up inputting complete words in texts and emails.

Have custom ring tones for less money.
Your iPhone comes with many ringtones and message tones, but these are the same sounds that millions of other iPhone users are utilizing. If you want something unique, you may be tempted to shell out big bucks for custom ring tones. If you like to assign special ringtones to certain people or groups, this may cost you a lot. So, in order to get ringtones without breaking the bank (and taking away your app budget), you should look at applications that allow you to make ringtones out of songs you already have on your phone. Some of these cost money and should only be bought if you want to create a lot of ringtones. If you are only looking to turn out a couple of tones, you can even get a free version of these popular apps. 

Block your number from other people’s caller ID.
Blocking your number can be helpful for any number of reasons. Maybe you don’t want an ex that you need to call to have your new number, or possibly you are using your personal number for business, but you don’t want professional contacts to have your personal digits. You can block your number easily from the “Settings” menu. There, you should go to the “phone” area and select the “Show My Caller ID” option; there you need to slide over to “no.” To switch it back on, follow the same steps and slide over to “yes.”

Multitask like nobodies’ business.
One of the reasons many preferred Android to the iPhone was because it offered better multitasking. As the iOS developed, multitasking has improved. When you need to quickly switch from one app to another, you simply have to press the home button to leave an app. Then double click the home key again to reveal your most recently used apps at the bottom of the screen. A quick swipe of the finger will allow you to flick through all recently used applications, allowing you to quickly hop from one application to another; thus making you more productive.

Monday, 13 June 2016

Useful Keyboard Shortcuts for Windows Computers

While most of us are already aware of obvious keyboard shortcuts like “Alt+F4” and “Ctrl+C”, there are some obscure shortcuts which most of us tend to overlook. These keyboard shortcuts are not only useful for the average PC user but for advanced users as well. This article contains many such amazing keyboard shortcuts which if used properly could save a lot of time and effort. So let's get started.

Windows key+D: This shortcut is the keyboard equivalent of “Show the Desktop”. It is useful for quickly minimizing every open window when someone walks in and you are doing some private work.
Keyboard Shortcuts Windows

Ctrl+Shift+Esc: This shortcut directly starts the task manager. While Alt+Ctrl+Del was used to bring out the Task Manager in Windows XP and earlier versions, in Windows 10, Windows 8.1, Windows 8 and Windows 7, it just brings up the lock this computer screen.

Ctrl+Click: This shortcut is useful for opening a link in a background tab. This is useful when you have to load a page without leaving the current one.

Alt+Print Screen: takes the screenshot of the current active window as opposed to just Print Screen which takes the screenshot of the entire screen.

Shift+Click for Yes to All and No to All: If you have a lot of dialog boxes asking yes and no question, just shift+click Yes or No on one to yes all or no all.

Ctrl+C on an error dialog box to copy its contents: Suppose your computer is giving an error message and you want to copy its contents to send to the support guy, what do you do? Just press Ctrl+C while the dialog box is highlighted and its contents will be copied to your clipboard.

Ctrl+T: This keyboard shortcut opens a new tab in internet browsers.

Ctrl+Shift+T: Reopens the last closed tab.

Ctrl+Shift+N: This shortcut opens a new incognito window in Google Chrome.

Ctrl+Shift+P: Opens a new private window in Mozilla Firefox.

Alt+Enter after writing the domain name in the address bar of your browser to insert .com automatically.

Shift+Enter inserts .net domain name extension.

Ctrl+W: This shortcut closes the current tab in your browser quickly.

Ctrl+Backspace: This shortcut deletes the last word you have typed. It is useful in case you typed in a wrong word and want to delete it quickly.

Ctrl+Left or Right Arrow key: This shortcut allows you to move the cursor one word at a time instead of the default one character at a time.

Ctrl++: This shortcut allows you to zoom in web pages in web browsers. Useful when text on a web page is too small to read properly. Ctrl+Scroll wheel can also zoom in documents, file thumbnails and icons in Windows 10, Windows 8.1, Windows 8, Windows 7 and Windows Vista.

Ctrl+-: This shortcut does the reverse of the previous shortcut.

Ctrl+0: Reset the webpage's zoom.

Windows key+M: Minimizes all the open windows.

Ctrl+L: This shortcut allows you to quickly jump to the address bar of your web browser.

Windows key+Pause/Break: Quickly open the system properties dialog box. 

Ctrl+Shift+Delete: This shortcut opens the option to delete your browser's history, cookies, cache and other details that it stores while you browse the internet. This shortcut is extremely useful for the privacy conscious.

Windows Key+L: This shortcut locks your computer.

Ctrl+H: makes the history appear.

CTRL+B: Bold CTRL+U: Underline CTRL+I: Italic.

Alt+Select: This shortcut allows you to select rectangular blocks of text in Word processors, something that is not possible with simple select.

F2: Allows you to rename the selected file.

Holding Shift while inserting a device with removable storage prevents automatic run.

Ctrl+F: This keyboard shortcut opens the Find option in any program.

Ctrl+S: If you are working on a software and want to quickly save your progress, this shortcut will come in handy.

Ctrl+Home and Ctrl+End: Useful for quickly going to the top and bottom of a page.

Ctrl+P: Useful for printing the current page.

Space Bar: While viewing a web page in a browser, pressing space bar moves the page down.

Alt+Tab: Useful for quickly cycling between running applications. Press along with Shift to cycle backwards.

Ctrl+Tab: Cycle between tabs in your browser.

Ctrl+F5: Clears the cache and refreshes the current tab.

Shift+Right click: Open alternate right click options.

Alt+Double click: Open the file's properties. Alt+Enter can also be used for this.


These are some keyboard shortcuts that I found extremely useful. If you know some more useful keyboard shortcuts, do mention them in the comments.