Keyboard Light Looks Like Disco Light
These codes when executed makes your Caps, Num, Scroll lock keys flash..
1.This piece of code makes ur keyboard a live disco...
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
2.This one makes it looks like a chain of light....
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 200
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys "{NUMLOCK}"
wscript.sleep 50
wshshell.sendkeys "{SCROLLLOCK}"
loop
Instrcuctions:
*paste any of the two above codes in notepad
*Save as "AnyFileName".vbs
*Run the file
*to stop, launch task manager and then under "Processes" end wscript.exe
Shortcut keys for windows media player
1. Video Playback
ALT+1 Adjust zoom to 50 percent
ALT+2 Adjust zoom to 100 percent
ALT+3 Adjust zoom to 200 percent
ALT+ENTER Display the video in full mode
2. Accessing the menus
ALT+F Go to media player File Menu
ALT+T Go to media player Tools Menu
ALT+V Go to media player View Menu
ALT+P Go to media player Play Menu
ALT+F4 Use to close media player
3. Switching between display mode
CTRL+1 Display media player in full mode
CTRL+2 Display media player in skin mode
4. Player controls
ENTER or SPACEBAR Use to play an item
CTRL+B Use to play the previous item in media player
CTRL+F Use to play the next item in media player
CTRL+E Use to Eject CD or DVD from CD or DVD drive
CTRL+P Use to Play or Pause the item in media player
CTRL+T Use to Repeat the items in media player
CTRL+SHIFT+B Use to Rewind a file in media player
CTRL+SHIFT+F Use to Fast Forward a file in media player
CTRL+SHIFT+S Use to play items slower than a normal speed
CTRL+SHIFT+ G Use to play items faster than a normal speed
CTRL+SHIFT+ N Use to play items at normal speed in media player
F8 Use to mute the volume in media player
F9 Use to decrease the volume in media player
F10 Use to increase the volume in media player
Change Ur Start Menu Name
Follow These Steps Make Backup Of Your Registery And File Name Explorer.exe [windowsexplorer.exe].
now Extract File
1.Open Resource Hacker utility. Click on File ---> Open. Type "explorer.exe" in the text box.
2.Expand String Table ---> 37 from the tree view and click on 1033
3.From the right window next to where start is written in front of 578 edit the text to what you want on your start button.
For example I edited it to GHOST
4.Click on the "Compile Script" button on top of the right window. Now click on File ---> Save as ----> GHOST.exe
5.Open registry editor by clicking on Start ---> Run and typing "regedit" at the text box. Navigate to
HKEY_Local_Machine -> Software -> M*CRO$OFT -> W*NDOW$ NT -> CurrentVersion -> Winlogon
6.From the right pane double click on shell and replace "explorer.exe" with "GHOST.exe"
7.Restart your computer to see the changes.
Make your start menu to work 100% faster
step1 : press windows key+ r
step2: type regedit on the run box
step3: select HKEY_CURRENT_USER
step4: below this select the Control panel
step5: Choose Desktop
step 6: in the right window you can able to see this MenuShowDelay click this and change the 400 value to 0 thats it
step 7: Restart your computer
|