We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e70be3 commit a6aeeb2Copy full SHA for a6aeeb2
1 file changed
XProtGUI.ps1
@@ -24,7 +24,7 @@ if (-not(Test-Path -Path $dllink -PathType Leaf)) {
24
# Drawing Main Menu Form
25
do {
26
$Form_MainMenu = New-Object System.Windows.Forms.Form -ErrorAction SilentlyContinue
27
- $Form_MainMenu.Text = "Exploit Protection settings Manager"
+ $Form_MainMenu.Text = "Exploit Protection Manager"
28
$Form_MainMenu.Size = New-Object System.Drawing.Size (340,595)
29
$Form_MainMenu.FormBorderStyle = "FixedDialog"
30
$Form_MainMenu.TopMost = $true
0 commit comments