Skip to content

Instantly share code, notes, and snippets.

@zydezu
zydezu / watchjxr.ps1
Last active December 17, 2025 03:52
Convert jxr (HDR) screenshots saved by GameBar to HDR pngs, copying them to the clipboard, ready for sharing. Uses https://github.com/ledoge/jxr_to_png. Use Windows + Alt + PrtScn to save a screenshot using GameBar.
# Uses jxr_to_png.exe from https://github.com/ledoge/jxr_to_png
Add-Type -AssemblyName PresentationCore
Add-Type -AssemblyName WindowsBase
Add-Type -AssemblyName System.Windows.Forms
function Copy-FileToClipboard {
param([string]$filePath)
$files = New-Object System.Collections.Specialized.StringCollection