Skip to content

Instantly share code, notes, and snippets.

@rezonn
Last active November 21, 2021 11:46
Show Gist options
  • Save rezonn/c8232ebe6b8b38fe20b605de136a11c0 to your computer and use it in GitHub Desktop.
Save rezonn/c8232ebe6b8b38fe20b605de136a11c0 to your computer and use it in GitHub Desktop.
windows 10.reg
Windows Registry Editor Version 5.00
;turn of explorer last files
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoRecentDocsHistory"=dword:00000000
;autologin
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultPassword"="123"
"DefaultUserName"="User"
"AutoAdminLogon"="1"
;enable long path
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"LongPathsEnabled"=dword:00000001
;en-ru keyboard
[HKEY_CURRENT_USER\Keyboard Layout]
[HKEY_CURRENT_USER\Keyboard Layout\Preload]
"1" = "00000409"
"2" = "00000419"
[HKEY_CURRENT_USER\Keyboard Layout\Substitutes]
[HKEY_CURRENT_USER\Keyboard Layout\Toggle]
"Hotkey" = "2"
"Language Hotkey" = "2"
"Layout Hotkey" = "3"
;timezone
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"Bias"=dword:fffffed4
"DaylightBias"=dword:ffffffc4
"DaylightName"="@tzres.dll,-1841"
"DaylightStart"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"DynamicDaylightTimeDisabled"=dword:00000000
"StandardBias"=dword:00000000
"StandardName"="@tzres.dll,-1842"
"StandardStart"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"TimeZoneKeyName"="Ekaterinburg Standard Time"
"ActiveTimeBias"=dword:fffffed4
;news panel
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Feeds]
"ShellFeedsTaskbarViewMode"=dword:00000002
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment