windowscommands
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
windowscommands [2021/12/06 11:30] – external edit 127.0.0.1 | windowscommands [2025/03/08 22:24] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 47: | 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.1638790227.txt.gz · Last modified: 2025/03/08 22:23 (external edit)