Monday, January 30, 2017

windows cannot be installed on this disk. The selected disk is of the GPT partition style.

fresh computer build, on the screen choosing which partition to use i see "windows cannot be installed to disk 0 partition 2. (show details)", when i click show details i get the message, "windows cannot be installed on this disk. The selected disk is of the GPT partition style." What can i do to install window?

Method #1:
1. Boot up to installation DVD/CD.
2. Click install but don't follow through.
3. Press SHIFT-F10 to bring up console.
4. Type "diskpart"
5. Once inside diskpart type:
-> list disk (find the one you want to convert)
-> select disk 0 (select the one you want from the list)
-> convert mbr (should take a second or two)
-> quit
6. Continue with install

Method #2:
1. Boot up to installation DVD/CD.
2. Click install but don't follow through.
3. Press SHIFT-F10 to bring up console.
4. Type "diskpart"
5. Once inside diskpart type:
-> list disk (find the one you want to convert)
-> select disk 0 (select the one you want from the list)
-> clean (wait an hour or so until its done)
-> quit
6. Continue with install

https://answers.microsoft.com/en-us/windows/forum/windows_7-windows_install/windows-cannot-be-installed-on-this-disk-the/8fa72a3e-10c5-47da-a040-1e0db62af309

Thursday, December 15, 2016

Mie Godhog Sederhana

Bumbu Uleg :
  • Bawang Putih 3 siung 
  • Merica 
  • Kemiri 2 biji 
  • Garam Secukupnya
  • Ebi jika ada. (3-5 buah)
Bahan-bahan :
  • Mie kering
  • Tomat
  • Daun Bawang
  • Seledri
  • Ayam
  • Bakso

Bumbu Uleg di gongso (red: goreng) di wajan hingga harum, masukkan ayam dan bakso jika ada.

Jika ayam sudah matang, tambahkan air secukupnya. (Air Kaldu lebih baik)
Masukkan sayuran, tomat, daun bawang dan seledri.

Stelah mendidih, masukkan mie kering. (Seperti Mie Atom Bulan)

Catatan tambahan :
Untuk mie, bisa di rebus dulu sbentar untuk membersihkan mie. (Di tambahkan minyak dikit, agar mie nya tidak lengket)
Pastikan Kemiri udah di sangrai terlebih dahulu.
Jika suka rasa tomat, tomat bisa ikut di tumis stelah harum, bareng dengan ayam dan bakso. Sehingga tomat hancur dan bercampur dengan bumbu uleg.

Friday, December 02, 2016

Windows 10 Blurry Fonts Solution


https://forums.mydigitallife.info/threads/62528-SOLVED-Windows-10-higher-DPI-Win8DpiScaling-problem
REG ADD "HKCU\Control Panel\Desktop" /v DpiScalingVer /t REG_DWORD /d 0x00001018 /f
REG ADD "HKCU\Control Panel\Desktop" /v Win8DpiScaling /t REG_DWORD /d 0x00000001 /f
REG ADD "HKCU\Control Panel\Desktop" /v LogPixels /t REG_DWORD /d 0x00000078 /f

Tuesday, November 29, 2016

How to Create Bootable Windows USB Disk

https://anandthearchitect.com/2014/03/07/how-to-create-a-bootable-windows-2012-r2-usb-disk-applies-to-windows-8-1-also/

Pre-requisites: 7-Zip software (Download it from here: http://7-zip.org/), Windows 2012 (R2) ISO (or Windows 8.1 ISO), 8GB or more USB disk

Open Command Prompt in elevated mode (Run as Administrator)
Type diskpart and press Enter
Type list disk and press Enter. Note the list of existing disks.
Insert the USB Disk
Type list disk and press enter again. Note the new disk showed up which is our USB disk. I assume the new disk is 2 for example purpose.
Type select disk X where X is your USB disk. E.g., select disk 2. Press Enter.
Type clean and press enter.
Type create partition primary and press enter to create primary partition 1.
Type select partition 1 and press enter.
Type active and press enter to make the partition 1 active
Type format fs=ntfs and press enter. This will format the partition 1 as NTFS volume.
Type assign and press enter to assign the USB disk to a drive letter.

Now right click on Windows Server 2012 R2 or Windows 8.1 ISO file, select 7-Zip –> Extract Files…
Select your USB disk to extract the ISO contents to the USB disk