Skip to content

Instantly share code, notes, and snippets.

View feliquisds's full-sized avatar

Felix feliquisds

View GitHub Profile
@feliquisds
feliquisds / Performance-mode.ps1
Created June 11, 2025 15:21
Galaxy Book Powershell script for performance mode switching
$var = (Get-ItemProperty -Path Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Samsung\SamsungSettings\ModulePerformance -Name Value).Value
$long = ""
$short = ""
$epp = ""
$ssmax = ""
$name = ""
switch ($var) {
3 {