PSWinUtil is a PowerShell module for Windows users. Dependencies are automatically installed by Scoop and Chocolatey. It contains the following functions.
- Set Windows by rewriting the registry
- Instantly find file and folder paths
- Get media file properties such as videos and photos
- Get and change monitor resolution and refresh rate
- Add or remove paths for path environment variables
PowerShell 5.0 (or later)
scoop bucket add yuusakuri https://github.com/yuusakuri/scoop-bucket.git
scoop install yuusakuri/pswinutil
Install-Module -Name PSWinUtil -Scope CurrentUser
Download the ZIP file of a release and unpack it to one of the following locations:
- Current user:
C:\Users\USERNAME\Documents\WindowsPowerShell\Modules\PSWinUtil
- All users:
C:\Program Files\WindowsPowerShell\Modules\PSWinUtil
. { Get-Module; Get-Module -ListAvailable } | Where-Object { $_.Name -eq 'PSWinUtil' }