Posts

Showing posts from 2010

Mengubah Nama Pilihan Windows XP saat booting.

buka file boot.ini (terletak di c:\). Jangan lupa show hiddin file dlu melalui folder option karena file boot.ini defaultnya di hiden. hilangkan centang Read Only dari file ini agar bisa di edit  kemudian klik 2x untuk membuka file boot.ini kurang lebih isinya akan seperti poin 4 dibawah ini : timeout=20 default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="1" W multi(0)disk(0)rdisk(0)partition(3)\WINDOWS="yes" windows timeout = berapa detik hitungan mundur waktu untuk memilih windows yang akan booting. jika dalam waktu yang telah ditentukan(20 detik pada contoh diatas) tidak dipilih maka windows akan memilih default windowsnya. yang boleh di rubah dari file boot.ini adalah kata-kata yang berada dalam tanda petik saja. dalam contoh diatas adalah "1" dan "yes". simpan file boot.ini kemudian restart komputer anda.

failure booting windows xp (hal.dll is missing)

Masukkan cd Windows xp ke dalam cd drive komputer yang tidak bisa booting (pastikan first boot komputer/laptop anda adalah cd/dvd drive) Pilih option Repair Windows dengan menekan tombol R pada keyboard Masukkan angka sesuai lokasi installasi windows yang ingin diperbaiki. biasanya adalah 1. jika diminta password administrator, tekan tombol enter saja. ketik bootcfg /list ketik bootcfg /rebuild ketik exit, kemudian keluarkan cd anda. seharusnya windows booting dengan normal kembali.

Mengganti Password mysql pada xampp

1. hidupkan services mysql dan apache 2. buka http:\\localhost\phpmyadmin pada browser 3. klik menu SQL kemudian ketik sintak berikut pada text area lalu klik tombol Go :      UPDATE mysql.user SET Password=PASSWORD('password anda') WHERE User='root';   FLUSH PRIVILEGES;   4. Jika sukses maka akan keluar pesan bahwa query sukses di eksekusi. 5. Buka file config.inc.php dengan editor kesukaan anda (biasanya terletak di c:\\xampp\phpMyAdmin\config.inc.php) 6. Edit seperti file dibawah ini :      $cfg['Servers'][$i]['auth_type']            = 'config';     $cfg['Servers'][$i]['user']                 = 'root';     $cfg['Servers'][$i]['password']             = 'password anda';     $cfg['Servers'][$i]['AllowNoPassword']      = true; 7. Simpan file tersebut kemudian restart mysql dan apache anda. 8. Sekarang seharusnya password mysql anda sudah berubah.

how to remove or hide Log On menu starting windwos

Image
Log on the menu is needed to protect our computers from people who are not concerned, so no one can arbitrarily enter and view the contents of our computer data. but for some people Log On Menu was quite disturbing so they want to remove or hide the menu. For those who wonder how? let's see a brief explanation follows: 1. click Start - Run (or press Windows + R on the keyboard if you use windows operating system) 2. type 'control userpasswords2' without the quotes to show the form like the picture below! 3. Uncheck checkbox 'Users must enter a user name and password to use this computer'. 4. click Ok button 5. completed. hopefully help!

kode html, cara menulis kode html pada postingan web

Image
kode html, jika mw posting di blog harus mengikuti aturan penulisan seperti gambar di bawah. contoh : kalo mw nulis tanda < maka ketiklah & l t; (tanpa spasi)