User Tools

Site Tools


windows

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
windows [2021/03/22 11:39]
valerio
windows [2025/02/16 12:38] (current)
valerio
Line 8: Line 8:
  
 Per vedere le porte riservate: Per vedere le porte riservate:
 +<​code>​
 netsh interface ipv4 show excludedportrange protocol=tcp netsh interface ipv4 show excludedportrange protocol=tcp
 +</​code>​
 ---- ----
  
 Molte sono riservate da winnat: Molte sono riservate da winnat:
 +<​code>​
 net stop winnat net stop winnat
 +</​code>​
  
 [[https://​github.com/​docker/​for-win/​issues/​3171#​issuecomment-739740248]] [[https://​github.com/​docker/​for-win/​issues/​3171#​issuecomment-739740248]]
 +
 +----
 +
 +Windows 10/11 Home non ha gpedit.msc, per attivarlo usa questi comandi
 +<​code>​
 +FOR %F IN ("​%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~*.mum"​) DO (DISM /Online /NoRestart /​Add-Package:"​%F"​)
 +</​code>​
 +
 +<​code>​
 +FOR %F IN ("​%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~*.mum"​) DO (DISM /Online /NoRestart /​Add-Package:"​%F"​)
 +</​code>​
 +
 +[[https://​answers.microsoft.com/​en-us/​windows/​forum/​all/​how-to-enable-the-gpeditmsc-on-windows-10-and-11/​dbc76919-f2b5-4dec-a2b7-bcf545c34d00|Source]]
windows.1616409584.txt.gz ยท Last modified: 2021/03/22 11:39 by valerio