Skip to content

Commit

Permalink
Compile Winutil
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTitusTech authored and github-actions[bot] committed Nov 16, 2023
1 parent 333e06f commit 7e1b019
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions winutil.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Author : Chris Titus @christitustech
Runspace Author: @DeveloperDurp
GitHub : https://github.com/ChrisTitusTech
Version : 23.11.15
Version : 23.11.16
#>

Start-Transcript $ENV:TEMP\Winutil.log -Append
Expand All @@ -22,7 +22,7 @@ Add-Type -AssemblyName System.Windows.Forms
# Variable to sync between runspaces
$sync = [Hashtable]::Synchronized(@{})
$sync.PSScriptRoot = $PSScriptRoot
$sync.version = "23.11.15"
$sync.version = "23.11.16"
$sync.configs = @{}
$sync.ProcessRunning = $false

Expand Down Expand Up @@ -7799,7 +7799,7 @@ $sync["CheckboxFilter"].Add_TextChanged({
})

# show current windowsd Product ID
Write-Host "Your Windows Product Key: $((Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey)"
#Write-Host "Your Windows Product Key: $((Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey)"

$sync["Form"].ShowDialog() | out-null
Stop-Transcript

0 comments on commit 7e1b019

Please sign in to comment.