Update Windows10DebloaterGUI.ps1

This commit is contained in:
Richard Newton 2019-02-02 20:55:06 -08:00 committed by GitHub
parent 66af8e6597
commit 0a9610da58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,10 @@ If (-NOT ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdenti
Break
}
<# This form was created using POSHGUI.com a free online gui designer for PowerShell
.NAME
Untitled
#>
Add-Type -AssemblyName System.Windows.Forms
[System.Windows.Forms.Application]::EnableVisualStyles()