Created
December 23, 2018 06:29
-
-
Save upupming/aaf78d0ed82203b253a9d08be0ce7daf to your computer and use it in GitHub Desktop.
Windows 10 disable Cortana & enable UTC time
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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