Skip to content

Instantly share code, notes, and snippets.

@vladislav805
Last active December 28, 2025 21:21
Show Gist options
  • Select an option

  • Save vladislav805/a6c32ba90409c04a30a1258fb0b793f6 to your computer and use it in GitHub Desktop.

Select an option

Save vladislav805/a6c32ba90409c04a30a1258fb0b793f6 to your computer and use it in GitHub Desktop.

Revisions

  1. vladislav805 revised this gist Dec 28, 2025. 1 changed file with 7 additions and 8 deletions.
    15 changes: 7 additions & 8 deletions windows.md
    Original file line number Diff line number Diff line change
    @@ -39,27 +39,26 @@ There is an all-in-one installer [here](https://www.techpowerup.com/download/vis

    ## Programs
    - [Firefox](https://www.mozilla.org/en-US/firefox/all/) + [fixes](https://gist.github.com/vladislav805/8bf63fb6f522f32397588f82a9f8fadd)
    - [VLC](https://www.videolan.org/vlc/)
    - [VLC](https://www.videolan.org/vlc/) or [mpv](https://github.com/mpv-player/mpv/releases)
    - [Telegram](https://desktop.telegram.org/)
    - [LibreOffice](https://www.libreoffice.org/download/download/)
    - [GIMP](https://www.gimp.org/downloads/)
    - [OBS](https://obsproject.com/)
    - [CapsLang](https://github.com/edanko/capslang/releases) (switch layout languages by CapsLock)
    - `C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup` (current user)
    - `C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp` (all users)
    - [ffmpeg](https://github.com/BtbN/FFmpeg-Builds/releases/tag/latest)

    ## Development

    - [Node](https://nodejs.org/en/download)
    - [Node](https://nodejs.org/en/download) or [nvm-windows](https://github.com/coreybutler/nvm-windows)
    - [Python](https://www.python.org/downloads/windows/)

    ## Other
    - [JetBrains Mono Font](https://www.jetbrains.com/lp/mono/)
    - [WSL2](https://docs.microsoft.com/en/windows/wsl/install-win10)
    - [VSCode](https://code.visualstudio.com/)
    - [JetBrains Mono Font](https://www.jetbrains.com/lp/mono/)

    ## Network
    - [Goodbye DPI](https://github.com/ValdikSS/GoodbyeDPI)
    - [ffmpeg](https://github.com/BtbN/FFmpeg-Builds/releases/tag/latest)
    - [choco](https://chocolatey.org/install)
    - [mpv](https://community.chocolatey.org/packages/mpv)

    # Legacy

  2. vladislav805 revised this gist Dec 28, 2025. 1 changed file with 7 additions and 3 deletions.
    10 changes: 7 additions & 3 deletions windows.md
    Original file line number Diff line number Diff line change
    @@ -7,13 +7,17 @@

    ## Perceive time information as UTC (as Linux), not local (timezone)
    Add reg record:
    ```
    ```shell
    reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation" /v RealTimeIsUniversal /d 1 /t REG_DWORD /f
    ```


    ## Install Visual C++ Redistributable Runtimes
    There is an all-in-one installer [here](https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/).
    There is an all-in-one installer [here](https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/) or [here](https://github.com/abbodi1406/vcredist).


    ## Activation
    [massgravel/Microsoft-Activation-Scripts](https://github.com/massgravel/Microsoft-Activation-Scripts)


    ## Set virtual memory paging file
    @@ -62,7 +66,7 @@ There is an all-in-one installer [here](https://www.techpowerup.com/download/vis
    ## Disable Photos app, enable legacy Photo viewer

    Add reg records:
    ```
    ```shell
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".tif" /d "PhotoViewer.FileAssoc.Tiff" /f
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".tiff" /d "PhotoViewer.FileAssoc.Tiff" /f
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".jpg" /d "PhotoViewer.FileAssoc.Tiff" /f
  3. vladislav805 revised this gist Nov 27, 2025. 1 changed file with 22 additions and 17 deletions.
    39 changes: 22 additions & 17 deletions windows.md
    Original file line number Diff line number Diff line change
    @@ -12,6 +12,10 @@ reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation
    ```


    ## Install Visual C++ Redistributable Runtimes
    There is an all-in-one installer [here](https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/).


    ## Set virtual memory paging file
    1. `Win + R`
    2. `sysdm.cpl ,3`
    @@ -30,27 +34,28 @@ reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation
    15. Restart.

    ## Programs
    * [Firefox](https://www.mozilla.org/en-US/firefox/all/) + [fixes](https://gist.github.com/vladislav805/8bf63fb6f522f32397588f82a9f8fadd)
    * [VLC](https://www.videolan.org/vlc/)
    * [Telegram](https://desktop.telegram.org/)
    * [LibreOffice](https://www.libreoffice.org/download/download/)
    * [GIMP](https://www.gimp.org/downloads/)
    * [OBS](https://obsproject.com/)
    * [CapsLang](https://github.com/edanko/capslang/releases) (switch layout languages by CapsLock)
    * `C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup` (current user)
    * `C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp` (all users)
    - [Firefox](https://www.mozilla.org/en-US/firefox/all/) + [fixes](https://gist.github.com/vladislav805/8bf63fb6f522f32397588f82a9f8fadd)
    - [VLC](https://www.videolan.org/vlc/)
    - [Telegram](https://desktop.telegram.org/)
    - [LibreOffice](https://www.libreoffice.org/download/download/)
    - [GIMP](https://www.gimp.org/downloads/)
    - [OBS](https://obsproject.com/)
    - [CapsLang](https://github.com/edanko/capslang/releases) (switch layout languages by CapsLock)
    - `C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup` (current user)
    - `C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp` (all users)

    ## Development

    * [Node](https://nodejs.org/en/download)
    * [Python](https://www.python.org/downloads/windows/)
    - [Node](https://nodejs.org/en/download)
    - [Python](https://www.python.org/downloads/windows/)

    ## Etc
    * [JetBrains Mono Font](https://www.jetbrains.com/lp/mono/)
    * [WSL2](https://docs.microsoft.com/en/windows/wsl/install-win10)
    * [Goodbye DPI](https://github.com/ValdikSS/GoodbyeDPI)
    * [choco](https://chocolatey.org/install)
    * [mpv](https://community.chocolatey.org/packages/mpv)
    ## Other
    - [JetBrains Mono Font](https://www.jetbrains.com/lp/mono/)
    - [WSL2](https://docs.microsoft.com/en/windows/wsl/install-win10)
    - [Goodbye DPI](https://github.com/ValdikSS/GoodbyeDPI)
    - [ffmpeg](https://github.com/BtbN/FFmpeg-Builds/releases/tag/latest)
    - [choco](https://chocolatey.org/install)
    - [mpv](https://community.chocolatey.org/packages/mpv)

    # Legacy

  4. vladislav805 revised this gist Jul 21, 2025. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions windows.md
    Original file line number Diff line number Diff line change
    @@ -40,6 +40,11 @@ reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation
    * `C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup` (current user)
    * `C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp` (all users)

    ## Development

    * [Node](https://nodejs.org/en/download)
    * [Python](https://www.python.org/downloads/windows/)

    ## Etc
    * [JetBrains Mono Font](https://www.jetbrains.com/lp/mono/)
    * [WSL2](https://docs.microsoft.com/en/windows/wsl/install-win10)
  5. vladislav805 revised this gist Jul 19, 2025. No changes.
  6. vladislav805 revised this gist Jul 19, 2025. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions windows.md
    Original file line number Diff line number Diff line change
    @@ -35,6 +35,7 @@ reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation
    * [Telegram](https://desktop.telegram.org/)
    * [LibreOffice](https://www.libreoffice.org/download/download/)
    * [GIMP](https://www.gimp.org/downloads/)
    * [OBS](https://obsproject.com/)
    * [CapsLang](https://github.com/edanko/capslang/releases) (switch layout languages by CapsLock)
    * `C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup` (current user)
    * `C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp` (all users)
  7. vladislav805 revised this gist Jul 19, 2025. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion windows.md
    Original file line number Diff line number Diff line change
    @@ -30,7 +30,7 @@ reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation
    15. Restart.

    ## Programs
    * [Firefox](https://www.mozilla.org/en-US/firefox/all/)
    * [Firefox](https://www.mozilla.org/en-US/firefox/all/) + [fixes](https://gist.github.com/vladislav805/8bf63fb6f522f32397588f82a9f8fadd)
    * [VLC](https://www.videolan.org/vlc/)
    * [Telegram](https://desktop.telegram.org/)
    * [LibreOffice](https://www.libreoffice.org/download/download/)
  8. vladislav805 revised this gist Jul 19, 2025. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion windows.md
    Original file line number Diff line number Diff line change
    @@ -36,7 +36,7 @@ reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation
    * [LibreOffice](https://www.libreoffice.org/download/download/)
    * [GIMP](https://www.gimp.org/downloads/)
    * [CapsLang](https://github.com/edanko/capslang/releases) (switch layout languages by CapsLock)
    * `C:\Users\Username\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup` (current user)
    * `C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup` (current user)
    * `C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp` (all users)

    ## Etc
  9. vladislav805 renamed this gist Jul 19, 2025. 1 changed file with 35 additions and 36 deletions.
    71 changes: 35 additions & 36 deletions windows10.md → windows.md
    Original file line number Diff line number Diff line change
    @@ -1,22 +1,8 @@
    # Windows cheatsheet
    ## Disable fast startup
    1. Right click by "Start";
    2. "Search";
    3. Find Control panel;
    4. Find Power options;
    5. In left side "Choose what the power buttons do";


    ## Disable Photos app, enable legacy Photo viewer
    Add reg records:
    ```
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".tif" /d "PhotoViewer.FileAssoc.Tiff" /f
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".tiff" /d "PhotoViewer.FileAssoc.Tiff" /f
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".jpg" /d "PhotoViewer.FileAssoc.Tiff" /f
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".png" /d "PhotoViewer.FileAssoc.Tiff" /f
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".bmp" /d "PhotoViewer.FileAssoc.Tiff" /f
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".jpeg" /d "PhotoViewer.FileAssoc.Tiff" /f
    ```
    1. `Win + R`
    2. `powercfg.cpl`
    3. In left side "Choose what the power buttons do";


    ## Perceive time information as UTC (as Linux), not local (timezone)
    @@ -27,36 +13,49 @@ reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation


    ## Set virtual memory paging file
    1. Open settings
    2. System -> About;
    3. System info;
    4. Advanced system settings (in left side);
    5. Tab Advanced;
    6. Perfomance -> Settings...;
    7. Tab Advanced;
    8. Virtual memory -> Change...;
    9. Uncheck "Automaticly manage paging file size for all drives";
    10. Select "C:";
    11. Set to "Custom size";
    12. Set initial and maximum size to 8192 MB (8 GB);
    13. Click "Set";
    1. `Win + R`
    2. `sysdm.cpl ,3`
    3. Perfomance -> Settings...;
    4. Tab Advanced;
    5. Virtual memory -> Change...;
    6. Uncheck "Automaticly manage paging file size for all drives";
    7. Select "C:";
    8. Set to "Custom size";
    9. Set initial and maximum size to 8192 MB (8 GB);
    10. Click "Set";
    11. Click "OK";
    12. Confirm alert that changes will apply only after reboot;
    13. Click "OK";
    14. Click "OK";
    15. Confirm alert that changes will apply only after reboot;
    16. Click "OK";
    17. Click "OK";
    18. Restart.
    15. Restart.

    ## Programs
    * [Firefox](https://www.mozilla.org/en-US/firefox/all/)
    * [VLC](https://www.videolan.org/vlc/)
    * [Telegram](https://desktop.telegram.org/)
    * [LibreOffice](https://www.libreoffice.org/download/download/)
    * [GIMP](https://www.gimp.org/downloads/)
    * [CapsLang](https://github.com/edanko/capslang/releases/tag/v1.0.0) (switch layout languages by CapsLock)
    * [CapsLang](https://github.com/edanko/capslang/releases) (switch layout languages by CapsLock)
    * `C:\Users\Username\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup` (current user)
    * `C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp` (all users)

    ## Etc
    * [JetBrains Mono Font](https://www.jetbrains.com/lp/mono/)
    * [WSL2](https://docs.microsoft.com/en/windows/wsl/install-win10)
    * [Goodbye DPI](https://github.com/ValdikSS/GoodbyeDPI)
    * [choco](https://chocolatey.org/install)
    * [mpv](https://community.chocolatey.org/packages/mpv)
    * [mpv](https://community.chocolatey.org/packages/mpv)

    # Legacy

    ## Disable Photos app, enable legacy Photo viewer

    Add reg records:
    ```
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".tif" /d "PhotoViewer.FileAssoc.Tiff" /f
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".tiff" /d "PhotoViewer.FileAssoc.Tiff" /f
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".jpg" /d "PhotoViewer.FileAssoc.Tiff" /f
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".png" /d "PhotoViewer.FileAssoc.Tiff" /f
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".bmp" /d "PhotoViewer.FileAssoc.Tiff" /f
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".jpeg" /d "PhotoViewer.FileAssoc.Tiff" /f
    ```
  10. vladislav805 revised this gist Nov 5, 2024. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions windows10.md
    Original file line number Diff line number Diff line change
    @@ -52,6 +52,7 @@ reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation
    * [Telegram](https://desktop.telegram.org/)
    * [LibreOffice](https://www.libreoffice.org/download/download/)
    * [GIMP](https://www.gimp.org/downloads/)
    * [CapsLang](https://github.com/edanko/capslang/releases/tag/v1.0.0) (switch layout languages by CapsLock)

    ## Etc
    * [JetBrains Mono Font](https://www.jetbrains.com/lp/mono/)
  11. vladislav805 revised this gist Oct 24, 2021. 1 changed file with 7 additions and 10 deletions.
    17 changes: 7 additions & 10 deletions windows10.md
    Original file line number Diff line number Diff line change
    @@ -8,17 +8,14 @@


    ## Disable Photos app, enable legacy Photo viewer
    Create `.reg` file and execute it:
    Add reg records:
    ```
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations]
    ".tif"="PhotoViewer.FileAssoc.Tiff"
    ".tiff"="PhotoViewer.FileAssoc.Tiff"
    ".jpg"="PhotoViewer.FileAssoc.Tiff"
    ".png"="PhotoViewer.FileAssoc.Tiff"
    ".bmp"="PhotoViewer.FileAssoc.Tiff"
    ".jpeg"="PhotoViewer.FileAssoc.Tiff"
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".tif" /d "PhotoViewer.FileAssoc.Tiff" /f
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".tiff" /d "PhotoViewer.FileAssoc.Tiff" /f
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".jpg" /d "PhotoViewer.FileAssoc.Tiff" /f
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".png" /d "PhotoViewer.FileAssoc.Tiff" /f
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".bmp" /d "PhotoViewer.FileAssoc.Tiff" /f
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".jpeg" /d "PhotoViewer.FileAssoc.Tiff" /f
    ```


  12. vladislav805 revised this gist Jul 11, 2021. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion windows10.md
    Original file line number Diff line number Diff line change
    @@ -58,4 +58,7 @@ reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation

    ## Etc
    * [JetBrains Mono Font](https://www.jetbrains.com/lp/mono/)
    * [WSL2](https://docs.microsoft.com/en/windows/wsl/install-win10)
    * [WSL2](https://docs.microsoft.com/en/windows/wsl/install-win10)
    * [Goodbye DPI](https://github.com/ValdikSS/GoodbyeDPI)
    * [choco](https://chocolatey.org/install)
    * [mpv](https://community.chocolatey.org/packages/mpv)
  13. vladislav805 revised this gist Jul 11, 2021. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion windows10.md
    Original file line number Diff line number Diff line change
    @@ -57,4 +57,5 @@ reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation
    * [GIMP](https://www.gimp.org/downloads/)

    ## Etc
    * [JetBrains Mono Font](https://www.jetbrains.com/lp/mono/)
    * [JetBrains Mono Font](https://www.jetbrains.com/lp/mono/)
    * [WSL2](https://docs.microsoft.com/en/windows/wsl/install-win10)
  14. vladislav805 revised this gist Jul 11, 2021. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion windows10.md
    Original file line number Diff line number Diff line change
    @@ -54,4 +54,7 @@ reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation
    * [VLC](https://www.videolan.org/vlc/)
    * [Telegram](https://desktop.telegram.org/)
    * [LibreOffice](https://www.libreoffice.org/download/download/)
    * [GIMP](https://www.gimp.org/downloads/)
    * [GIMP](https://www.gimp.org/downloads/)

    ## Etc
    * [JetBrains Mono Font](https://www.jetbrains.com/lp/mono/)
  15. vladislav805 revised this gist Jul 11, 2021. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion windows10.md
    Original file line number Diff line number Diff line change
    @@ -52,4 +52,6 @@ reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation
    ## Programs
    * [Firefox](https://www.mozilla.org/en-US/firefox/all/)
    * [VLC](https://www.videolan.org/vlc/)
    * [Telegram](https://desktop.telegram.org/)
    * [Telegram](https://desktop.telegram.org/)
    * [LibreOffice](https://www.libreoffice.org/download/download/)
    * [GIMP](https://www.gimp.org/downloads/)
  16. vladislav805 revised this gist Jul 11, 2021. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion windows10.md
    Original file line number Diff line number Diff line change
    @@ -47,4 +47,9 @@ reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation
    15. Confirm alert that changes will apply only after reboot;
    16. Click "OK";
    17. Click "OK";
    18. Restart.
    18. Restart.

    ## Programs
    * [Firefox](https://www.mozilla.org/en-US/firefox/all/)
    * [VLC](https://www.videolan.org/vlc/)
    * [Telegram](https://desktop.telegram.org/)
  17. vladislav805 revised this gist May 12, 2021. 1 changed file with 2 additions and 5 deletions.
    7 changes: 2 additions & 5 deletions windows10.md
    Original file line number Diff line number Diff line change
    @@ -23,12 +23,9 @@ Windows Registry Editor Version 5.00


    ## Perceive time information as UTC (as Linux), not local (timezone)
    Create `.reg` file and execute it:
    Add reg record:
    ```
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
    "RealTimeIsUniversal"=qword:00000001
    reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation" /v RealTimeIsUniversal /d 1 /t REG_DWORD /f
    ```


  18. vladislav805 revised this gist May 5, 2021. 1 changed file with 26 additions and 0 deletions.
    26 changes: 26 additions & 0 deletions windows10.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,4 @@
    # Windows cheatsheet
    ## Disable fast startup
    1. Right click by "Start";
    2. "Search";
    @@ -6,6 +7,31 @@
    5. In left side "Choose what the power buttons do";


    ## Disable Photos app, enable legacy Photo viewer
    Create `.reg` file and execute it:
    ```
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations]
    ".tif"="PhotoViewer.FileAssoc.Tiff"
    ".tiff"="PhotoViewer.FileAssoc.Tiff"
    ".jpg"="PhotoViewer.FileAssoc.Tiff"
    ".png"="PhotoViewer.FileAssoc.Tiff"
    ".bmp"="PhotoViewer.FileAssoc.Tiff"
    ".jpeg"="PhotoViewer.FileAssoc.Tiff"
    ```


    ## Perceive time information as UTC (as Linux), not local (timezone)
    Create `.reg` file and execute it:
    ```
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
    "RealTimeIsUniversal"=qword:00000001
    ```


    ## Set virtual memory paging file
    1. Open settings
    2. System -> About;
  19. vladislav805 created this gist May 5, 2021.
    27 changes: 27 additions & 0 deletions windows10.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,27 @@
    ## Disable fast startup
    1. Right click by "Start";
    2. "Search";
    3. Find Control panel;
    4. Find Power options;
    5. In left side "Choose what the power buttons do";


    ## Set virtual memory paging file
    1. Open settings
    2. System -> About;
    3. System info;
    4. Advanced system settings (in left side);
    5. Tab Advanced;
    6. Perfomance -> Settings...;
    7. Tab Advanced;
    8. Virtual memory -> Change...;
    9. Uncheck "Automaticly manage paging file size for all drives";
    10. Select "C:";
    11. Set to "Custom size";
    12. Set initial and maximum size to 8192 MB (8 GB);
    13. Click "Set";
    14. Click "OK";
    15. Confirm alert that changes will apply only after reboot;
    16. Click "OK";
    17. Click "OK";
    18. Restart.