Last active
December 28, 2025 21:21
-
-
Save vladislav805/a6c32ba90409c04a30a1258fb0b793f6 to your computer and use it in GitHub Desktop.
Revisions
-
vladislav805 revised this gist
Dec 28, 2025 . 1 changed file with 7 additions and 8 deletions.There are no files selected for viewing
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 charactersOriginal 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/) 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) or [nvm-windows](https://github.com/coreybutler/nvm-windows) - [Python](https://www.python.org/downloads/windows/) - [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) # Legacy -
vladislav805 revised this gist
Dec 28, 2025 . 1 changed file with 7 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal 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/) 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 -
vladislav805 revised this gist
Nov 27, 2025 . 1 changed file with 22 additions and 17 deletions.There are no files selected for viewing
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 charactersOriginal 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) ## Development - [Node](https://nodejs.org/en/download) - [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) - [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 -
vladislav805 revised this gist
Jul 21, 2025 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal 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) -
vladislav805 revised this gist
Jul 19, 2025 . No changes.There are no files selected for viewing
-
vladislav805 revised this gist
Jul 19, 2025 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal 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) -
vladislav805 revised this gist
Jul 19, 2025 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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/) + [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/) -
vladislav805 revised this gist
Jul 19, 2025 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp` (all users) ## Etc -
vladislav805 renamed this gist
Jul 19, 2025 . 1 changed file with 35 additions and 36 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,22 +1,8 @@ # Windows cheatsheet ## Disable fast startup 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. `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. 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) (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) # 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 ``` -
vladislav805 revised this gist
Nov 5, 2024 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal 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/) -
vladislav805 revised this gist
Oct 24, 2021 . 1 changed file with 7 additions and 10 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -8,17 +8,14 @@ ## 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 ``` -
vladislav805 revised this gist
Jul 11, 2021 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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) * [Goodbye DPI](https://github.com/ValdikSS/GoodbyeDPI) * [choco](https://chocolatey.org/install) * [mpv](https://community.chocolatey.org/packages/mpv) -
vladislav805 revised this gist
Jul 11, 2021 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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/) * [WSL2](https://docs.microsoft.com/en/windows/wsl/install-win10) -
vladislav805 revised this gist
Jul 11, 2021 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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/) ## Etc * [JetBrains Mono Font](https://www.jetbrains.com/lp/mono/) -
vladislav805 revised this gist
Jul 11, 2021 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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/) * [LibreOffice](https://www.libreoffice.org/download/download/) * [GIMP](https://www.gimp.org/downloads/) -
vladislav805 revised this gist
Jul 11, 2021 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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. ## Programs * [Firefox](https://www.mozilla.org/en-US/firefox/all/) * [VLC](https://www.videolan.org/vlc/) * [Telegram](https://desktop.telegram.org/) -
vladislav805 revised this gist
May 12, 2021 . 1 changed file with 2 additions and 5 deletions.There are no files selected for viewing
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 charactersOriginal 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) Add reg record: ``` reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation" /v RealTimeIsUniversal /d 1 /t REG_DWORD /f ``` -
vladislav805 revised this gist
May 5, 2021 . 1 changed file with 26 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal 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; -
vladislav805 created this gist
May 5, 2021 .There are no files selected for viewing
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 charactersOriginal 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.