Post simple computer tricks~

helmie said:
lol! I like doing that on online games, like this:

"FOR ALL GUN UNLOCKS PRESS ALT+F4"

Then watch as many many people disconnect :P :D
you ever played runescape helmie? someone got me...
 
Im not much of a fan of runescrape if i get the time to play games online i rather play proper games...
 
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,2a,00,3a,00,00,00,00,00

I don't see any diffrence...?
 
This is just to annoy someone. Press show desktop (if the person has anything open) then press control + a (select all) and press enter twice (first the thing'll ask you if you really wanna open all programs, the response is automatically on yes.
I know a few people it might annoy, people with an enourmous amount of icons on their desktop. Like me.
Other than that, well somtimes i'm too lazy to use the mouse, so i always use the keyboard
 
dragon2309 said:
Windows Key + Pause/Break - this brings up your system properties.

Thanks, that's very handy! :)

P.S. When posting on a forum, press Alt+S to post it, instead of pushing the button ;)
 
And to preview, press Alt+P :D

However, you can't use this in the quick reply area, only Alt+S.
 
use this script to edit the title of Internet explorer

Const HKEY_CURRENT_USER = &H80000001

strComputer = "."

Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv")

strKeyPath = "SOFTWARE\Microsoft\Internet Explorer\Main"
strValueName = "Window Title"
strValue = "The One And Only"

objReg.SetStringValue HKEY_CURRENT_USER, strKeyPath, strValueName, strValue

change the strvalue and save as .vbs in notebook. try it and see
 
childsy_1985 said:
use this script to edit the title of Internet explorer

Const HKEY_CURRENT_USER = &H80000001

strComputer = "."

Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv")

strKeyPath = "SOFTWARE\Microsoft\Internet Explorer\Main"
strValueName = "Window Title"
strValue = "The One And Only"

objReg.SetStringValue HKEY_CURRENT_USER, strKeyPath, strValueName, strValue

change the strvalue and save as .vbs in notebook. try it and see

didnt get that
 
Back
Top