Skip to content

Instantly share code, notes, and snippets.

@upupming
Created December 23, 2018 06:29
Show Gist options
  • Save upupming/aaf78d0ed82203b253a9d08be0ce7daf to your computer and use it in GitHub Desktop.
Save upupming/aaf78d0ed82203b253a9d08be0ce7daf to your computer and use it in GitHub Desktop.
Windows 10 disable Cortana & enable UTC time
# Windows 10 disable Cortana & enable UTC time
1. WIN + R, REGEDIT
2. HKEY_LOCAL_MACHINE > SOFTWARE > Policies > Microsoft > Windows, New > Key, "Windows Search", New > DWORD (32-bit) Value. Type in AllowCortana, and hit enter.
3. cmd; Reg add HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation /v RealTimeIsUniversal /t REG_QWORD /d 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment