windowscommands
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| windowscommands [2021/05/27 07:39] – z0hpvk | windowscommands [2025/03/08 22:24] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ====Disable WSUS==== | ====Disable WSUS==== | ||
| + | Windows Server Update Services \\ | ||
| Check Registry Key ...\\ | Check Registry Key ...\\ | ||
| Line 39: | Line 39: | ||
| ====Install RSAT==== | ====Install RSAT==== | ||
| + | Remote Server Administration Tools \\ | ||
| <code powershell> | <code powershell> | ||
| Get-WindowsCapability -Online | Where-Object {$_.Name -like " | Get-WindowsCapability -Online | Where-Object {$_.Name -like " | ||
| Line 46: | Line 47: | ||
| Get-WindowsCapability -Online | Where-Object {$_.Name -like " | Get-WindowsCapability -Online | Where-Object {$_.Name -like " | ||
| </ | </ | ||
| + | |||
| + | ====Environment Variables==== | ||
| + | <code powershell> | ||
| + | $env:PATH = $env:PATH + "; | ||
| + | $env:PATH | ||
| + | Get-ChildItem env: | ||
| + | </ | ||
| =====Block USB Storage===== | =====Block USB Storage===== | ||
windowscommands.1622101182.txt.gz · Last modified: (external edit)
