Skip to content

Conversation

@ZeusCraft10
Copy link
Contributor

Type of Change

  • New feature
  • Bug fix
  • Documentation update
  • Refactoring
  • Hotfix
  • Security patch
  • UI/UX improvement

Description

This PR fixes the "Set Time to UTC" tweak. Previously, it set the RealTimeIsUniversal registry key as a DWord (32-bit). On 64-bit Windows systems (especially dual-boot scenarios), this key is often ignored unless it is a QWord (64-bit). Resolves #3815

I have updated config/tweaks.json to use QWord for this entry.

Testing

Verified that the RealTimeIsUniversal key is created as a QWORD after this change.
Confirmed that the registry value remains 1.

Impact

Users dual-booting with Linux should now have correct time synchronization when switching between OSes.
No impact on 32-bit systems as REG_QWORD is valid there as well (though less critical).

Issue related to PR

Additional Information

Checklist

  • My code adheres to the coding and style guidelines of the project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no errors/warnings/merge conflicts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Time Synchronization Issue Between Windows and Linux Dual Boot

2 participants