Jika ada yang berminat untuk bikin website, atau install server silahkan hubungi saya di nomor : 085881885335

Archive for the ‘Windows’ Category

 

Missing or corrupt ntoskrnl.exe file

If the ntoskrnl.exe file is corrupt or missing this can also generate the error. To restore this file follow the below steps.

  1. Insert the Microsoft Windows XP CD. Note: If you have a recovery CD or a restore CD and not a Microsoft Windows XP CD it is likely the below steps will not resolve your issue.
  2. Reboot the computer, as the computer is starting you should see a message to press any key to boot from the CD. When you see this message press any key.
  3. In the Microsoft Windows XP setup menu press the R key to enter the recovery console.
  4. Select the operating system you wish to fix, and then enter the administrator password.
  5. Type expand d:\i386\ntoskrnl.ex_ c:\windows\system32
  6. You will then be prompted if you wish to overwrite the file type Y and press enter to overwrite the file.
  7. Type exit to reboot the computer.
Share

Posted by admin under Windows  •  1 Comment

Install PHP dan MySql di Windows 2003

Tadinya saya pikir untuk install PHP dan MySql di windows 2003 sangat sulit sekali. Tetapi setelah googling kemana-mana akhirnya saya berhasil juga install PHP dan MySql di windows 2003. Cuman dengan 7 langkah.

  1. Download PHPnya di link ini..http://www.php.net/downloads.php pastikan downloadnya yang format zip bukan yang installer.
  2. Ekstrak PHPnya di folder yang kamu suka misal di folder c:\PHP
  3. Ganti file php.ini-recomended jadi php.ini terus copy ke folder c:\windows
  4. Terus buka konfigure IISnya, klik kanan folder web service extension terus pilih Add New Web Service Extension. Isi Extension Name dengan .PHP terus bagian Required Files ketik C:\PHP\PHP5ISAPI.DLL setelah itu Check Set Extension Status To Allowed. Di bagian website arahin pointer mouse ke websitenya terus klik kanan websitenya arahin pointer mouse ke properties. Terus di tab Home Directory klik tombol Configuration terus klik Add to add an Application Extension terus masukin C:\PHP\PHP5ISAPI.DLL di bagian Executable dan PHP di bagian Extension sisanya biarkan default aja.
  5. Selesai deh install PHPnya, dah gitu tinggal di tes aja. Bikin file info.php terus masukin di folder c:\inetpub\wwwroot. Read the rest of this entry »
Share

Posted by admin under Windows  •  5 Comments

Memperpanjang Masa Aktivasi Windows Vista

To extend, reset or restart the initial OOB grace period of Windows Vista to another 30 days, use the following steps:

1. Click on Vista Start button and key in Cmd in Start Search box.
2. Press on Ctrl-Shift-Enter to open Command Prompt with administrative credentials (equivalent to “Run as Administrator”).
3. In the Command Prompt, type the following command and press Enter when done: slmgr -rearm or you can use sysprep /generalize
4. Reboot the computer.
5. Rearm again when the remaining activation grace period timer counts down to 0 days.

Rearm option resets the computer’s activation timer and reinitializes some activation parameters.

Share

Posted by admin under Windows  •  9 Comments

Menghilangkan Pesan Virtual Memory too Low

Di saat memory virtual di harddisk kita berkurang, atau terlalu rendah, maka biasanya akan muncul sebuah pesan yang menyatakan bahwa Virtual Memory nya terlalu rendah. Nah, hampir sebagian orang udah tahu penyebabnya, yaitu karena page file di harddisk udah penuh dan dalam keadaan full load. Kali ini saya hanya akan memberikan tips untuk menghilangkan pesan “Virtual Memory too Low”

Langsung saja buka registry editor, lalu temukan key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion\Policies\Explorer\

>bikin DWORD baru “NoLowDiskSpaceChecks” isi 1 dengan Hex. Restart atau logout untuk mendapatkan hasilnya.

Share

Posted by admin under Windows  •  No Comments

Atur Banwidth di Windows 2003

If you run an application that needs to send high priority/real time data, XP will restrict “best effort” traffic to 80% of the bandwidth.

To change this…

  • Log in as Administrator (Not just any account with admin privileges)
  • Click Start
  • Click Run
  • Enter gpedit.msc
  • Select Local Computer Policy
  • Select Administrative Templates
  • Select Network
  • Select QOS Packet Scheduler
  • In the right window, double-click limit reservable bandwidth
  • On setting tab, check enabled setting
  • Bandwidth limit % value = 0
  • Click OK
  • Close gpedit.msc
  • Click My Computer
    • Select My Network Connections
    • Select View Network Connections
    • Right-click your connection
  • Under Protocol Properties, check QOS Packet Scheduler
  • Reboot

(

Share

Posted by admin under Windows  •  No Comments