BEWARE: in WINDOWS 10 you need to create the "RealTimeIsUniversal" instance as it
does not exist in the registry,
using: run regedit
then add the dword/qword value
following should work in windows 7 / 8 / 8.1
---------------------------------------------------------
Create a *.reg file (on the desktop) with the following content and double-click it to import it into registry: (create file using notepad, save as .txt, then change to .reg file)
If the above appears to have no affect, and a 64-bit variant of Windows is being used, using QWORD value instead of a DWORD value may resolve the issue.
CREATED .reg FILES (created files attached)
-------------------------------------------------------------
Windows 32 bit machine (dword)
-------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation] "RealTimeIsUniversal"=dword:00000001
Windows 64 bit machine (dword)
--------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation] "RealTimeIsUniversal"=dword:00000001
Windows 64 bit machine (qword)
-------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation] "RealTimeIsUniversal"=qword:00000001
This has been working fine for me with Remix_OS & Windows 10 dual-boot using qword, also had used it before with
android-x86 Marshmallow latest test build.