choco install throttlestop -yVisit for more programs to install https://azimstech.github.io/MySoftwareList/
choco install throttlestop -yVisit for more programs to install https://azimstech.github.io/MySoftwareList/
Open https://openwrt.org/toh/d-link/dir-842#installation and select Firmware Install. At this step we need to download factory version.
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
| # Switch on a led when internet connection is available | |
| #!/bin/bash | |
| # | |
| while : | |
| do | |
| ping -c5 -q 8.8.8.8 | |
| status=$?; | |
| case $status in |
| :: Windows 11 Config by CHEF-KOCH source: https://chef-koch.bearblog.dev/windows-11-config-by-chef-koch/ | |
| :: Remove and rebuild Font Cache | |
| :: Some params might not work in Windows Terminal | |
| :: This is not needed anymore in Windows Codename Nickel+. | |
| del "%WinDir%\ServiceProfiles\LocalService\AppData\Local\FontCache\*FontCache*" /s /f /q | |
| del "%WinDir%\System32\FNTCACHE.DAT" /s /f /q | |
| :: Remove the old Windows Powershell v1.x version which is vulnerable | |
| :: taskkill /im PowerShell.exe /f |