FULL RELEASE OF ENHANCEWINDOWS V 1.1.6

This commit is contained in:
Olai Vike Bøe 2022-10-30 02:43:29 +02:00
parent cda4756503
commit b6fdc33711

View file

@ -468,7 +468,7 @@ $FormTabControl.Controls.Add($Tab1)
# Version Number # Version Number
#======================================================== #========================================================
$version = "Version 1.1.5 (Build 1151.09)" $version = "Version 1.1.6 (Build 1160.05)"
#======================================================== #========================================================
# Change TaskBar Location to Left # Change TaskBar Location to Left
@ -1101,7 +1101,6 @@ $checkbox11.Checked = $false
$checkbox11.Add_CheckStateChanged({HideShell}) $checkbox11.Add_CheckStateChanged({HideShell})
$Tab4.Controls.Add($checkbox11) $Tab4.Controls.Add($checkbox11)
#======================================================== #========================================================
# Powershell Settings Label # Powershell Settings Label
#======================================================== #========================================================
@ -1129,12 +1128,10 @@ $button5.BackColor = "White"
$button5.Add_Click({TestButton}) $button5.Add_Click({TestButton})
$Tab4.Controls.Add($button5) $Tab4.Controls.Add($button5)
#======================================================== #========================================================
# OS LABEL # OS LABEL
#======================================================== #========================================================
$OSlabel = New-Object System.Windows.Forms.Label $OSlabel = New-Object System.Windows.Forms.Label
$OSlabel.Location = "1,496" $OSlabel.Location = "1,496"
$OSlabel.Name = 'Version' $OSlabel.Name = 'Version'
@ -1158,10 +1155,6 @@ $Tab5.Controls.Add($versionlabel)
#$versionlabel.Location = "300,496" #PRE-VERSION #$versionlabel.Location = "300,496" #PRE-VERSION
$versionlabel.Location = "330,496" #VERSION $versionlabel.Location = "330,496" #VERSION
#======================================================== #========================================================
# Check if OS is Windows 11 # Check if OS is Windows 11
#======================================================== #========================================================
@ -1210,6 +1203,7 @@ else {
#======================================================== #========================================================
# Check if OS is Windows 10 # Check if OS is Windows 10
#======================================================== #========================================================
if($value10.PenWorkspaceButtonDesiredVisibility -eq 0) if($value10.PenWorkspaceButtonDesiredVisibility -eq 0)
{ {
$OSlabel.Text = "Windows 10 Detected" $OSlabel.Text = "Windows 10 Detected"
@ -1248,40 +1242,6 @@ else {
} }
#======================================================== #========================================================
# Adds Custom Icon # Adds Custom Icon
#======================================================== #========================================================