Windows Tips n Tricks
·
1min
·
coleaderme
Change to AHCI (without windows reinstall)
- Run
cmdas Admin
bcdedit /set {current} safeboot minimalshutdown /r /t 0
- Computer will restart now. Goto BIOS/UEFI and change to AHCI.
- Now you'll be in safeboot mode. Run
cmdas Admin.
bcdedit /deletevalue {current} safebootshutdown /r /t 0DONE! Windows will start with AHCI enabled.
Win8.1 Remove Modern Apps
- Open
Powershellas Admin.
Get-AppxPackage -AllUsers | Remove-AppxPackageGet-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage –online
DNScrypt-proxy setup
Github Instructions: https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Installation-Windows Simple Instructions:
- Download for x64
https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.5/dnscrypt-proxy-win64-2.1.5.zip(Recommended) - Download for x32
https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.5/dnscrypt-proxy-win32-2.1.5.zip - extract zip file
- open folder, to open
cmdin current folder, press {ctrl+L} and typecmd{Enter}. - Copy configuration file via cmd
copy example-dnscrypt-proxy.toml dnscrypt-proxy.toml
- start dnscrypt-proxy program
.\dnscrypt-proxy.exe
- change dns to
127.0.0.1
from now onwards everytime windows start, just run .\dnscrypt-proxy in cmd