Made some clean changes.

This commit is contained in:
2015-02-19 18:29:17 -08:00
parent f7987983a4
commit e6d9a8d26e
9 changed files with 125 additions and 0 deletions

1
windows/README.md Normal file
View File

@ -0,0 +1 @@
Various Windows Fixes

View File

@ -0,0 +1 @@
This will set Windows to use UTC time for 64-bit machines, rather than localtime. This keeps the Windows clock from being set to the UTC time every time you boot into Linux.

4
windows/time-fix/time.reg Executable file
View File

@ -0,0 +1,4 @@
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"RealTimeIsUniversal"=dword:00000001