Thanks for visiting my site, Keep visiting.. please post ur queries to my e-mail:vb_zu@yahoo.com or post here @ http://tips2trix.blogspot.com
Updates
2.Windows Shortcuts
Make your wndows Xp GENUINE.!!
This will allow you to bypass the Microsoft Genuine Validation thingythis method works better than many others i've tried before.
forget the cracks and injectors etc... this is the BEST WAY:
1) start > run > "regedit" (without the quotes of course)
2) go to the key:HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\Windows NT\CurrentVersion\WPAEvents\OOBETimer...and doubleclick on it.
Then change some of the value data to ANYTHING ELSE...delete some, add some letters, I don't care...just change it!now close out regedit.
3) go to start > run > "%systemroot%\system32\oobe\msoobe.exe /a" (again, dont type the quotes)
4) the activation screen will come up, click on register over telephone, then click on CHANGE PRODUCT KEY, enter in this key: JG28K-H9Q7X-BH6W4-3PDCQ-6XBFJ.
Now you can dl all the updates without activating,
and the Genuine Microsoft Validation thingy won't bug you no more!!
Works with most WinXP versions though ther r some exceptions...
Thursday, March 27, 2008 Posted by vb_zu at 10:28 PM 1 comments
Labels: Windows
Make ur friends scare for VIRUS
Open notepad and type this:
lol=msgbox ("Warning a virus has been detected on your PC. Press YES to format your hard disk now or press NO to format your hard disk after system reboot",20,"Warning")
Then save it as Virus.VBS
and go to the folder that contains it and open it if a window pops out saying a virus has been detected it's working. Press yes or no to close the window and put it in the startup folder of the victim's account.
On startup the window should appear.
Note: This does not harm your computer as it does not contain virus.
The Yes and no button does not do anything except closing the window. And you can edit the virus in the sentence: Warning a virus has detected on your PC to any kind of virus eg.Trojan Horse like this lol=msgbox ("Warning a Trojan horse has been detected on your PC. Press YES to format your hard disk now or press NO to format format your hard disk after system reboot",20,"Warning
Wednesday, March 26, 2008 Posted by vb_zu at 9:34 PM 0 comments
Labels: Miscellaneous
To Create Folder " CON "
Without using Command Prompt.
Here is a simple method..........
Rename folder from the right click option........
Now press alt and press 255...
press 255 frm the right sideof the key bords i.e., num pad....
where only numbers r given.....
now write con and then press enter.....huh!!
you ll see a con folder in ur pc
and also you can delete it easily.
Tuesday, March 25, 2008 Posted by vb_zu at 10:57 PM 0 comments
Labels: Miscellaneous
Trick to Show ur name after time in taskbar...
Hi freinds !
I m here to tell u a trick to add up ur name in place of AM and PM beside time and make urself to feel proud among ur group of frnds.
Its simple
Start -> Control Pannel -> Regional and LAnguage option -> Customize (beside English US) -> Go to TIME tab -> Change AM symbol and PM symbol from AM and PM to ur name -> Apply -> Ok ...
IS it changed ??? Might be not ...Now go to time in taskbar and Double Click it to open "Date and time property" ...Look place where time chnges in digital form i.e. 02:47:52 AM , click to arrow to cnage the AM or PM by selecting and press arrow. It will Show ur name or name that was entered by u, Apply -> OK and be HAPPY 8)
Monday, March 24, 2008 Posted by vb_zu at 8:52 PM 0 comments
Labels: Miscellaneous
Remove Thumb.db file
Thumb.db is is a cache of the current picture in that directory.to remove it go for following
step1 > open "WINDOWS EXPLORER".
2>go to "TOOLS".
3>open "FOLDER OPTIONS".
4>go to "VIEW".
5>see 1st section "FILES & FOLDERS".
6>click on the "DO NOT CACHE THUMBNAILS".
now the thumbnail file will be removed from ur computer once u do this the file will be never created.
Sunday, March 23, 2008 Posted by vb_zu at 8:49 PM 0 comments
Labels: Windows
How to protect EIGRP router from receiving unsigned routing updates?
EIGRP short of Enhanced Interior Gateway Routing Protocol is a routing protocol used to select the best suitable route for packets with in a network. Basically EIGRP is the enhanced version of IGRP protocols and developed by Cisco Systems. EIGRP uses a bandwidth and delay method to calculate the metric of a network route.
Today tip help you to enable authentication of enhanced interior gateway routing protocol packets to protect routing table. In this case, we will try to configure two different routers with routing protocol EIGRP and then perform the authentication between them using the IP authentication key-chain eigrp interface command.
Follow the network topology of two different class network in given figure:
Configuration to Enable EIGRP on Router A
In global configuration Mode:
A (config# router eigrp 20
(Enable EIGRP protocol and 20 is Autonomous number).
A (config-router)# network 40.0.0.0
(Advertised router A Serial Network 40.0.0.0).
A (config-router)# network 210.100.10.0
(Advertised router A Ethernet Network 210.100.10.0).
Configuration to Enable EIGRP on Router B
In global configuration Mode:
B (config) # router eigrp 20
(Enable EIGRP protocol and 20 is Autonomous number)
B (config-router) # network 40.0.0.0
(Advertised router B Serial Network 40.0.0.0).
B (config-router) # network 210.100.30.0
(Advertised router B Ethernet Network 210.100.30.0 ).
Now Configure EIGRP Authentication on Router A
In global configuration Mode:
First create the key chain with the name professional used in this example.
A (config) # key chain professional
Now set the key number 1 used in this example.
A (config-keychain) # key 1
Now set the key string for the key name imperial used in this example.
A (config-keychain-key) # key-string imperial
A (config-keychain-key) # end
Now specify the interface that you want to configure EIGRP message authentication.
A (config) # interface serial 0
A (config-if) # ip authentication key-chain eigrp 1 professional
A (config-if) # ip authentication mode eigrp 1 md 5
A (config-if) # end
Now Configure EIGRP Authentication on Router B
In global configuration Mode:
First create the key chain with the name professional used in this example.
B (config) # key chain professional
Now set the key number 1 used in this example.
B (config-keychain) # key 1
Now set the key string for the key name imperial used in this example.
B (config-keychain-key) # key-string imperial
B (config-keychain-key) # end
Now specify the interface that you want to configure EIGRP message authentication.
B (config) # interface serial 0
B (config-if) # ip authentication key-chain eigrp 1 professional
B (config-if) # ip authentication mode eigrp 1 md 5
B (config-if) # end
Posted by vb_zu at 7:56 AM 0 comments
Labels: System
MS-Excel 2007 Shortcut keys
| CTRL+1 | Displays the Format Cells dialog box. |
| CTRL+2 | Applies or removes bold formatting. |
| CTRL+3 | Applies or removes italic formatting. |
| CTRL 4 | Applies or removes underlining in Microsoft Excel. |
| CTRL+5 | Applies or removes strikethrough. |
| CTRL+6 | Alternates between hiding objects, displaying objects, and displaying placeholders for objects. |
| CTRL+8 | Displays or hides the outline symbols. |
| CTRL+9 | Hides the selected rows. |
| CTRL 0 | Hides the selected columns in Microsoft Excel. |
| CTRL+A | Selects the entire worksheet. If the worksheet contains data, CTRL+A selects the current region. Pressing CTRL+A a second time selects the current region and its summary rows. Pressing CTRL+A a third time selects the entire worksheet. When the insertion point is to the right of a function name in a formula, displays the Function Arguments dialog box. CTRL+SHFT+A inserts the argument names and parentheses when the insertion point is to the right of a function name in a formula. |
| CTRL+B | Applies or removes bold formatting. |
| CTRL+C | Copies the selected cells. CTRL+C followed by another CTRL+C displays the Clipboard. |
| CTRL+D | Uses the Fill Down command to copy the contents and format of the topmost cell of a selected range into the cells below. |
| CTRL+F | Displays the Find and Replace dialog box, with the Find tab selected. SHFT+F5 also displays this tab, while SHFT+F4 repeats the last Find action. CTRL+SHFT+F opens the Format Cells dialog box with the Font tab selected. |
| CTRL+G | Displays the Go To dialog box. F5 also displays this dialog box. |
| CTRL+H | Displays the Find and Replace dialog box, with the Replace tab selected. |
| CTRL I | Applies or removes italic formatting in Microsoft Excel. |
| CTRL+K | Displays the Insert Hyperlink dialog box for new hyperlinks or the Edit Hyperlink dialog box for selected existing hyperlinks. |
| CTRL+N | Creates a new, blank workbook. |
| CTRL O | Displays the Open dialog box to open or find a file. CTRL SHFT O selects all cells that contain comments in Microsoft Excel. |
| CTRL+P | Displays the Print dialog box. CTRL+SHFT+P opens the Format Cells dialog box with the Font tab selected. |
| CTRL+R | Uses the Fill Right command to copy the contents and format of the leftmost cell of a selected range into the cells to the right. |
| CTRL+S | Saves the active file with its current file name, location, and file format. |
| CTRL T | Displays the Create Table dialog box in Microsoft Excel. |
| CTRL+U | Applies or removes underlining. CTRL+SHFT+U switches between expanding and collapsing of the formula bar. |
| CTRL+V | Inserts the contents of the Clipboard at the insertion point and replaces any selection. Available only after you have cut or copied an object, text, or cell contents. |
| CTRL+W | Closes the selected workbook window. |
| CTRL+X | Cuts the selected cells. |
| CTRL Y | Repeats the last command or action, if possible in Microsoft Excel. |
| CTRL+Z | Uses the Undo command to reverse the last command or to delete the last entry that you typed. CTRL+SHFT+Z uses the Undo or Redo command to reverse or restore the last automatic correction when AutoCorrect Smart Tags are displayed. |
Friday, March 21, 2008 Posted by vb_zu at 10:43 PM 0 comments
Labels: MS-Office
MS-Word 2007 Shortcut keys
File Operations
Some of the most common operations used in Office include opening, closing, saving, and printing. Because these operations are used so commonly, using the keyboard shortcuts can simplify and speed up your work. The following table provides the action and the shortcut key command needed to perform each action.
| Action | Key Command | |
|---|---|---|
| Open a file | [Ctrl] + [O] | |
| Close a file | [Ctrl] + [W] | |
| Save a file | [Ctrl] + [S] | |
| Print a file | [Ctrl] + [P] |
Edit Operations
Editing operations such as cut, copy, paste, and check spelling are also used frequently. Rather than spending time searching the Ribbon, command tabs, or Quick menus for these editing options, you can save time using the shortcut key operations.
| Action | Key Command | |
|---|---|---|
| Cut | [Ctrl] + [X] | |
| Copy | [Ctrl] + [C] | |
| Paste | [Ctrl] + [V] | |
| Check spelling | [F7] |
Selecting Text
In order to format text, it must be selected. You can select the appropriate text with shortcut keys rather than highlighting using the mouse. These key commands allow you to select as much or as little text as you need.
| Action | Key Command | |
|---|---|---|
| Select all | [Ctrl] + [A] | |
| Select one character to the right | [Shift] + [Right Arrow] | |
| Select one character to the left | [Shift] + [Left Arrow] | |
| Select to the beginning of a word | [Control] + [Shift] + [Left Arrow] | |
| Select to the end of a word | [Control] + [Shift] + [Right Arrow] | |
| Select to the end of the line | [Shift] + [End] | |
| Select to the beginning of the line | [Shift] + [Home] | |
| Select one line down | [Shift] + [Down Arrow] | |
| Select one line up | [Shift] + [Up Arrow] | |
| Select to the end of the paragraph | [Ctrl] + [Shift] + [Down Arrow] | |
| Select to the beginning of the paragraph | [Ctrl] + [Shift] + [Up Arrow] | |
| Select one screen down | [Shift] + [Page Down] | |
| Select one screen up | [Shift] + [Page Up] | |
| Select to the beginning of the document | [Ctrl] + [Shift] + [Home] | |
| Select to the end of the document | [Ctrl] + [Shift] + [End] |
Undo and Redo Options
When making quick adjustments to your document, you may want to undo or redo the most recent action(s) performed. These keyboard shortcuts can save you time by not forcing you to use the mouse to access these options on the Ribbon.
| Action | Key Command | |
|---|---|---|
| Undo previous action | [Ctrl] + [Z] | |
| Redo previous action | [Ctrl] + [Y] | |
| Cancel any action | [Esc] |
Current File Navigation
Depending on your editing style, you may find navigating through your currently opened document via keyboard shortcuts to be the fastest and easiest. For example, if you want to be at the top of the next page, you can simply press two keys instead of scrolling through the page with the mouse.
| Action | Key Command | |
|---|---|---|
| Move one character to the left | [Left Arrow] | |
| Move one character to the right | [Right Arrow] | |
| Move one word to the left | [Ctrl] + [Left Arrow] | |
| Move one word to the right | [Ctrl] + [Right Arrow] | |
| Move one paragraph up | [Ctrl] + [Up Arrow] | |
| Move one paragraph down | [Ctrl] + [Down Arrow] | |
| Move up one line | [Up Arrow] | |
| Move down one line | [Down Arrow] | |
| Move to the end of one line | [End] | |
| Move to the beginning of one line | [Home] | |
| Move one screen up | [Page Up] | |
| Move one screen down | [Page Down] | |
| Move to the top of the next page | [Ctrl] + [Page Down] | |
| Move to the top of the previous page | [Ctrl] + [Page Up] | |
| Move to the end of the document | [Ctrl] + [End] | |
| Move to the beginning of the document | [Ctrl] + [Home] |
File Navigation
Using keyboard shortcuts, you can open and navigate through files from the Open dialog box.
-
To open a file, press [Ctrl] + [O]
The Open dialog box appears. -
To move through major sections of the dialog box (e.g., text boxes, pull-down menus, and buttons), press [Tab]
A new section is selected each time [Tab] is pressed. -
Navigate through each individual section by pressing the [Left Arrow], [Right Arrow], [Up Arrow], or [Down Arrow] keys
-
When your file is found or the appropriate option is set, press [Enter] from any area of the dialog box
-
To cancel an operation and close the dialog box, press [Esc]
NOTE: No changes will be made to your document if [Esc] is pressed.
Opening Quick Menus
Right clicking the mouse opens a Quick menu of commonly used menu options. Using keyboard shortcuts, however, you may select or place the insertion point within the object and open the Quick menu without clicking the mouse at all. Once the Quick menu appears, use the arrow keys to navigate through the menu options.
-
Place the insertion point within the desired text or select the desired object
-
To open the appropriate Quick menu, press [Shift] + [F10]
The Quick menu appears.
NOTE: Some keyboards have one key you can press to access the Quick menu from any application.
-
To highlight the appropriate Quick menu option, press the [Up Arrow], [Down Arrow], [Left Arrow], or [Right Arrow] keys
-
To select a menu option, once it is highlighted, press [Enter]
The menu action is applied and the Quick menu disappears.
Navigating Through a Quick Menu
While there are fewer menus available in Office 2007, navigating through them without using the mouse is still easy and convenient.
| Action | Key Command | |
|---|---|---|
| Scroll down one menu option | [Down Arrow] | |
| Scroll up one menu option | [Up Arrow] | |
| Open a submenu of options | [Right Arrow] | |
| Exit a submenu of options | [Left Arrow] | |
| Apply a selected menu option | [Enter] | |
| Exit the menu | [Esc] |
Using the Command Tabs
You can view the options on a command tab (e.g., Write, Insert) quickly using keyboard shortcuts. Each command tab has specialized options for formatting your document, called groups. Once the groups for a command tab appear, you can select the formatting option of your choice or use additional key commands to make selections within the groups.
NOTE: Some keyboard shortcuts will vary between Office programs. To learn more about viewing the keyboard shortcuts, see The Office 2007 Environment.
Opening the Tabs
| Action | Key Command | |
|---|---|---|
| Open the OFFICE BUTTON | [Alt] + [F] | |
| Open the Home tab | [Alt] + [H] | |
| Open the View tab | [Alt] + [W] | |
| Open the Insert tab | [Alt] + [N] | |
| Open the Page Layout tab | [Alt] + [P] | |
| Open the References tab | [Alt] + [S] | |
| Open the Review tab | [Alt] + [R] | |
| Open the Help menu | [F1] |
Navigating Through Groups on the Command Tab
Each group in the command tab is assigned a shortcut letter for quick access to that group. When you select a group using the shortcut letter, you then see more letters for the individual options within that group.
For example, to make a word bold in Word:
-
Select the text you would like bolded by using the Selecting Text shortcut keys
-
To open the Home tab, press [Alt] + [H]
NOTES:
The Home tab is selected.
Groups within the Home tab are labeled with a shortcut letter.
Options within the groups are labeled with a shortcut letter. -
To make your selected text bold, press [1]
The selected text is now bolded, and the labels are turned off. Pressing these letters will now simply type them into the document. - To turn the labels back on, repeat steps 1-4
Posted by vb_zu at 10:14 PM 0 comments
Labels: MS-Office
Remove the OEM link from the Start Menu
In many cases, an OEM (Original Equipment Manufacture) machine will have a link in the start menu that will either open a folder, web page or launch an application. If you find this feature to be annoying and have no intensions of using this link, you can hide this link from the Start Menu. Here's how:
1. Click the Start button
2. Right click the top of the Start menu
3. A "Properties" button should appear. Click the Properties button.
Note: If more than a Properties button should appear, then you are right clicking a program within the Start Menu.
4. Click the Start Menu tab
5. Select the Customize button
6. Choose the Advanced tab
7. In the Start Menu items list, uncheck the entry titled: Manufacturer Link
8. Click OK, then OK again.
In some cases, I have seen that the Manufacturer Link does not appear in the Start Menu Items list. If this is your case, you will need to edit the Windows Registry to enable the Start Menu Items list option. Before editing the Registry, be sure to save a backup copy to a file.
How to backup the Windows Registry
Enable the Start Menu item list option:
1. Go to Start>> Run. Type in: regedit [Enter] or click OK.
2. Navigate to following registry key:
HKEY_LOCAL_MACHINE\Software\Microsoft \Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowOEMLink
3. Click the "ShowOEMLink" entry once to empty its contents in the right pane.
4. Double click the entry titled: NoOEMLinkINstalled
5. Change its value from "1" to "0"
6. Exit the Windows Registry Editor and restart Windows
The Manufacturer Link should now be viewable in the "Start Menu Items" dialog. Now you can uncheck this item to hide it from the Start Menu.
Posted by vb_zu at 8:56 AM 0 comments
Labels: Windows
Change the command prompt startup directory
By default, when you open a command prompt window (Start>> Run. Type in: cmd [Enter]), it opens to the default user profile directory (see fig #1). Changing this setting requires a registry change. Be sure to make a backup copy before making any changes.
How to change the startup directory:
1. Go to Start>> Run. Type in: regedit [Enter] or click OK.
2. Navigate to the following registry key:
HKEY_CURRENT_USER\Software\Microsoft\Command Processor
3. Single click the entry titled: Command Processor to empty its contents in to the right pane.
4. In the right pane, double click the entry titled: Autorun
5. Double click the Autorun entry.
6. Place the actual path that you would like the command prompt to start at in to the "Value data:" text box.
7. Exit the Windows Registry.
Example: To set the Startup Directory at: C:\Windows, enter CD /d C:\Windows in the Value data text box.
Note: If the Autorun entry is not present, create a new string. Here's how:
1. Right click an empty area of the right pane.
2. Select New>> String value
3. Name the new string value: Autorun
4. Continue with Step #5 above.
Posted by vb_zu at 8:56 AM 0 comments
Labels: Windows
MS-Excel Shortcuts
Keyboard Shortcut | Result in Excel 2000 - General |
| F1 Key | Help |
| F2 Key | Edit current Cell |
| F5 Key | Goto |
| F7 Key | Spell Check |
| F12 Key | Save file as |
| CTRL and A | Select entire worksheet. |
| CTRL and B | Toggle Bold Text. |
| CTRL and C | Copies the item or items selected to the Clipboard and can be pasted using CTRL and V. |
| CTRL and F | Displays the Find dialog box. |
| CTRL and H | Displays the Replace dialog box. |
| CTRL and I | Toggles Italic Text. |
| CTRL and N | New File. |
| CTRL and O | Open File. |
| CTRL and P | Print. |
| CTRL and S | Save File. |
| CTRL and U | Toggles Underlined Text. |
| CTRL and V | Paste the contents of the clipboard. |
| CTRL and X | Cut the selected item. |
| CTRL and Y | Redo the last undone action |
| CTRL and Z | Undoes the last action. |
| CTRL and 1 | Displays Format Cells Dialogue Box |
| CTRL and 5 | Toggles Strikethrough Text |
Keyboard Shortcut | Result in Excel 2000 - Formulas |
| ALT and = | Autosum |
| ALT and F8 | Macros |
| CTRL and ; | Insert Current Date |
| CTRL and : | Insert Current Time |
Keyboard Shortcut | Result in Excel 2000 - Movement |
| Left Arrow | One Cell Left (also SHIFT and TAB) |
| Right Arrow | One Cell Right (also TAB) |
| Up Arrow | One Cell Up |
| Down Arrow | One Cell Down |
| Home | Go to End of row |
| CTRL and left Arrow | Go to End of Column |
| CTRL and Home | Go to Top of Worksheet (A1) |
| CTRL and End | Go to End of Worksheet |
| CTRL and PAGE-DOWN | Go to Next Worksheet |
Keyboard Shortcut | Result in Excel 2000 - Cell Selection |
| CTRL and Spacebar | Select the entire Column |
| SHIFT and Spacebar | Select the entire Row |
| CTRL and A | Select Entire Worksheet |
| SHIFT and Left Cursor | Select all cells to the left of the active one |
| SHIFT and Right Cursor | Select all cells to the right of the active one |
Posted by vb_zu at 8:51 AM 0 comments
Labels: MS-Office
MS-Word Shorcuts
Keyboard Shortcut | Result in Microsoft Word |
| CTRL and A | Selects all in the current document. |
| CTRL and B | Bold text. |
| CTRL and C | Copies the item or text to the Clipboard and can be pasted using CTRL and V. |
| CTRL and D | Displays the Font dialogue box. |
| CTRL and E | Centre Alignment. |
| CTRL and F | Displays the Find dialog box, to search the current document. |
| CTRL and G | Displays the Go to dialog box, to go to a specific location in the current document. |
| CTRL and H | Displays the Replace dialogue box. |
| CTRL and I | Italic text. |
| CTRL and J | Full Justification. |
| CTRL and K | Create Hyperlink |
| CTRL and L | Left Alignment |
| CTRL and M | Tab |
| CTRL and N | Creates a new document. |
| CTRL and O | Displays the Open File dialogue box. |
| CTRL and P | Displays the Print dialog box. |
| CTRL and R | Right Alignment. |
| CTRL and S | Displays the Save dialog box. |
| CTRL and U | Underline text |
| CTRL and V | Pastes the copied item or text from the Clipboard into the current position in the document. |
| CTRL and X | Cuts the item or text selected to the Clipboard. |
| CTRL and Y | Redo the last undone action. |
| CTRL and Z | Undoes the last action. |
| CTRL and ENTER | Insert Page Break. |
| CTRL and F2 | Show Print preview. |
| CTRL and F4 | Closes the active document window. |
| CTRL and F6 | Opens the next document window. |
Keyboard Shortcut | Result in Microsoft Word |
| F1 key | Get help or use the Office assistant. |
| SHIFT and F1 Key | Context sensitive help. |
| F2 Key | Move text or image. |
| SHIFT and F2 Key | Copy Text. |
| F3 Key | Insert an autotext entry. |
| SHIFT and F3 Key | Change the case of the selected text. |
| F4 Key | Perform last action again. |
| SHIFT and F4 Key | Perform a Find or Go to action again. |
| F5 Key | Displays the Go to dialogue box, from here you can also Find and Replace. |
| SHIFT and F5 Key | Move to a previous revision. |
| F6 Key | Go to the next frame or pane. |
| SHIFT and F6 Key | Go to the previous frame or pane. |
| F7 Key | Launch the Spell checker. |
| SHIFT and F7 Key | Launch the Thesaurus. |
| F8 Key | Extend the current selection. |
| SHIFT and F8 Key | Shrink the current selection. |
| F9 Key | Update the selected fields. |
| SHIFT and F9 Key | Switch between a field code and it's result. |
| F10 Key | Activate the menu bar. |
| SHIFT and F10 Key | Display a Shortcut Menu. Same as right clicking. |
| F11 Key | Go to the next field. |
| SHIFT and F11 Key | Go to the previous field. |
| F12 Key | Save file As, equivalent to tools menu. |
| SHIFT and F12 Key | Save document, equivalent to tools menu. |
Posted by vb_zu at 8:45 AM 0 comments
Labels: MS-Office
Airtel Theme in C Language
#include
#include
float main(void)
{
float A,Bb,D,G,F;
A = 440;
G = 780;
Bb = 461;
D = 586;
F = 687;
sound(G);
delay(500);
nosound();
sound(G);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(G);
delay(500);
nosound();
sound(2*D);
delay(500);
nosound();
sound(2*A);
delay(250);
nosound();
sound(2*Bb);
delay(250);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(500);
nosound();
sound(2*A);
delay(500);
nosound();
sound(G);
delay(250);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
//end 1
sound(G);
delay(500);
nosound();
sound(G);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(G);
delay(500);
nosound();
sound(2*D);
delay(500);
nosound();
sound(2*A);
delay(250);
nosound();
sound(2*Bb);
delay(250);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(500);
nosound();
sound(2*A);
delay(500);
nosound();
sound(G);
delay(250);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
//end 2
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
return 0;
}
Wednesday, March 19, 2008 Posted by vb_zu at 7:26 PM 0 comments
Labels: Miscellaneous
Restart Windows without Restarting ur Computer
When you click on the SHUTDOWN button,
make sure to simultaneous press SHIFT Button.
If you hold the Shift key down while clicking on SHUTDOWN button,
you computer would restart without restarting the Computer.
This is equivalent to "HOT REBOOT"
Posted by vb_zu at 7:24 PM 0 comments
Labels: Windows
Funny Browser Trick
Funny Computer Trick
Check out these funny trick.
• Copy and paste the java script code to the address bar of your
browser
javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--){for (j = n; j > 0; j--){self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0);} } }} Shw(6)
2: Press enter and watch your window's "shaking it". You can change
the value of i if you wish :-)
Posted by vb_zu at 7:22 PM 0 comments
Labels: Browsers
Change Directories Without Typing the Whole Name (Windows NT/2000) Popular
Changing directories at the command prompt can be a hit and miss process when long filenames are involved. This tip let you change directories with ease, not matter how long the directory name.
To change a directory quickly you can use wildcards, for example, to change to the 'C:\Program Files' directory simply type:
cd c:\prog*
Note: This will work in alphabetical order, therefore if you have two directories named 'c:\dir1' and 'c:\dir2' and you type cd dir*, you will be moved to the 'c:\dir1' directory.
Posted by vb_zu at 5:53 PM 0 comments
Labels: Windows
Show Computer Manufacturer and Support Information (All Windows) Popular
This tip lets you include company and support information on the System Properties page in Control Panel. This is especially useful if you run a computer store and want your customers to be reminded where they bought their PC and where to get technical support.
To add the manufacturer and support information you need to create two new files in the Windows system directly, normally "C:\WINDOWS\SYSTEM" for Windows 95, 98 and Me and "C:\WINNT\SYSTEM32" for Windows NT and 2000.The first file is a text file called "OEMINFO.INI". To create the file open notepad and copy the template below, make any changes and save the file in the System directory.
OEMINFO.INI Template
[General]
Manufacturer=Your Company, Inc.
Model=Your Computer Model
SupportURL=http://your.support.site/
LocalFile=c:\your\local\support\file.htm
[Support Information]
Line1=first line of support information
Line2=second line
Line3=third line
Line4=fourth line
...
LineN=nth line
; Create as many lines as you need by incrementing the Line number
The other file you need to create is a logo file. This is a standard Windows bitmap file (172 x 172 pixels), saved as "OEMLOGO.BMP" in the Windows System directory.
Once you have created both these files open System Properties from Control Panel and your company information and logo will be displayed. The details you entered in the [Support Information] section will show up when you click on the Support Information button.
Note: To display a logo you must create a 172x172 (pixel) bitmap image and save it as OEMLOGO.BMP in the Windows system directory.
Posted by vb_zu at 5:51 PM 0 comments
Labels: Windows
Change the Start Button Text (All Windows) Popular
Would you like to change the Start button to say something else, perhaps your name, company or any other 5 or less letter word? This article explains the procedure to manually modify the text of the Windows Start button.
Manually changing the Start button requires the use of a binary file editor (or hex editor) to alter a critical Windows system file, it is therefore not recommended for inexperienced users. This method has been successfully tested on Windows 95, 98, ME, 2000 and XP and therefore should be quite safe, although we do not accept any responsibility for system problems or data loss.
As mentioned before you will need to have a hex editor installed, there are many different products available and if you don't have one already a quick search of a shareware site should provide many choices, for this tweak we only require basic features.
- The file that needs to be changed is Windows Explorer, and it is essential to make a backup before you modify anything. "Explorer.exe" can be found in the Windows directory, usually C:\WINDOWS for Windows 95, 98, Me & XP and C:\WINNT for Windows NT/2000. Make a copy of "Explorer.exe" and place it into another directory, C:\BACKUP might be a good choice.
- Make another copy of the original "Explorer.exe" and name it "Explorer1.exe", then open "Explorer1.exe" in your hex editor.
- You now need to find the word "Start", although there are many entries for "Start" in the file only one is used for to label the Start button. Use the search function in the hex editor to find all the strings equal to "S t a r t" which is represented as "53 00 74 00 61 00 72 00 74" in hex values. As there are many different "Start" strings keep searching until you find one located just before this text "There was an internal error and one of the windows you were using has been closed.". Below is a list of offsets to help you locate the correct text.
- Windows 98
Offset: 0x00028D6E - 0x00028D76 - Windows NT4
Offset: 0x00028BEE - 0x00028BF6 - Windows ME
Offset: 0x00033DDE - 0x00033DE6 - Windows 2000
Offset: 0x0003860E - 0x00038616 - Windows XP (Enhanced Start Menu)
Offset: 0x000412B6 - 0x000412BE - Windows XP (Classic Start Menu)
Offset: 0x0004158A - 0x00041592 - Windows XP SP1 (Enhanced Start Menu)
Offset: 0x0004208E - 0x00042096 - Windows XP SP1 (Classic Start Menu)
Offset: 0x0004259A - 0x000425A2
The result should look similar to the image below, depending on the display from your hex editor.
- Windows 98
- Once you have located the string, you can then replace the letters in "Start" with five other characters. You must use exactly five characters, if the word you want to use is less, replace the remaining characters with the space key. In this example we have replaced "Start" with "Guide", alternatively a three-letter word would look like "A B C" (note the spaces). Once you have changed the letters the result should look similar to the image below.
- Now save the modified "Explorer1.exe" in the Windows directory, and confirm that you now have the two Explorer files in the Windows directory, they both should be the same file size but have different modified dates.
- The next step is different depending on your operating system. Only do the step required for your version.
- Windows 95, 98 & ME
Exit to DOS (or use a boot disk for Windows ME) and at the command prompt change to the Windows directory and rename "explorer.exe" to "explorer.old". Then copy the newly modified Explorer "explorer1.exe" to "explorer.exe". Do a directory listing and confirm that "explorer.exe" has the most recent modified date and time. Restart the computer and Windows should reload along with the new Start button text. - Windows NT
First close any open applications and open a new Command Prompt window, then switch back to the GUI and open the Task Manager. Find the "explorer.exe" process and end it, you should now be left with only the command prompt and task manager. Switch back to the command prompt and change to the Windows directory, rename "explorer.exe" to "explorer.old", and copy the newly modified Explorer "explorer1.exe" to "explorer.exe". Do a directory listing and confirm that "explorer.exe" has the most recent modified date and time. Switch back to Task Manager and launch a "New Task" called "explorer.exe" this should reload the shell along with your modified "Start" button. - Windows 2000 and XP
Open your registry editor and find the key [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]. Find the value named "Shell" and change it to equal the filename of the new explorer "explorer1.exe". Exit your registry editor and restart Windows for the change to take effect. To reverse the change, modify the value of "Shell" and set it back to "explorer.exe".
- Windows 95, 98 & ME
- If everything has gone successfully you will now have a new Start button, and also hopefully learnt something about the Explorer file structure. If you do have problems replace the faulty Explorer with the backup made during the first step.
Posted by vb_zu at 5:49 PM 0 comments
Labels: Windows
Hide Control Panel Applets (Windows 95/98/Me) Popular
This tweak allows you to show or hide any of the applets found in the Windows Control Panel.
Open CONTROL.INI (usually found in the C:\WINDOWS) and add the following lines under the "[don't load]" subsection. If the "[don't load]" section doesn't already exist then create it be adding it on a new line at the end of the file.
For each control panel applet to be hidden add a new line with text in the format "applet.cpl=no" (e.g. fax.cpl=no).
Common Control Panel Applets:
- access.cpl - Accessibility Applet
- appwiz.cpl - Add/Remove Programs Applet
- console.cpl - Console Applet
- timedate.cpl - Date and Time Applet
- desk.cpl - Display Applet
- fax.cpl - Fax Applet
- hdwwiz.cpl - Hardware Wizard Applet
- irprops.cpl - Infrared Port Applet
- intl.cpl - International and Regional Applet
- inetcpl.cpl - Internet Settings Applet
- joy.cpl - Joystick Applet
- liccpa.cpl - Licensing Applet
- main.cpl - Mouse and Keyboard Applet
- mlcfg32.cpl - Mail Applet
- mmsys.cpl - Sound and Multimedia Applet
- modem.cpl - Modem and Phone Applet
- ncpa.cpl - Network and connectivity Applet
- netcpl.cpl - Network and Dial-up Connectivity Applet
- nwc.cpl - Netware Client Applet
- odbccp32.cpl - ODBC Applet
- devapps.cpl - PC Card Applet
- ports.cpl - Ports Applet
- powercfg.cpl - Power Management Applet
- sticpl.cpl - Scanner and Camera Applet
- srvmgr.cpl - Server Manager Applet
- sapi.cpl - Speech Properties Applet
- sysdm.cpl - System Applet
- telephon.cpl - Telephony Applet
- tweakui.cpl - TweakUI Applet
- nusrmgr.cpl - User Manager Applet
- wspcpl32.cpl - WSP Client Applet
- quicktime.cpl - QuickTime Applet
- S32LUCP1.cpl - Norton Live Update Applet
- cpqmgmt.cpl - Compaq Insight Agents Applet
Posted by vb_zu at 5:35 PM 0 comments
Labels: Windows