Skip to main content

Windows 8 - The Metro Installing on VMWare Workstation ( VMWare Player )

Amazing Windows 8 is here for the consumer preview now. Happy to share this new experience with whoever excited about the future OS.

You can download an .iso (Which is easiest way to install on a VMware Workstation / Player)

http://windows.microsoft.com/en-US/windows-8/iso

And follow this instructions on this link with some corrections below,
http://www.sysprobs.com/guide-install-windows-8-on-vmware-workstation-with-vmware-tools

Before you install, Corrections in the above link :
In brief,
You don't select the .iso in the fist VMware wizard , instead select 'I will install ....Later'
In the second step - Select 1. Windows, 2. Windows 7
** When you click next you will see the VM configuration screen , here select 'Hardware' on the left side to select '.iso' file. This is where you mount ISO.
The rest follow this as minimum system requirement,
    Processor: 1 gigahertz (GHz) or faster
    RAM: 1 gigabyte (GB) (32-bit) or 2 GB (64-bit)
    Hard disk space: 16 GB (32-bit) or 20 GB (64-bit)
    Graphics card: Microsoft DirectX 9 graphics device or higher
    To use touch, you need a tablet or monitor that supports multi touch
    To access Windows Store and to download and run apps, you need an active Internet connection and a screen resolution of at least 1024 x 768
    To snap apps, you need a screen resolution of at least 1366 x 768

You will need product key: Product Key:   DNJXJ-7XBW8-2378T-X22TX-BKG7J 
You will find this on the .iso download page at the bottom of all language download  listings.
Also keep this all the time, you will need this to update the Windows 8 after install !



Share same settings all devices (you login with live id) feature: Cool !
You will need a Windows a/c Hotmail /yahoo passport, etc to login in always connected mode and same settings all devices mode !

Complete installation , install VMware tools.
Cruse around the Windows 8.
Hey, I like the transparent Recycle Bin!

(Bye the way use 'Windows Key' to switch between 'Metro mode' to 'Widows mode' or hover mouse on the right hand side wall ,, hm hope you find a way to get around )

Comments

Popular posts from this blog

LLM on Mobile Phone : Mini Universal data and assistant running on an android smart phone Galaxy S23

  Imagine a world where everyone has access to a mini #OpenAI's #ChatGPT on their mobile phone, answering any question on any topic, right from their local phone memory. No need for internet. This is the future of #LLMs on mobile devices, and it's happening now. #MLC-AI has created a way to install a 3 billion parameter #RedPajam #LLMModel on a #Galaxy #S23 smartphone. This is a powerful #LLM that can generate text, translate languages, write different kinds of creative content, and answer your questions in an informative way. And it's all available on your phone, without the need for an internet connection. This could have a profound impact on people all over the world. Millions of suburban students who don't have access to the internet could now have access to a universal data source that can answer most of their questions. Refugee camps around the world could also benefit from this technology, giving refugees access to information and resources that they might not ot...

Ohmni robot disassembly - Parts and structure inside Ohmni Telepresence Robot - Tear down

    The tablet, speakers were disconnected and removed in different video.    Ohmni robot disassembly - Parts and structure inside Ohmni Telepresence - Design - Mechonical and Electrical components .

Setting up Rassberry Pi Zero W 1/2 with USB (not using hdmi) On MAC

Copy  Rassberry Pi zero image (pi 3 image also supported on pi zero) on a SD card https://www.raspberrypi.com/software/     From mac - Finder - open SD card . It opens the root folder We will edit or create 4 files:  config.txt cmdline.txt ssh wifi   config.txt At the bottom of the file add this line dtoverlay=dwc2 cmdline.txt add this line between rootwait  ........  quiet . Should look  like this, rootwait modules-load=dwc2,g_ether quiet   ssh create an emptyfile named ssh (no extensions)   wifi : (pi zero can connect only to 2.5gh Unless you update your firmware) create this file in root : wpa_supplicant.conf   add this lines to the file - with your own wifi credentials country=US ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 network={ ssid="*******" psk="********" }  Insert sd card in raspberry pi  zero w , and connect from pc with, ...