Windows 10

Ditto, still nice to have (?). .....

http://uk.gigabyte.com/products/product-page.aspx?pid=4440#driver

It is nice to be able to install an OS and have all the drivers etc in place when first booted.

IIRC it is the Intel drivers for the LAN which allow Wake on magic Packets. I can't remember if the default ones installed by the OS do that..? I'll have to check when I next boot 10.

Windows 10 default drivers (MS) do support Magic Packets....



The Intel ones installed from Gigabyte link....



more feature rich, but only if you need to features.
 
Last edited:
If I install a fresh (Legit) Windows 7, then update to Windows 10 latest preview (Through the upgrade option) should I receive the icon in the bottom right to reserve my Windows 10? As, I could just install W7 all fine, and wait till the 29th, but I'd rather not, I find W7 meh.

I'm currently on a fresh W10 Preview install, nuking my previous W8 install.
 
If I install a fresh (Legit) Windows 7, then update to Windows 10 latest preview (Through the upgrade option) should I receive the icon in the bottom right to reserve my Windows 10? As, I could just install W7 all fine, and wait till the 29th, but I'd rather not, I find W7 meh.

I'm currently on a fresh W10 Preview install, nuking my previous W8 install.

it'll just update. you won't se the reserve icon.
 
He's right.

The Final build will be delivered to anyone using the Insider Preview on or after the 29th. If you have upgraded your 7 install to the Preview with Windows Update then it will activate using your 7 license as your free upgrade. If you have clean installed the Preview it will activate as a Preview license and remain active only while you remain in the program.
 
He's right.

The Final build will be delivered to anyone using the Insider Preview on or after the 29th. If you have upgraded your 7 install to the Preview with Windows Update then it will activate using your 7 license as your free upgrade. If you have clean installed the Preview it will activate as a Preview license and remain active only while you remain in the program.

Oh, I didn't think he was wrong.
Just Microsoft never fill me with confidence :p

Wish I'd just updated my 8.1 instead of doing a fresh install.
Meh.
 
Anyone having issues with changing the network interface order? Tried changing mine earlier however it just wasn't sticking (and giving me a huge headache when trying to test multiple networks) Build 10162
 
Definition Update for Windows Defender (7 updated today so far with this) on the fast ring on Windows 10 Enterprise x64 Build 10162

I choose to go for Enterprise as it has more features and more stronger security than Pro
 

Could well be, as I am sure I read somewhere... possibly on here, that it will end in 00 and be divisible by 16 (I think!)

10200 / 16 = 637.5

For it to end in 00 and be divisible by 16 these are your options:

10400
10800
11200

I wrote a little matlab code to work it out for me :p

Code:
Numbers = [600:700]*16;
PossibleBuildNumbers = Numbers(find((mod(Numbers,100))==0))
 
Last edited:
Back
Top Bottom