Skip to content

Commit

Permalink
FULL RELEASE OF ENHANCEWINDOWS V 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
OlaYZen committed Oct 30, 2022
1 parent cda4756 commit b6fdc33
Showing 1 changed file with 2 additions and 42 deletions.
44 changes: 2 additions & 42 deletions EnhanceWindows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ $FormTabControl.Controls.Add($Tab1)
# Version Number
#========================================================

$version = "Version 1.1.5 (Build 1151.09)"
$version = "Version 1.1.6 (Build 1160.05)"

#========================================================
# Change TaskBar Location to Left
Expand Down Expand Up @@ -1101,7 +1101,6 @@ $checkbox11.Checked = $false
$checkbox11.Add_CheckStateChanged({HideShell})
$Tab4.Controls.Add($checkbox11)


#========================================================
# Powershell Settings Label
#========================================================
Expand Down Expand Up @@ -1129,12 +1128,10 @@ $button5.BackColor = "White"
$button5.Add_Click({TestButton})
$Tab4.Controls.Add($button5)


#========================================================
# OS LABEL
#========================================================


$OSlabel = New-Object System.Windows.Forms.Label
$OSlabel.Location = "1,496"
$OSlabel.Name = 'Version'
Expand All @@ -1158,10 +1155,6 @@ $Tab5.Controls.Add($versionlabel)
#$versionlabel.Location = "300,496" #PRE-VERSION
$versionlabel.Location = "330,496" #VERSION





#========================================================
# Check if OS is Windows 11
#========================================================
Expand Down Expand Up @@ -1210,6 +1203,7 @@ else {
#========================================================
# Check if OS is Windows 10
#========================================================

if($value10.PenWorkspaceButtonDesiredVisibility -eq 0)
{
$OSlabel.Text = "Windows 10 Detected"
Expand Down Expand Up @@ -1248,40 +1242,6 @@ else {

}



































#========================================================
# Adds Custom Icon
#========================================================
Expand Down

0 comments on commit b6fdc33

Please sign in to comment.