Made some clean changes.
This commit is contained in:
1
windows/README.md
Normal file
1
windows/README.md
Normal file
@ -0,0 +1 @@
|
||||
Various Windows Fixes
|
1
windows/time-fix/README.md
Normal file
1
windows/time-fix/README.md
Normal 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
4
windows/time-fix/time.reg
Executable file
@ -0,0 +1,4 @@
|
||||
Windows Registry Editor Version 5.00
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
|
||||
"RealTimeIsUniversal"=dword:00000001
|
Reference in New Issue
Block a user