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.
VLC destroys laptop speakers
VLC destroys laptop speakers
With the release of VLC media player 1.0.0 on July 7, 2009, all problems related to playing video with different formats were gone. The best video player was released.
This may sound awkward that VLC, the best media player of all time, destroys your laptop speakers. But its true. It does destroy laptop speakers over time. This only happens to if you increase the volume above 100% but below that it reduces your experience to use VLC and many a times the sound is not audible.
What does it do?
It uses a process that create Hard-clippings which destroys small speakers, as in laptops. It is due to this process that VLC makes the audio seem louder than other Media Players.
Does Installing VLC voids speakers warranty??
Yes, installing VLC on a DELL laptop does voids your speakers warranty because they have carried out some experiments and proved that it destroys laptop speakers. It doesn't have to take anything with your laptop's warranty but it'll void only your speakers warranty.
Is there any solution?
Yes, there is a solution to solve this. Try to play a video with less than 100% volume whenever possible.
But if the sound is too low to hear under 100% volume,there is a trick to counter this problem. You just have to change some settings in VLC and prevent it from destroying your speakers.
For this check out my previous post How to avoid VLC to destroy laptop speakers OR
Follow the steps:
Step 1.
Play any video and click on Tools tab and select Effects and Filters or simply press Ctrl+E.
Step 2.
Then under Graphics Equalizer, put a check on Enable and then on 2 pass.
That's it.....you have successfully changed the settings of VLC and prevented it from destroying laptop speakers.
If you like this post then please follow us on Facebook or like our Official Page on Facebook.
With the release of VLC media player 1.0.0 on July 7, 2009, all problems related to playing video with different formats were gone. The best video player was released.
This may sound awkward that VLC, the best media player of all time, destroys your laptop speakers. But its true. It does destroy laptop speakers over time. This only happens to if you increase the volume above 100% but below that it reduces your experience to use VLC and many a times the sound is not audible.
What does it do?
It uses a process that create Hard-clippings which destroys small speakers, as in laptops. It is due to this process that VLC makes the audio seem louder than other Media Players.
Does Installing VLC voids speakers warranty??
Yes, installing VLC on a DELL laptop does voids your speakers warranty because they have carried out some experiments and proved that it destroys laptop speakers. It doesn't have to take anything with your laptop's warranty but it'll void only your speakers warranty.
Is there any solution?
Yes, there is a solution to solve this. Try to play a video with less than 100% volume whenever possible.
But if the sound is too low to hear under 100% volume,there is a trick to counter this problem. You just have to change some settings in VLC and prevent it from destroying your speakers.
For this check out my previous post How to avoid VLC to destroy laptop speakers OR
Follow the steps:
Step 1.
Play any video and click on Tools tab and select Effects and Filters or simply press Ctrl+E.
Step 2.
Then under Graphics Equalizer, put a check on Enable and then on 2 pass.
That's it.....you have successfully changed the settings of VLC and prevented it from destroying laptop speakers.
If you like this post then please follow us on Facebook or like our Official Page on Facebook.
Remove write protection error from pendrives using registry
Remove write protection error from pendrives using registry
A common error in pendrives which you may come across is the Write-Protection error.
This mostly occurs because of viruses, as i can tell you from my experience, otherwise there is no specific reason why this happens.
What is Write-Protection error?
When this error will affect your pendrive, you'll not be able to use your pendrive completely , i.e. you may not be able to transfer anything to your pendrive nor will be able to format it. It will irritate you a lot and you'll feel like throwing your pendrive away.
How are we gonna tackle this?
There are two methods to tackle this problem:
1. Using cmd, as I showed you this in my previous post How to remove Write Protection error from pendrives using cmd.
2. Other is by editing the Registry, it is more effective.
So, better check out this post to remove that error simply by going into the Registry.
Open run by going to the Start menu and typing run.
Read => How to increase the performance of your pendrives.
Step 2.
In the following window type regedit.
Step 3.
A new window will pop-up, then navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies.
** If Storage device Policies is not there, look at the end of the post to know how to create it.
A common error in pendrives which you may come across is the Write-Protection error.
This mostly occurs because of viruses, as i can tell you from my experience, otherwise there is no specific reason why this happens.
What is Write-Protection error?
When this error will affect your pendrive, you'll not be able to use your pendrive completely , i.e. you may not be able to transfer anything to your pendrive nor will be able to format it. It will irritate you a lot and you'll feel like throwing your pendrive away.
How are we gonna tackle this?
There are two methods to tackle this problem:
1. Using cmd, as I showed you this in my previous post How to remove Write Protection error from pendrives using cmd.
2. Other is by editing the Registry, it is more effective.
So, better check out this post to remove that error simply by going into the Registry.
Removing Write Protection using Registry.
Step 1.Open run by going to the Start menu and typing run.
Read => How to increase the performance of your pendrives.
Step 2.
In the following window type regedit.
Step 3.
A new window will pop-up, then navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies.
** If Storage device Policies is not there, look at the end of the post to know how to create it.
How to remove shortcut virus in one click
Remove shortcut virus in one click
Shortcut virus- one of the most common virus that can be found on almost every pc in the world. When it was formed, it spread like a viral all over the world.Now questions would be arriving in many minds, specially those who don't know about this, that
What is Shortcut virus?
It is a type of worm which is generally named autorun.inf.
How does it work?
It uses an autorun vulnerability for working. It automatically gets executed when you insert your pendrive into your pc. Then it makes all your files into shortcuts. After that the biggest problem arises, you see that you cannot copy any of your files from your pendrive to your pc because they had been turned to shortcuts.
Now I will share with you a simple trick to remove shortcut virus from your pendrives with a Single Click. Just follow these simple steps:
How to enable fast startup in Windows 8
How to enable fast startup in Windows 8
Windows 8, Microsoft's latest Operating System, takes less than 5 seconds to boot!! Can you imagine how fast it is?? A normal computer with any other operating system takes approximately 10-15 seconds to boot. So Windows 8 takes less than half the time for its startup.
But how Windows 8 take 5 seconds to boot??
Yes, there is an outstanding feature of Windows 8. It uses a Hybernation file to boot, and your pc is using Hybrid Startup/Shutdown. In this Hybernation file, Windows saves only some important system files and drivers, and only those are loaded during the boot process. Rest of them starts after the startup. Isn't it amazing??
Enabling Fast Startup in Windows 8:
By default, Fast startup is enabled in Windows 8 but if any how it disables or you feel your pc is taking too much time to boot, then you should follow these steps to enable it:
Read => How to speed up system startup in Windows 8 by using 4 simple tricks...
Windows 8, Microsoft's latest Operating System, takes less than 5 seconds to boot!! Can you imagine how fast it is?? A normal computer with any other operating system takes approximately 10-15 seconds to boot. So Windows 8 takes less than half the time for its startup.
But how Windows 8 take 5 seconds to boot??
Yes, there is an outstanding feature of Windows 8. It uses a Hybernation file to boot, and your pc is using Hybrid Startup/Shutdown. In this Hybernation file, Windows saves only some important system files and drivers, and only those are loaded during the boot process. Rest of them starts after the startup. Isn't it amazing??
Enabling Fast Startup in Windows 8:
By default, Fast startup is enabled in Windows 8 but if any how it disables or you feel your pc is taking too much time to boot, then you should follow these steps to enable it:
Read => How to speed up system startup in Windows 8 by using 4 simple tricks...
How to speed up system startup in Windows 8
How to speed up system startup in Windows 8
There are many a times when your startup becomes slow like a snail and your system takes minutes to boot.
With just a few tweaks, you can get your boot time to 5-10 seconds. This post will give you some tips and tricks to increase your startup speed.
Just follow these simple steps:
There are many a times when your startup becomes slow like a snail and your system takes minutes to boot.
With just a few tweaks, you can get your boot time to 5-10 seconds. This post will give you some tips and tricks to increase your startup speed.
Just follow these simple steps:
How to set a video as Desktop Wallpaper
How to set a video as Desktop Wallpaper
Hi guys, today I have brought you a nice software to set any of your videos as desktop wallpaper. You may have set many images, or slideshows as your desktop background but may never have set a video. But after reading this post you'll be able to do that. Just download the software Video Wallpaper from Official site. Click here
Hi guys, today I have brought you a nice software to set any of your videos as desktop wallpaper. You may have set many images, or slideshows as your desktop background but may never have set a video. But after reading this post you'll be able to do that. Just download the software Video Wallpaper from Official site. Click here
How to make shutdown virus
How to make shutdown virus
Hey guys, today I'm gonna tell you how to make a shutdown virus. This virus will be just like a program that will shutdown your pc after specified time. This is absolutely harmless. This will not be a program that will shutdown your pc always after the specified time to shutdown, this will only work when you start it.
So if you are transferring something to a pendrive or downloading something but have to go out and you are sure that the task will definitely complete in this much time, then this is something you need.
So just follow the steps below:
Hey guys, today I'm gonna tell you how to make a shutdown virus. This virus will be just like a program that will shutdown your pc after specified time. This is absolutely harmless. This will not be a program that will shutdown your pc always after the specified time to shutdown, this will only work when you start it.
So if you are transferring something to a pendrive or downloading something but have to go out and you are sure that the task will definitely complete in this much time, then this is something you need.
So just follow the steps below:
How to check whether your pendrive is original or not
How to check whether your pendrive is original or not
You buy pendrive at cheaper rates from small shops or from roadside stall, go home and see that its response is very poor or it doesn't have the capacity as specified to you. Now is the time to check that the pendrive is original or fake.
So to check your pendrive, follow the steps:
You buy pendrive at cheaper rates from small shops or from roadside stall, go home and see that its response is very poor or it doesn't have the capacity as specified to you. Now is the time to check that the pendrive is original or fake.
So to check your pendrive, follow the steps:
How to increase the performance of your pendrives
How to increase the performance of your pendrives
When you want to transfer your files to a pendrive and see a slow transfer speed, it irritates like anything.
So today I have brought you this cool post to increase the speed of your pendrive. Your pendrive will definitely work better after applying these tweaks.
Just follow these Steps:
When you want to transfer your files to a pendrive and see a slow transfer speed, it irritates like anything.
So today I have brought you this cool post to increase the speed of your pendrive. Your pendrive will definitely work better after applying these tweaks.
Just follow these Steps:
How to change Folder Backgrounds
How to change Folder Backgrounds
You change the background of your desktop but have you ever tried to change the background of your folders to make your pc more attractive. After reading this post you will be able to achieve this objective.
Only thing you need is Folder Background Changer which you can download from here.
Now follow these simple steps:
You change the background of your desktop but have you ever tried to change the background of your folders to make your pc more attractive. After reading this post you will be able to achieve this objective.
Only thing you need is Folder Background Changer which you can download from here.
Now follow these simple steps:
How to refresh your pc 10000 times in one click
How to refresh your pc 10000 times in one click
There are many a times when your pc becomes very slow, unresponsive, or hangs. What do you do then, close all your programs, restart your pc or refresh it many a times while holding F5. The most convenient method is refresh method. So today I'll tell you a method by which you'll be able to refresh your whole computer in a single click. It will surely take your computer back to its good state.
Just follow these simple steps:
There are many a times when your pc becomes very slow, unresponsive, or hangs. What do you do then, close all your programs, restart your pc or refresh it many a times while holding F5. The most convenient method is refresh method. So today I'll tell you a method by which you'll be able to refresh your whole computer in a single click. It will surely take your computer back to its good state.
Just follow these simple steps:
How to prevent VLC from destroying Laptops speakers
How to prevent VLC from destroying Laptops speakers
As we know VLC is considered the best Media player of all time. But it is not good for laptops under some set of conditions. As many users complaints about its harmful effects on speakers. There are many ways to avoid this, like to keep volume about 100%. But it'll badly affect your experience to use VLC. There is one way by which you can listen anything at full volume without affecting your laptop speakers. The way is very simple. Just follow step-by-step guide.
Did You Know?
Installing VLC on your Dell laptop will void your speaker's warranty.
How VLC destroys laptop speakers?
VLC uses a process that create hard-clippings and this may damage small speakers of your laptops.
This is reason why sound in VLC is louder than other players.
Step 1.
Click on Tools option on taskbar.
Step 2.
Choose the option "effect and filter".
* Or press Ctrl+E to skip both these two steps.
Step 3.
Now a dialog box will open. Under the 'audio effect' click on Graphic equilizer.
Step 4.
Now check the box named as 'enable' and '2 pass'.
Step 5.
Close the box and see the effect.
For video tutorial, visit : https://www.youtube.com/watch?v=H_iNysUPjeY
I hope this will help you.
If you like this post then please follow us on Facebook or like our Official Page on Facebook.
As we know VLC is considered the best Media player of all time. But it is not good for laptops under some set of conditions. As many users complaints about its harmful effects on speakers. There are many ways to avoid this, like to keep volume about 100%. But it'll badly affect your experience to use VLC. There is one way by which you can listen anything at full volume without affecting your laptop speakers. The way is very simple. Just follow step-by-step guide.
Did You Know?
Installing VLC on your Dell laptop will void your speaker's warranty.
How VLC destroys laptop speakers?
VLC uses a process that create hard-clippings and this may damage small speakers of your laptops.
This is reason why sound in VLC is louder than other players.
Step 1.
Click on Tools option on taskbar.
Step 2.
Choose the option "effect and filter".
* Or press Ctrl+E to skip both these two steps.
Step 3.
Now a dialog box will open. Under the 'audio effect' click on Graphic equilizer.
Step 4.
Now check the box named as 'enable' and '2 pass'.
Step 5.
Close the box and see the effect.
For video tutorial, visit : https://www.youtube.com/watch?v=H_iNysUPjeY
I hope this will help you.
If you like this post then please follow us on Facebook or like our Official Page on Facebook.
How to connect a PS3 joystick to pc
How to connect a PS3 joystick to pc
There are many a times when you want to play a game with your joystick. But you disclose that your controller is for ps3 that cannot run on your pc. So today I have brought you a simple trick to connect your ps3 joystick to your pc.
There are many a times when you want to play a game with your joystick. But you disclose that your controller is for ps3 that cannot run on your pc. So today I have brought you a simple trick to connect your ps3 joystick to your pc.
How to change the background of Start menu in Windows 8
How to change the background of Start menu in Windows 8
Have you ever wished to change the background of start menu in Windows 8?? To make your pc look more attractive I have brought you a simple way to change the background of start menu in Windows 8. You will only need a software called Decor8.
You can download that from their Official website.
Now just follow these simple steps:
Step 1.
Download and install the software.
Read => How to create Picture Password in Windows 8.
Step 2.
Open Decor8. You can change backgrounds, colours and many more things using Decor8.
Have you ever wished to change the background of start menu in Windows 8?? To make your pc look more attractive I have brought you a simple way to change the background of start menu in Windows 8. You will only need a software called Decor8.
You can download that from their Official website.
Now just follow these simple steps:
Step 1.
Download and install the software.
Read => How to create Picture Password in Windows 8.
Step 2.
Open Decor8. You can change backgrounds, colours and many more things using Decor8.
Tips to safely overclock your Graphic Card
Tips to safely overclock your Graphic Card
In my previous post I have taught you How to overclock your Graphic Card. But in this post I'm going to tell you some tips to safely overclock your Graphic Card. It will avoid overheating and will prevent your Graphic Card to take any damage.
Here are the tips:
In my previous post I have taught you How to overclock your Graphic Card. But in this post I'm going to tell you some tips to safely overclock your Graphic Card. It will avoid overheating and will prevent your Graphic Card to take any damage.
Here are the tips:
How to overclock Nvidia Graphic Cards
How to overclock Nvidia Graphic Cards
Overclocking simply means optimizing your graphic card in such a way that it gives you its maximum performance. It is very helpful to run the games flawlessly that work with some cramps. But it will not run games that previously did not run in your pc.
Now coming to the topic, you need only one software called MSI Afterburner. You can download that from their Official website.
Before you start with this, see the Tips to safely overclock your Graphic Card.
Now follow these simple steps:
Overclocking simply means optimizing your graphic card in such a way that it gives you its maximum performance. It is very helpful to run the games flawlessly that work with some cramps. But it will not run games that previously did not run in your pc.
Now coming to the topic, you need only one software called MSI Afterburner. You can download that from their Official website.
Before you start with this, see the Tips to safely overclock your Graphic Card.
Now follow these simple steps:
How to make a program using notepad
How to make a program
Hi guys, today i'm gonna tell you how to make a simple program by using notepad. It will be a program that will easily close when you press any key on your keyboard. It is completely harmless.
Now just follow these simple steps:
Hi guys, today i'm gonna tell you how to make a simple program by using notepad. It will be a program that will easily close when you press any key on your keyboard. It is completely harmless.
Now just follow these simple steps: