Pages

Ads 468x60px

Showing posts with label COMPUTER TRICK. Show all posts
Showing posts with label COMPUTER TRICK. Show all posts

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.

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

Sep 25, 2011

[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.