Pages

Ads 468x60px

Dec 16, 2011

[TRICK] Some Folder Shortcuts (Junction Points)

In Windows 7 or Vista (32-bit), you can create a folder which can give you access to a number of shortcuts in the system. Others may called it 'GodMode', but it is actually not the right term for it as Microsoft developers usually used it to have a quick access to the developed system.

GodMode contents

You can create the the so-called 'GodMode' by the following steps:

Step 1: Create a new folder on your desktop (or any directory you want)
Step 2: Name it as GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}

The one in red is actually the name of the output folder. You don't have to actually named it as GodMode, it can be others (I preferred ControlPanel). In the GodMode folder, there is a list of shortcuts which link to tools, utilities and interfaces that are  available in Control Panel – it just puts them all into one big list and categorises them.

How to Create a New Drive in My Computer

This tutorial shows you how to create a new fake drive in My Computer. Here's how you do it:

VIDEO TUTORIAL

First, change the directory to drive C using the command cd c:/

To create, type: subst z: c:\test (your folder name)

To delete, type: subst z: /d

Notes: The delete command only delete the created drive, but not the folder that you make in the C drive. To delete that, just do it manually.

How To Switch Display To Projector Mode (Windows 7)

Every laptop has a different function key combination to enable output for a projector. However, Windows 7 has simplified the display switching issues peripherally. In order to switch display to projector, first open the Projector Display menu. There are 2 methods you can use:

Method 1
Press Start Menu + P (At the same time)

How to AutoSave (AutoRecover) in Microsoft Office Word

Have you ever experience something like losing your work because you forgot to save your work before suddenly the power went out or the PC crash or something like that? Well, there is a way to auto-save the document every minute. Here's how you do it:
VIDEO TUTORIAL



Tutorial by basicxtutorial.

Dec 15, 2011

[TRICK] The Secret Behind Youtube Buffering

Do you have slow internet connection? And whenever you want to watch the video on Youtube, it is always buffering? Well, instead of just waiting for the video to buffer, why don't you turn it into a fun game. Let's see:


Notes: Just press the 'Up' or 'Down' Button on your keyboard to activate the game. Use the 'Up', 'Down', 'Left' and 'Right' keys to move the snake around. The same rules applied as the real snake game. The snake will die if it hits the wall or its own body..

Tutorial by basicxtutorial.

Dec 14, 2011

[TRICK] How to Make Words Appear in Notepad Without Typing

This is a trick on how to make words or sentences to type by themselves without you having to type them.

In this example, I'm going to make the word 'Hello?' to type by itself.

Step 1
Open a new blank Notepad.

Step 2
Type the following coding in the new blank Notepad (or just copy & paste them):

Set a = wscript.CreateObject ("wscript.shell")
a.run "Notepad"
wscript.sleep 1500
a.AppActivate "Notepad"
a.Sendkeys "place any letter/alphabet here"
wscript.sleep 500

Dec 13, 2011

How to Disable the Recycle Bin Delete Confirmation Dialog

When you want to delete a file or anything from the computer, you might encounter this:


I prefer not to have this confirmation dialog to appear when deleting my files instead i prefer the files go directly to Recycle Bin without me having to confirm it. So, here how you do it:

Dec 6, 2011

How to Add 'Delete' Button to Windows 7 Toolbar

Adding the delete button to windows toolbar makes it easier to delete files. There's no need to right-click to  delete files anymore (especially for those who don't or can't use keyboard shortcut to delete, this is one of the method to do it).

Delete toolbar
Step 1
Go to Start Menu. Type 'Regedit' and then press Enter.


Nov 23, 2011

How to Convert Word File/ Webpage to PDF

This tutorial will show you how to convert word file (.docx) or webpage to PDF. Here's how you do it:

For this tutorial, you're going to need PrimoPDF software. Download HERE.


1. Microsoft word:
1.  Open the word file that you want to convert. In this example, I'm gonna convert the file "LearningIsFun.docx".

2.  Go to Menu > Print (or just press 'Ctrl + P' on your keyboard).

Menu > Print

Nov 22, 2011

How to Increase the Internet Speed/ Bandwidth by 20%

Generally, system reserved 20% of the internet bandwidth for the purpose of updates, error reporting and other windows-related stuffs. But, with a little modification, those reserved 20%  can be restored and thus getting back the supposed speed or bandwidth. Here how you do it:

1. Go to Start Menu. Type run


 

Nov 4, 2011

How to Add IDM Extension in Google Chrome

How to enable IDM extension in Google Chrome..?

Step 1: Open Google Chrome. 
Step 2: Go to this link --> Chrome Web Store
Step 3: Click on the "+ Add to Chrome" buttton.
Step 4: Click the "Install" button when prompted.

Nov 1, 2011

How to Create A Message Box [To Display Message]

Have you ever come across of one of these?


Do you ever wonder how to make a message box like that? Well, it's so simple. You don't even be needing any special software for that. You can do it just by using the software - notepad.

Oct 26, 2011

How to Open Multiple Gmail Account in A Browser

As we all aware, each browser (Mozilla, Safari, Google Chrome, Opera Mini and etc.) can open only one account of gmail at once. Let say you have 2 account of gmail and you want to open them at the same time using the browser Mozilla Firefox, here's how you do it:

1. First, login to your google mail account.
2. Then, at the right-above corner of the page, click on the account and choose Account Settings.
3. Then, at the Personal Settings column, look for the 'Multiple sign-in' and click on the 'Edit' link.

Click on the "Edit" link

Oct 20, 2011

How to Change the Color of Your Folder

Do you want to customize the style/ color of your folders and make them look something like this:

Preview
Well, it's simple. Here how you do it:

Oct 14, 2011

How to Check Your Smartphone OS Version [Symbian]

Do you ever come to a time when you suddenly thinking about what is your mobile phone Operating System (OS)? And you wanna know  the details about the version of OS you have in your phone. Well, it's easy. The details are already in your phone.

Just go to Menu > Settings > Phone > Phone Management > About.

Menu > Settings > Phone > Phone Management > About

Sep 25, 2011

How to Turn Off User Account Control (UAC) in Window 7

User Account Control (UAC) is a technology and security infrastructure introduced by Microsoft to improve the security of Microsoft Windows by limiting application software to standard user privileges until an administrator authorizes an increase or elevation. Therefore, only applications trusted by the user may receive administrative privileges, and malware should be kept from compromising the operating system. 

User Account Control
But, sometimes UAC is kinda irritating. So, to turn off or disable the UAC, you can do that by going to Control Panel > User Accounts.

How To Put Password on a Post in Blogger

With the little help from this script, you can lock/hide some certain posts on your blogger so that only people with the password can view them. Therefore, someone without the password can't get access to that post.

To do that, copy and paste the following script to your post in HTML view.
<script type="text/javascript">
var password;
var pass1 = "PASSWORD";
password=prompt("Please enter the password to view this page:","");

if (password==pass1) {
  window.location= "LINK TO BE OPEN IF PASSWORD IS CORRECT";
} else {
  window.location= "LINK TO BE OPEN IF PASSWORD IS NOT CORRECT";
}
</script>


[TRICK] How to Display Your Name on Taskbar

How to make your taskbar display your name? Here's the simple trick using the region/language settings.

This is how it will looks like

1. Go to Menu > Control Panel > Region and Language.Then, click on the Additional settings..


2. Click on the Time tab. At the AM symbol and PM symbol, write your desire display name.

How to Change Your Computer's Time Format


Have you ever wonder how to change your computer clock from 24-hour system to 12-hour system time format? This is how you do it.

1. Go to Menu > Control Panel > Region and Language.Then, click on the Additional settings..

  

2. Click on the Time tab.At the 'Time formats' column, change the Short time to hh:mm tt and Long time to hh:mm:ss tt.

Aug 28, 2011

How to Set Premium Accounts in IDM

How to set premium accounts in Internet Download Manager (IDM)

By using IDM, you can easily download from several premium sites like Rapidshare, Fileserve, Filesonic, Hotfile, Megaupload and etc. When you set them, IDM will capture the links and the download speed will be as premium users. Here's how you do it:

First, open IDM. Go to Options. Select the Sites Logins tab.


How to Open More Than One Yahoo! Messenger Window at A Time

Do you have more than one yahoo! messenger accounts? Do you want to open all of them at a the same time?

Well, you can do that by just editing the registry in a few steps. Let me show you how.

First, open the Registry Editor (Menu > Regedit).



Aug 19, 2011

How to Speed Up Booting Process

This tutorial is tested with Window Vista and Window 7.

Did you find it really annoying when you want to boot up your computer to hurry look at something but it takes a very long time for that to happen? Well, there's a good news. It can be fixed!

There's a very simple trick to that. It is based on the fact that machines with multiple processing units can be used to speed up the booting process.

Now, let's start. Go to Menu > msconfig.



Aug 18, 2011

How to Speed Up Shutting Down/ Logging Off Process

This tutorial is tested on with Window Vista and Window 7.

Some computers may take longer time to shut down/ loggoff. This problem can be change by edit the registry of the system. To do this, go to Menu > Regedit . 



How to Check Your Invisible Friend on Yahoo! Messenger

Yahoo! messenger (also known as YM) is an advertisement-supported instant messaging client and associated protocol provided by Yahoo!. It's free and can be used worldwide.


Sometimes, people just like to appear as invisible on YM. Well, that's maybe because they don't want to be disturbed or they just like it like that. The good thing is, now you can check whether your friend is invisible or he really is offline.

For that, just go to one of these sites:

 

OR

Just type in the Yahoo ID of your friend in the search panel and press Enter. If you entered the correct ID, the picture from your friend's yahoo profile will appear. If not, then you must have the wrong ID.

How to Print Screen Your Computer Screen - via Paint

Okay, they're still people out there who doesn't know how to print screen (also known as screen capture). Print screen or screen capture is as the name, means that you can capture/ take a picture of what is on your screen by pressing PRINT SCREEN (PrtSc or PrtScn on some keyboards).


Note that some keyboards don't have the PRINT SCREEN button.So, user might use other keyboard combinations, such as Fn+Insert.


After pressing the PRINT SCREEN button, you can paste the screen capture into a document (office word, power point and etc), e‑mail message, or other file.

Okay, for the tutorial, open the page/ window that you want to print. Make sure the screen of your computer is now displaying the page/ window that you want to print. Press the PRINT SCREEN button on your keyboard now.


The easiest way of all is paste it to Paint (an application of Microsoft). You can open it by go to Menu > All Program > Accessories > Paint.

Aug 17, 2011

How to Play Video in DVD Player via USB

A few years back, DVD/ Blue-Ray player has been added a new specification which allow you to instead of using DVD disc to play in the player, you can also use the USB port. (It save your disc!)


Well, not all video format can be played on the player. There's a certain format you must note before trying to open it on the player. So, in this tutorial, I'm going to show you how to convert video so that it can be played on the player.

First, you need a converter. I'm going to use Any Video Converter (which is a common video converter software). You can download it here -> DOWNLOAD

Once installed, double-click to open it. Add video to the converter by clicking the 'Add Video' button. Then, browse for the video that you want to convert.

Aug 15, 2011

How to Check the IP Address of Your Computer

You can check the IP address of your computer in two ways. First, using the command prompt. These are the 3 easy steps:

1. Go to Menu -> [type cmd in the search box] -> cmd.exe (or just press 'Enter').

2. Type 'ipconfig' in the command prompt:

3. To see the ip address of your computer, look at the IPv4 address.

The second alternative is checking the IP address online using the sites like What is My IP Address, Get My IP Address and My Own Ip Address

Tutorial by basicxtutorial.

How to Download Video from Facebook

There are several ways that can be used to download video from the popular site - Facebook.

1st:
Use software like Internet Download Manager (IDM), Speedbit Video Downloader, RealPlayer and etc. In this tutorial I'm going to use IDM.

You can download the software HERE

Just follow the instructions in the folder to install the software. After you've installed the software, open the browser and then go to the page of the video that you want to download.

Just click on the video to play. (Note: Make sure you'd installed the latest version of flash in your system). Then, it will look something like this:

Notice the 'Download this video' button at the top of the video?

Aug 14, 2011

How to Resync Subtitle Using GOM Player

This tutorial is based on GOM Player.
 


(Download GOM player here: http://filehippo.com/download_gom_player/ )


First, open the movie and that you want the subtitle to be re-synced.

Then, adjust the subtitle so that the subtitle is sync with the audio, by pressing "<" or ">" on your keyboard. (Or right-click -> Subtitles) :


Aug 11, 2011

How to extract part files [.rar /.zip /.001]

Usually, when you download a movie, there are many parts (size 200MB and below). This is done by the uploaders so that it is easier for them to upload movies as the size is smaller.

For this tutorial, I'm going to show you how to extract these files to a single file. What you need is either Winrar or 7zip

Download and install the software.

How to download from Mediafire using IDM

Okay, in this tutorial, i'm gonna show you how to download using Internet Download Manager from the well-known site Mediafire. It's free. You don't have to have a premium account to gain a superb download speed..!

Okay, first of all, you have to download the software -> IDM.. 


Follow the instuction in the folder to install the software.

Aug 10, 2011

How to hide/store various files in JPEG

Place all the files that you want to hide (all kind of files are allowed), also the image file that you want to hide in it, all of them is placed in one folder (mine is named "Hide" - C:\Users\Striker\Desktop\Hide).


 Then, compress the files that you want to hide using WinRar (.rar or .zip). (mine is "Hide.rar").

How to Resync Subtitle Using KMPlayer

This tutorial is based on KMPlayer.

(Download KMPlayer here: http://filehippo.com/download_kmplayer/ )


First, open the movie and that you want to resync the subtitle.

Then, adjust the subtitle so that the subtitle sync with the audio, by pressing "[" or "]" on your keyboard. (Or right-click -> Subtitles -> Subtitle Resync) :
p/s: It's easier by just pressing  "]" or "[" ..