Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfab1 committed Feb 1, 2024
1 parent e145ef8 commit d2821f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/tech/dev/powershell/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ Last Installation Date
Write-Output "System install:" (Get-CimInstance -Class Win32_OperatingSystem).InstallDate
```

Installed OCR Packages

``` ps1
Get-WindowsCapability -Online | Where-Object { $_.Name -Like 'Language.OCR*' } | Sort-Object -Property State -Descending | Format-Table -AutoSize
```

Get WiFi Passwords (add more cultures if needed):

``` ps1
Expand Down

0 comments on commit d2821f1

Please sign in to comment.