My notes for turning a Macbook Pro into a very nice Windows 10 machine for free using Bootcamp (not for everybody, I know). Thanks to Emlyn O’Regan for the original tip.
Download Windows 10 ISO file from
https://www.microsoft.com/en-au/software-download/windows10ISO
choose a Windows 10 Anniversary Edition
i.e. Win10_1607_English_x64.iso
You can upgrade from there later.
Run Bootcamp
Set Partition size. Don’t try to resize this later.
Select the Windows iso
Format the BOOTCAMP partition
Click next and let it do its thing
Windows will start, answer questions about preferred language etc
When asked answer “I don’t have a licence code”
Install Windows
Install Bootcamp inside windows
Tweaks:
To make the fonts look the right size:
Control Panel > Display: Turn off custom scaling
To reduce sensitivity of trackpad for two finger scrolling:
Control Panel > Mouse > choose how many lines to scroll = 1
Select “additional mouse options” and set lines to scroll to 1
To reverse the scrolling direction for “natural” trackpad scrolling:
Use Regedit to swap direction of track pad:
Under
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetEnumHIDVID_??????Device Parameters
(where ??? is different on every machine) search for properties named FlipFlopWheel and FlipFlopHScroll and set both of them to 1. They may appear a few times for different values of ???.
* Turn background to black *
(On an unregistered Windows, you are prevented from customising the wallpaper but they don’t stop you from blanking it out completely)
Control panel > ease of access > other options > show windows background = off
Connect to WiFi
Install Chrome
Login to Chrome
My setup for web development:
Install Git Bash for Windows
> Use git from windows command prompt
Install VS Code
Open command window Ctrl-`
On first run you’ll be asked if you want to customise command prompt
Choose your preferred terminal shell
Choose git bash
Install Node

