cheat/cheats/windows

7 lines
267 B
Plaintext
Raw Permalink Normal View History

2024-10-07 13:51:06 +02:00
# portforward windows localhost to wsl
`netsh interface portproxy add v4tov4 listenport=1080 listenaddress=127.0.0.1 connectport=1080 connectaddress=$(hostname -I)`
# update computer account group membership (without reboot)
`klist -lh 0 -li 0x3e7 purge`
`gpupdate`