7 lines
		
	
	
		
			267 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			267 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # 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`
 |