Saturday, July 17, 2010

Yahoo Messenger Shortcut Keys + Hidden Emoticons!

Shortcut Keys (General Use)

-> Windows Key + Y – Bring Yahoo Messenger to Focus, works even if Yahoo Messenger is sitting in the system tray.
-> Ctrl + G – Buzzes the contact you are chatting with.
-> Ctrl + H – Show or Hide offline contacts in main messenger Window.
-> Ctrl + Shift + P – Open preferences window.
-> Ctrl + M – Provides a option to send a Instant message.
-> Ctrl + T - Provides a option to send a SMS message.
-> Ctrl + L – Provides a option to make a call.
-> Ctrl + K – Provides options to Call a phone number.
-> Ctrl + Y – Send a email message.
-> Ctrl + Shift + A – Provides options to add a contact.
-> Ctrl + Shift + 0,1 or 2 – Switches between different messaging formats provided by Yahoo Messenger 9 and above.
-> Esc key – Closes a active message window.
-> Ctrl + D – Sign out of Yahoo Messenger.
-> Ctrl + Shift + D – Sign out of Yahoo Messenger client and sign in to your mobile device.
-> Ctrl + Shift + F8 – Change your display Image.
-> Ctrl + Shift + C – Send you contact info in a active chat window.
-> Ctrl + Shift + M – Send you messenger friend list in a active chat window.
-> Ctrl + Shift + R – Request contact details in a active chat window.

Messaging Window Editor Shortcut Keys

-> Ctrl + B – Toggle bold on or off, or convert selected text to bold.
-> Ctrl + I - Toggle italic on or off, or convert selected text to italic.
-> Ctrl + U - Toggle underline on or off, or convert selected text to underline.



Want to See Hidden Emoticons like these in your Yahoo Messenger??



Source: http://www.tricksterminal.com/2010/05/yahoo-messenger-shortcut-keys.html#ixzz0tsDBVwTw

Crazy FireFox Trick !

Have U tried opening Firefox...Inside firefox.....???

Well..try it out now...
just paste this code in address bar and hit Enter
chrome://browser/content/browser.xu


Make Sound when CAPS LOCK is pressed

Its a common problem for most people to accidently hit the CAPS lock key when typing fast....

Simply Turn On Toggle Keys to hear a Sound whenever U press the CAPS lock

For 
XP Users
Go to 
Control Panel -> Accessibility Options -> Select Toggle Keys and Turn it On

For 
Vista & 7 Users
Go to 
Control Panel -> Ease Of Access Centre -> Keyboard Settings -> Turn on Toggle Keys

Sunday, July 11, 2010

22 How To Make Notepad Write On Its Own


A Notepad
that writes on it own is for sure a very weird thing but very funny in the same time. And if you change the icon
of the file you create with the Notepad's, and replace the Notepad icon from your friend's computer with this file for sure you will create a great prank.

1. Open Notepad.

2. Copy this script in Notepad:
PHP Code:
set wshshell wscript.CreateObject("wscript.shell")
wshshell.run "Notepad"wscript.sleep 2000
wshshell
.AppActivate "Notepad"

WshShell.SendKeys "H"
WScript.Sleep 500
WshShell
.SendKeys "ell"

WScript.Sleep 500
WshShell
.SendKeys "o "
The little program will make your Notepad type "Hello". You can always make your custom message by replacing the letters between the " " signs with the ones you want.

You can add more lines like the following ones for more letters:

WScript.Sleep 500
WshShell.SendKeys "insert here your letter of group of letters "




3. Now save the file. Go to File->Save as. Type the name of the file with the extension .vbs. For example if you want to choose the name Notepad, type Notepad.vbs. Also be sure that File type is All files not Text file!

4. When you doubleclick on it, Notepad will start typing letters.

Open - Close CD-ROM Virus VBscript

Ever felt like scaring the SHIT out of ur Friend...
Well..Here's the TricksTerminal trick for u...

Open and Close the Cd-ROM infinite number of times......U wont forget the expression on ur friends face...! Hahaha..


Copy the Following code in a Notepad File & Save it as 'anyname.vbs'

Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If


How can u stop the script.?
- Restart ur PC
OR
- End the Script from task Manager..! Process Name -> Wscript.exe

Hehehe...
Plz Comment if u Lyk this post!

04 Windows 7 Shortcut Keys ~ Interesting !





These are some interesting shortcut keys for Windows 7 which most users are unaware of. I hope this TricksTerminal trick proves to be helpful.

Windows Management Shortcuts


* Win+Home: Clear all but the active window.
* Win+Space: All windows become transparent so you can see through to the desktop.
* Win+Up arrow: Maximize the active window.
* Shift+Win+Up arrow: Maximize the active window vertically.
* Win+Down arrow: Minimize the window/Restore the window if it's maximized.
* Win+Left/Right arrows: Dock the window to each side of the monitor.
* Shift+Win+Left/Right arrows: Move the window to the monitor on the left or right.

You can also interact with windows by dragging them with the mouse:

* Drag window to the top: Maximize
* Drag window left/right: Dock the window to fill half of the screen.
* Shake window back/forth: Minimize everything but the current window.
* Double-Click Top Window Border (edge).



Taskbar Shortcuts

You can use any of these shortcut combinations to launch the applications in their respective position on the taskbar, or more:

* Win+number (1-9): Starts the application pinned to the taskbar in that position, or switches to that program.
* Shift+Win+number (1-9): Starts a new instance of the application pinned to the taskbar in that position.
* Ctrl+Win+number (1-9): Cycles through open windows for the application pinned to the taskbar is that position.
* Alt+Win+number (1-9): Opens the Jump List for the application pinned to the taskbar.
* Win+T: Focus and scroll through items on the taskbar.
* Win+B: Focuses the System Tray icons



In addition, you can interact with the taskbar using your mouse and a modifier key:

* Shift+Click on a taskbar button: Open a program or quickly open another instance of a program.
* Ctrl+Shift+Click on a taskbar button: Open a program as an administrator.
* Shift+Right-click on a taskbar button: Show the window menu for the program (like XP does).
* Shift+Right-click on a grouped taskbar button: Show the window menu for the group.
* Ctrl+Click on a grouped taskbar button: Cycle through the windows of the group.


Here's a few more interesting hotkeys for you:

* Ctrl+Shift+N: Creates a new folder in Windows Explorer.
* Alt+Up: Goes up a folder level in Windows Explorer.
* Alt+P: Toggles the preview pane in Windows Explorer.
* Shift+Right-Click on a file: Adds Copy as Path, which copies the path of a file to the clipboard.
* Shift+Right-Click on a file: Adds extra hidden items to the Send To menu.
* Shift+Right-Click on a folder: Adds Command Prompt Here, which lets you easily open a command prompt in that folder.
* Win+P: Adjust presentation settings for your display.
* Win+(+/-): Zoom in/out.
* Win+G: Cycle between the Windows Gadgets on your screen.


28 Some Useful RUN Commands




Here are some useful RUN Commands in Windows

Accessibility Controls - access.cpl

Add Hardware Wizard - hdwwiz.cpl

Add/Remove Programs - appwiz.cpl

Administrative Tools - control admintools

Automatic Updates - wuaucpl.cpl

Bluetooth Transfer Wizard - fsquirt

Calculator - calc

Certificate Manager - certmgr.msc

Character Map - charmap

Check Disk Utility - chkdsk

Clipboard Viewer - clipbrd

Command Prompt - cmd

Component Services - dcomcnfg

Computer Management - compmgmt.msc

Date and Time Properties - timedate.cpl

DDE Shares - ddeshare

Device Manager - devmgmt.msc

Direct X Control Panel (If Installed)* - directx.cpl

Direct X Troubleshooter - dxdiag

Disk Cleanup Utility - cleanmgr

Disk Defragment - dfrg.msc

Disk Management - diskmgmt.msc

Disk Partition Manager - diskpart

Display Properties - control desktop

Display Properties - desk.cpl

Display Properties (w/Appearance Tab Preselected) - control color

Dr. Watson System Troubleshooting Utility - drwtsn32

Driver Verifier Utility - verifier

Event Viewer - eventvwr.msc

File Signature Verification Tool - sigverif

Findfast - findfast.cpl

Folders Properties - control folders

Fonts - control fonts

Fonts Folder - fonts

Free Cell Card Game - freecell

Game Controllers - joy.cpl

Group Policy Editor (XP Prof) - gpedit.msc

Hearts Card Game - mshearts

Iexpress Wizard - iexpress

Indexing Service - ciadv.msc

Internet Properties - inetcpl.cpl

IP Configuration (Display Connection Configuration) - ipconfig /all

IP Configuration (Display DNS Cache Contents) - ipconfig /displaydns

IP Configuration (Delete DNS Cache Contents) - ipconfig /flushdns

IP Configuration (Release All Connections) - ipconfig /release

IP Configuration (Renew All Connections) - ipconfig /renew

IP Configuration (Refreshes DHCP & Re - Registers DNS) - ipconfig /registerdns

IP Configuration (Display DHCP Class ID) - ipconfig /showclassid

IP Configuration (Modifies DHCP Class ID) - ipconfig /setclassid

Java Control Panel (If Installed) - jpicpl32.cpl

Java Control Panel (If Installed) - javaws

Keyboard Properties - control keyboard

Local Security Settings - secpol.msc

Local Users and Groups - lusrmgr.msc

Logs You Out Of Windows - logoff

Microsoft Chat - winchat

Minesweeper Game - winmine

Mouse Properties - control mouse

Mouse Properties - main.cpl

Network Connections - control netconnections

Network Connections - ncpa.cpl

Network Setup Wizard - netsetup.cpl

Notepad - notepad

Nview Desktop Manager (If Installed) - nvtuicpl.cpl

Object Packager - packager

ODBC Data Source Administrator - odbccp32.cpl

On Screen Keyboard - osk

Opens AC3 Filter (If Installed) - ac3filter.cpl

Password Properties - password.cpl

Performance Monitor - perfmon.msc

Performance Monitor - perfmon

Phone and Modem Options - telephon.cpl

Power Configuration - powercfg.cpl

Printers and Faxes - control printers

Printers Folder - printers

Private Character Editor - eudcedit

Quicktime (If Installed) - QuickTime.cpl

Regional Settings - intl.cpl

Registry Editor - regedit

Registry Editor - regedit32

Remote Desktop - mstsc

Removable Storage - ntmsmgr.msc

Removable Storage Operator Requests - ntmsoprq.msc

Resultant Set of Policy (XP Prof) - rsop.msc

Scanners and Cameras - sticpl.cpl

Scheduled Tasks - control schedtasks

Security Center - wscui.cpl

Services - services.msc

Shared Folders - fsmgmt.msc

Shuts Down Windows - shutdown

Sounds and Audio - mmsys.cpl

Spider Solitare Card Game - spider

SQL Client Configuration - cliconfg

System Configuration Editor - sysedit

System Configuration Utility - msconfig

System File Checker Utility (Scan Immediately) - sfc /scannow

System File Checker Utility (Scan Once At Next Boot) - sfc /scanonce

System File Checker Utility (Scan On Every Boot) - sfc /scanboot

System File Checker Utility (Return to Default Setting) - sfc /revert

System File Checker Utility (Purge File Cache) - sfc /purgecache

System File Checker Utility (Set Cache Size to size x) - sfc /cachesize=x

System Properties - sysdm.cpl

Task Manager - taskmgr

Telnet Client - telnet

User Account Management - nusrmgr.cpl

Utility Manager - utilman

Windows Firewall - firewall.cpl

Windows Magnifier - magnify

Windows Management Infrastructure - wmimgmt.msc

Windows System Security Tool - syskey

Windows Update Launches - wupdmgr

Windows XP Tour Wizard - tourstart