- UblockOrgin
- SponsorBlock
- YouTubeNonStop
- Simple Translate
- Swift Selection Search
- Bitwarden
- I don't care about cookies
- PolskaZgodaCiasteczkowa
- AutoTabDiscard
- NoScript
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
| # source https://openwrt.org/docs/guide-user/base-system/cron#periodic_reboot | |
| crontab -e | |
| # Restart router at 04:00 on Saturday | |
| 0 4 * * 6 sleep 70 && touch /etc/banner && reboot | |
| # crontab must end with the last line as space or a comment |
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 Registry Editor Version 5.00 | |
| ; Edit with Notepad++ in Windows 11 contextmenu - by AveYo (https://gist.github.com/AveYo) | |
| [-HKEY_CURRENT_USER\Software\Classes\*\shell\extract] | |
| [HKEY_CURRENT_USER\Software\Classes\*\shell\extract] | |
| "MuiVerb"="Edit with &Notepad++" | |
| "Icon"="C:\\Program Files\\Notepad++\\notepad++.exe,0" | |
| "MultiSelectModel"="Player" | |
| "NeverDefault"="" | |
| "AppliesTo"="NOT .zip" |
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 Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation] | |
| "Manufacturer"="Chuck" | |
| "Model"="Chuck Space Rocket 2000" | |
| "SupportURL"="https://github.com/chuckmichael" |
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
| @echo off | |
| @rem based on https://stackoverflow.com/questions/4051883/batch-script-how-to-check-for-admin-rights and https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2444 | |
| goto check_Permissions | |
| :check_Permissions | |
| echo Administrative permissions required. Detecting permissions... | |
| net session >nul 2>&1 | |
| if %errorLevel% == 0 ( | |
| echo Success: Administrative permissions confirmed. | |
| goto do_magic | |
| ) else ( |
Check system optimalizations first: https://gist.github.com/ChuckMichael/4afee9b344d57a3abc46231c4225c0cb
- Intel C-state off
- HPET off
- Hardware-accelerated GPU scheduling on
- Hibernate off (test needed)
- Game Mode turn on or turn off (test which is better)
- Unlock Highest Performance Power Scheme Open PowerShell with admin rights and enter: powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61 If want to easy switch between diffrent power schemes: PowerPlanSwitcher (https://www.microsoft.com/en-us/p/powerplanswitcher/9nblggh556l3?activetab=pivot:overviewtab) + Ultimate Power Scheme or Bitsum Highest Performance
https://hole.cert.pl/domains/v2/domains_adblock.txt
https://raw.githubusercontent.com/PolishFiltersTeam/KAD/master/KAD.txt
https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PPB.txt
https://secure.fanboy.co.nz/fanboy-cookiemonster.txt
https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/nocoin.txt
https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt
https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/SmartTV.txt
https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/android-tracking.txt
https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-pihole-filters/kad_host.txt
https://zerodot1.gitlab.io/CoinBlockerLists/list.txt
https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt
https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-pihole-filters/hostfile.txt
https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-pihole-filters/hole_cert_pl.txt
https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts
Note
More information you can find on Microsoft documentation.
Tip
You can install all Visual C++ Redistributable Packages using only one command with winget! https://gist.github.com/ChuckMichael/d4221fd8681a7e962c8d37d623ff3145
- x64 8.0.61000 (EOL)
Microsoft.VCRedist.2005.x64