Tuesday, 6 May 2014

Internet Download Manager [IDM] 2014 Serial Keys & Ways to Increase Download Speed

Internet Download Manager
Serial Key New! 2014:
NTOQN-7HUL9-NEPFL-13I0A
629U7-XLT5H-6SCGJ-2CENZ
XONF7-PMUOL-HU7P4-D1QQX
F9TZ9-P6IGF-SME74-2WP21
CJA0S-K6CO4-R4NPJ-EKNRK
N0Z90-KJTTW-7TZO4-I27A1
4DFQ4-OAPFS-L50GF-3GWRJ
4DFQ4-OAPFS-L50GF-3GWRJ
L67GT-CE6TR-DFT1D-XWVCM
Fist Name: BlogIDM
Last
Name:www.maythietbimo.net
Email : maythietbimo54@
gmail.com
2nd Trick is To Speed Up your
IDM (Internet Download
Manager) Download Speed!
This is very effective way to
speed up your IDM (Internet
Download Manager) download
speed. It pretty easy, simple and
fast. Let get started :
Step 1-Configuration:
1. Open IDM
2. Go to Download >>>Options
>>> Connection
3. Find Default max.
conn.number and set it to 16
4. Click ok.
Step 2-Tip & Tricks:
1. Install the lastest IDM version.
2. Download one file at a time,
don't download alot of file in the
same time
3. Don"t browse on the internet
while you are downloading.
Browsing while you download
will ruin & decrease your speed.
4. Enjoy!!!
After you have done all the stuff
stated above, your download
speed will increase about 75%.

Saturday, 10 August 2013

How to Shutdown PC with timer



How to Shutdown PC with timer
Do you know that you can make your PC shutdown at a time u wish to?
Here is the trick!!
How To Make A Shutdown Timer!
********** METHOD 1 ***************
1.    Right click on your desktop and choose "New=>shortcuts".
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 , 60secs*60mins=3600secs.
3.    Make up a name for the shortcut and you're done.
You can change the icon by right clicking=>properities=>change icon=>browse
TO ABORT:
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.
********* METHOD 2 *************
Here is another trick to shutdown at a specific time, for example you wish to shutdown at 11:35am. Type this in

start=>Run
Type Code: at 11:35 shutdown -s

TO ABORT:
Code:shutdown -a

Wednesday, 7 August 2013

MAKE WINDOWS GREET YOU WITH A CUSTOM VOICE MESSAGE AT STARTUP


MAKE WINDOWS GREET YOU WITH A CUSTOM VOICE MESSAGE AT STARTUP!!!!!!!!

Click on Start.
Navigate to All Programs, Accessories and Notepad.
Copy and paste the exact code given below.
========================================================================
Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks =================================================

Replace Username with your own name.

Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.vbs".

Copy the saved file.

Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) or to C:\Users\ User-Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 7 and Windows Vista)
(if C: is your System drive).
Paste the file
Same process for windows 8 users too.

Now next tym wen ur pc wil be started it wil welcome u in itz own voice!
Enjoy...

HOW TO SET ADMINISTRATOR PASSWORD IN WINDOWS WITHOUT KNOWING EXISTING PASSWORD.


HOW TO SET ADMINISTRATOR PASSWORD IN WINDOWS WITHOUT KNOWING EXISTING PASSWORD.

1. GO TO CONTROL PANEL

2. CLICK ON " ANDMINISTRATIVE TOOLS"

3. NOW CLICK ON " COMPUTER MANAGEMENT "

4. NOW GO TO SYSTEM TOOLS

5. DOUBLE CLICK ON LACAL USERS AND GROUPS

6. THEN FINALLY UNDER USERS U WILL SEE ALL THE USER ACCOUNTS INCLUDING ADMIN ACCOUNT.

7. NOW RIGHT CLICK ON ADMINISTRATOR AND CLICK SET PASSWORD

8. IT WILL NOT ASK FOR PREVIOUS PASSWORD SO U DON'T NEED TO KNOW IT.

9. NOW ALL DONE..! !!

Sunday, 4 August 2013

Most of you download and use pirated software from torrents or any such other sites, but sometime it gets very difficult to find serial key of those softwares. I will make it easy for you by showing you simple yet very intersting google trick which will allow you to find serial key of any software very easily.

How To Find Serial Key Of Any Software ?

The key 94FBR is a part of  Office 2000 Pro CD activation key that is widely distributed as it bypasses the activation requirements of Office 2000 Pro. By searching for 94fbr and the product name, you are guarantee that the pages that are returned are pages dealing specifically with the product you're wanting a serial for. Follow simple steps given below to learn this trick

    1. Go to Google
    2. Then type  Software Name 94FBR
  • Replace Software Name with the name of software whose serial key you want to find
  • Eg: To find serial key of Nero i will type Nero 94fbr
    3. Now press Enter and you will find serial key of software you are looking for as shown below. - See more at: http://www.coolhackingtrick.com/2013/04/finding-serial-key-of-any-software.html#sthash.0sG4ezE3.dpuf


Friday, 26 July 2013

Password Protect Any Folder Without Any Software


Password Protect Any Folder Without Any Software
-----------------------------------------------------------------------

1. Open Notepad and Copy code given below into it.


cls
@ECHO OFF
title coolhacking-tricks.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%==hacktheuniverse goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End

2. Save the notepad file as lock.bat (.bat is must)

3. Now double click on lock.bat and a new folder will be created with name MyFolder.

4. Copy all your data you want to protect in that New folder.

5. Now double click on lock.bat and when command promp appears Type Y and press enter.

6. Now MyFolder will be hidden from you view, to access that folde double click on lock.bat...

7. It will ask for password enter your password and done. (Default password is hacktheuniverse)

You can change password by changing the text hacktheuniverse in above code 

How To Download Youtube

How To Download Youtube
Videos Through VLC First grab the URL of the
YouTube video page. Now click on Media –>Open
Network stream. Paste the URL and click Play. Once VLC starts streaming the
video, click Tools –>Codec
Information and at the
bottom of the window you
will see a Location box. Copy the URL and paste it on
your browser’s address bar.
The browser will now
download the file which you
can save it to your hard disk.
Alternatively, you can record the video....