Showing posts with label Computer Tricks. Show all posts
How to increase data transfer speed in Hard disk
How to increase data transfer speed in Hard disk
Who doesn't love speed when it comes to your pc. Faster performance of your pc makes you feel great.
But what happens when your Hard disk starts to perform like crap or takes a lot of time to process and copy files. You think that your pc has started to show its age. But did you know, sluggish performance of your Hard-disk is not always the effect of your pc's age.
So we shall discuss what causes your Hard disk to go sluggish.
Reason 1. Your Hard disk may be heavily fragmented
It simply means that the storing system of your Hard disk is not properly managed. Don't worry, it happens with all of the computers, at certain point of time.
It does severely affect the pcs which have never defragmented their Hard disks.
Solution:
Fortunately, Windows has got an inbuilt feature to Defrag the Hard disks.
To defrag an Hard disk follow these steps :
Step 1. Right click on the Hard disk to be Defragmented and select Properties.
Step 2. Switch to Tools tab and click on Optimise.
Step 3. A new window should pop-up. From there, select your Hard disk and click on Optimise.
Defragmentation will take some time to get completed.
I recommend you to use TuneUp Utilities to defrag your Hard disk, it is a powerful software to optimize your pc, which will thoroughly defrag your Hard disk and you'll get back your original faster performance from Hard disks.
Download TuneUp Utilities fom the Official website.
Using TuneUp Utilities to defrag Hard disk:
Navigate to Optimize tab > Click on Defragment Hard disk > Select Hard disk and click Next.
Reason 2. Write-Caching may be disabled
Enabling Write-Caching on your Hard disk will result in better performance of your Hard disk and pc. If it has disabled by anyhow, it can be manually enabled.
Solution:
To enable Write-Caching on your Hard disk, follow these steps:
Step 1. Right click on your Hard disk and click on Properties.
Enabling Write-Caching on your Hard disk will result in better performance of your Hard disk and pc. If it has disabled by anyhow, it can be manually enabled.
Solution:
To enable Write-Caching on your Hard disk, follow these steps:
Step 1. Right click on your Hard disk and click on Properties.
Step 2. Switch to Hardware tab and double-click on your hard disk.
You need to identify which is your Hard disk (even if the names are confusing), by looking at the icons.
Step 3. Then click on Change Settings option from the following window.
Step 4. Switch to Policies Tab and Enable Write-Caching by ticking the box.
Reason 3. Hard disk is running out of space
It has been proved that if your Hard disk has less than 20% of free space, then it will not work at its peak performance. If you want to make your Hard disk work at blazing speed as before, try to keep 20% of its space free.
For this, you can:
1. Compress files: Compressing files will result in huge amount of space to be saved. However, all of the files will not compress and save space, for ex, video and audio files will not save space but compressing an installed game will result in huge space to be saved.
2. Use TuneUp Utilities to remove Duplicate files: TuneUp Utilities has a feature of finding and removing duplicate files on your Hard disk, which may save a huge amount of space, in many cases.
Reason 3. Hard disk is running out of space
It has been proved that if your Hard disk has less than 20% of free space, then it will not work at its peak performance. If you want to make your Hard disk work at blazing speed as before, try to keep 20% of its space free.
For this, you can:
1. Compress files: Compressing files will result in huge amount of space to be saved. However, all of the files will not compress and save space, for ex, video and audio files will not save space but compressing an installed game will result in huge space to be saved.
2. Use TuneUp Utilities to remove Duplicate files: TuneUp Utilities has a feature of finding and removing duplicate files on your Hard disk, which may save a huge amount of space, in many cases.
So these were the solutions to reasons behind the slow down of your Hard disk.
If you like this post then follow us on Facebook or like our Official Page.
If you like this post then follow us on Facebook or like our Official Page.
How to open multiple websites with a single click
How to open multiple websites with a single click
Opening a website or two again and again surely does wastes your time.
For example, You log in to your Facebook account and then sign out after sometime. After a while, you're surely to log in again to your account and for this you'll open up your browser, type the url and then login.
But what if you simply open a file that will open Any Website(s) for you.
What will be that file??
That file will be a Windows batch file or a .bat file. After opening that file, your browser will be automatically launched and the specified websites will be opened. Isn't that sounds amazing??
So let's get started.......
Step 1.
Open Notepad.
Step 2.
Type the following:-
@echo off
start "Website's name" "Website's url"
start "Website's name" "Website's url"
start "Website's name" "Website's url"
**Replace "Website's name" with the original website's name.
Replace "Website's url" with the URL of the website you want to open. For ex:- www.facebook.com
Let me give you an example how the whole thing should look like.
@echo off
start "Facebook" "www.facebook.com"
start "Youtube" "www.youtube.com"
start "Internet Hub" "www.techohub.com"
Step 3.
Save this file as website.bat (.bat extension should remain same.)
Go to File > Save As.
Step 4.
Open that file and see the magic.
Now you don't need to open your favorite websites manually nor you have to make this .bat file again. If you want to visit a single website, you can make this file to open just that site.
So save your time and enjoy this trick...
Opening a website or two again and again surely does wastes your time.
For example, You log in to your Facebook account and then sign out after sometime. After a while, you're surely to log in again to your account and for this you'll open up your browser, type the url and then login.
But what if you simply open a file that will open Any Website(s) for you.
What will be that file??
That file will be a Windows batch file or a .bat file. After opening that file, your browser will be automatically launched and the specified websites will be opened. Isn't that sounds amazing??
So let's get started.......
Step 1.
Open Notepad.
Step 2.
Type the following:-
@echo off
start "Website's name" "Website's url"
start "Website's name" "Website's url"
start "Website's name" "Website's url"
**Replace "Website's name" with the original website's name.
Replace "Website's url" with the URL of the website you want to open. For ex:- www.facebook.com
Let me give you an example how the whole thing should look like.
@echo off
start "Facebook" "www.facebook.com"
start "Youtube" "www.youtube.com"
start "Internet Hub" "www.techohub.com"
Step 3.
Save this file as website.bat (.bat extension should remain same.)
Go to File > Save As.
Step 4.
Open that file and see the magic.
Now you don't need to open your favorite websites manually nor you have to make this .bat file again. If you want to visit a single website, you can make this file to open just that site.
So save your time and enjoy this trick...
And please If you like this post then follow us on Facebook or like our Official Page on Facebook.
How to cut videos using VLC
How to cut videos using VLC
Guys, ever tried to cut your videos into smaller parts. I'm sure you have. But ever wondered that you can do that using VLC??
Using VLC to cut your videos is the easiest way.
What are we gonna do?
We are going to Enable some Advanced Controls in VLC and recording videos from your desired start-point to end-point thereafter.
Just follow these simple steps to do that:-
Step 1.
Play any video using VLC.
Step 2.
Click on View Tab and then Advanced Controls.
Step 3.
You'll see some New controls in the Lower toolbar. Click on the First button i.e. Record.
Recording will start after clicking the button and it will be highlighted in Blue while recording.
Step 4.
When you want to stop the recording, Click on the Record button again.
A new video file will be saved in your pc.
Now, where will you find that File??
You will find those saved videos here C:\Users\Sumit\Videos (Replace 'Sumit' with your Username. )
Enjoy Recording and cutting your Videos......
Also read => How to prevent VLC from destroying Laptop Speakers
If you like this post then please follow us on Facebook or like our Official Page on Facebook.
Guys, ever tried to cut your videos into smaller parts. I'm sure you have. But ever wondered that you can do that using VLC??
Using VLC to cut your videos is the easiest way.
What are we gonna do?
We are going to Enable some Advanced Controls in VLC and recording videos from your desired start-point to end-point thereafter.
Just follow these simple steps to do that:-
Step 1.
Play any video using VLC.
Step 2.
Click on View Tab and then Advanced Controls.
Step 3.
You'll see some New controls in the Lower toolbar. Click on the First button i.e. Record.
Recording will start after clicking the button and it will be highlighted in Blue while recording.
Step 4.
When you want to stop the recording, Click on the Record button again.
A new video file will be saved in your pc.
Now, where will you find that File??
You will find those saved videos here C:\Users\Sumit\Videos (Replace 'Sumit' with your Username. )
Enjoy Recording and cutting your Videos......
Also read => How to prevent VLC from destroying Laptop Speakers
If you like this post then please follow us on Facebook or like our Official Page on Facebook.