Windows Tips n Tricks
·
1min
·
coleaderme
Change to AHCI (without windows reinstall)
- Run
cmd
as Admin
bcdedit /set {current} safeboot minimal
shutdown /r /t 0
- Computer will restart now. Goto BIOS/UEFI and change to AHCI.
- Now you'll be in safeboot mode. Run
cmd
as Admin.
bcdedit /deletevalue {current} safeboot
shutdown /r /t 0
DONE! Windows will start with AHCI enabled.
Win8.1 Remove Modern Apps
- Open
Powershell
as Admin.
Get-AppxPackage -AllUsers | Remove-AppxPackage
Get-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
cmd
in 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