Add files via upload
This commit is contained in:
parent
1108177806
commit
56b9b4ec8d
70 changed files with 3025 additions and 374 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<startup>
|
<startup>
|
||||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
|
||||||
</startup>
|
</startup>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
277
src/Privatezilla/MainWindow.Designer.cs
generated
277
src/Privatezilla/MainWindow.Designer.cs
generated
|
@ -44,19 +44,19 @@
|
||||||
this.PnlSettings = new System.Windows.Forms.Panel();
|
this.PnlSettings = new System.Windows.Forms.Panel();
|
||||||
this.PicOpenGitHubPage = new System.Windows.Forms.PictureBox();
|
this.PicOpenGitHubPage = new System.Windows.Forms.PictureBox();
|
||||||
this.PBar = new System.Windows.Forms.ProgressBar();
|
this.PBar = new System.Windows.Forms.ProgressBar();
|
||||||
this.LblStatus = new System.Windows.Forms.Label();
|
|
||||||
this.LvwStatus = new System.Windows.Forms.ListView();
|
this.LvwStatus = new System.Windows.Forms.ListView();
|
||||||
this.Setting = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
this.Setting = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||||
this.State = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
this.State = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||||
|
this.LblStatus = new System.Windows.Forms.Label();
|
||||||
this.BtnSettingsUndo = new System.Windows.Forms.Button();
|
this.BtnSettingsUndo = new System.Windows.Forms.Button();
|
||||||
this.BtnSettingsDo = new System.Windows.Forms.Button();
|
this.BtnSettingsDo = new System.Windows.Forms.Button();
|
||||||
this.BtnSettingsAnalyze = new System.Windows.Forms.Button();
|
this.BtnSettingsAnalyze = new System.Windows.Forms.Button();
|
||||||
this.PnlPS = new System.Windows.Forms.Panel();
|
this.PnlPS = new System.Windows.Forms.Panel();
|
||||||
this.BtnMenuPS = new System.Windows.Forms.Button();
|
this.BtnMenuPS = new System.Windows.Forms.Button();
|
||||||
this.label1 = new System.Windows.Forms.Label();
|
|
||||||
this.TxtPSInfo = new System.Windows.Forms.TextBox();
|
this.TxtPSInfo = new System.Windows.Forms.TextBox();
|
||||||
this.TxtOutputPS = new System.Windows.Forms.TextBox();
|
this.TxtOutputPS = new System.Windows.Forms.TextBox();
|
||||||
this.TxtConsolePS = new System.Windows.Forms.TextBox();
|
this.TxtConsolePS = new System.Windows.Forms.TextBox();
|
||||||
|
this.LblPSHeader = new System.Windows.Forms.Label();
|
||||||
this.PSMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
this.PSMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||||
this.PSImport = new System.Windows.Forms.ToolStripMenuItem();
|
this.PSImport = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.PSSaveAs = new System.Windows.Forms.ToolStripMenuItem();
|
this.PSSaveAs = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
|
@ -76,43 +76,33 @@
|
||||||
//
|
//
|
||||||
// TvwSettings
|
// TvwSettings
|
||||||
//
|
//
|
||||||
this.TvwSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
resources.ApplyResources(this.TvwSettings, "TvwSettings");
|
||||||
| System.Windows.Forms.AnchorStyles.Left)));
|
|
||||||
this.TvwSettings.BackColor = System.Drawing.Color.WhiteSmoke;
|
this.TvwSettings.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||||
this.TvwSettings.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.TvwSettings.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.TvwSettings.CheckBoxes = true;
|
this.TvwSettings.CheckBoxes = true;
|
||||||
this.TvwSettings.Font = new System.Drawing.Font("Segoe UI Semilight", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
||||||
this.TvwSettings.LineColor = System.Drawing.Color.DarkOrchid;
|
this.TvwSettings.LineColor = System.Drawing.Color.DarkOrchid;
|
||||||
this.TvwSettings.Location = new System.Drawing.Point(12, 88);
|
|
||||||
this.TvwSettings.Name = "TvwSettings";
|
this.TvwSettings.Name = "TvwSettings";
|
||||||
this.TvwSettings.ShowLines = false;
|
this.TvwSettings.ShowLines = false;
|
||||||
this.TvwSettings.ShowNodeToolTips = true;
|
this.TvwSettings.ShowNodeToolTips = true;
|
||||||
this.TvwSettings.ShowPlusMinus = false;
|
this.TvwSettings.ShowPlusMinus = false;
|
||||||
this.TvwSettings.Size = new System.Drawing.Size(355, 746);
|
|
||||||
this.TvwSettings.TabIndex = 18;
|
|
||||||
this.TvwSettings.TabStop = false;
|
this.TvwSettings.TabStop = false;
|
||||||
this.TvwSettings.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.TvwSetting_AfterCheck);
|
this.TvwSettings.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.TvwSetting_AfterCheck);
|
||||||
//
|
//
|
||||||
// LblMainMenu
|
// LblMainMenu
|
||||||
//
|
//
|
||||||
this.LblMainMenu.AutoSize = true;
|
resources.ApplyResources(this.LblMainMenu, "LblMainMenu");
|
||||||
this.LblMainMenu.BackColor = System.Drawing.Color.WhiteSmoke;
|
this.LblMainMenu.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||||
this.LblMainMenu.FlatAppearance.BorderColor = System.Drawing.Color.WhiteSmoke;
|
this.LblMainMenu.FlatAppearance.BorderColor = System.Drawing.Color.WhiteSmoke;
|
||||||
this.LblMainMenu.FlatAppearance.BorderSize = 0;
|
this.LblMainMenu.FlatAppearance.BorderSize = 0;
|
||||||
this.LblMainMenu.FlatAppearance.MouseOverBackColor = System.Drawing.Color.HotPink;
|
this.LblMainMenu.FlatAppearance.MouseOverBackColor = System.Drawing.Color.HotPink;
|
||||||
this.LblMainMenu.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
||||||
this.LblMainMenu.Font = new System.Drawing.Font("Segoe MDL2 Assets", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
||||||
this.LblMainMenu.ForeColor = System.Drawing.Color.Black;
|
this.LblMainMenu.ForeColor = System.Drawing.Color.Black;
|
||||||
this.LblMainMenu.Location = new System.Drawing.Point(0, 0);
|
|
||||||
this.LblMainMenu.Name = "LblMainMenu";
|
this.LblMainMenu.Name = "LblMainMenu";
|
||||||
this.LblMainMenu.Size = new System.Drawing.Size(48, 51);
|
|
||||||
this.LblMainMenu.TabIndex = 21;
|
|
||||||
this.LblMainMenu.UseVisualStyleBackColor = false;
|
this.LblMainMenu.UseVisualStyleBackColor = false;
|
||||||
this.LblMainMenu.Click += new System.EventHandler(this.LblMainMenu_Click);
|
this.LblMainMenu.Click += new System.EventHandler(this.LblMainMenu_Click);
|
||||||
//
|
//
|
||||||
// MainMenu
|
// MainMenu
|
||||||
//
|
//
|
||||||
this.MainMenu.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
resources.ApplyResources(this.MainMenu, "MainMenu");
|
||||||
this.MainMenu.ImageScalingSize = new System.Drawing.Size(18, 18);
|
this.MainMenu.ImageScalingSize = new System.Drawing.Size(18, 18);
|
||||||
this.MainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.MainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||||
this.Help,
|
this.Help,
|
||||||
|
@ -121,39 +111,29 @@
|
||||||
this.Info});
|
this.Info});
|
||||||
this.MainMenu.Name = "MainMenu";
|
this.MainMenu.Name = "MainMenu";
|
||||||
this.MainMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
this.MainMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
||||||
this.MainMenu.Size = new System.Drawing.Size(271, 116);
|
|
||||||
//
|
//
|
||||||
// Help
|
// Help
|
||||||
//
|
//
|
||||||
this.Help.Font = new System.Drawing.Font("Segoe UI", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
resources.ApplyResources(this.Help, "Help");
|
||||||
this.Help.Name = "Help";
|
this.Help.Name = "Help";
|
||||||
this.Help.Size = new System.Drawing.Size(270, 28);
|
|
||||||
this.Help.Text = "Short Guide";
|
|
||||||
this.Help.Click += new System.EventHandler(this.Help_Click);
|
this.Help.Click += new System.EventHandler(this.Help_Click);
|
||||||
//
|
//
|
||||||
// CommunityPkg
|
// CommunityPkg
|
||||||
//
|
//
|
||||||
this.CommunityPkg.Font = new System.Drawing.Font("Segoe UI", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
resources.ApplyResources(this.CommunityPkg, "CommunityPkg");
|
||||||
this.CommunityPkg.Image = ((System.Drawing.Image)(resources.GetObject("CommunityPkg.Image")));
|
|
||||||
this.CommunityPkg.Name = "CommunityPkg";
|
this.CommunityPkg.Name = "CommunityPkg";
|
||||||
this.CommunityPkg.Size = new System.Drawing.Size(270, 28);
|
|
||||||
this.CommunityPkg.Text = "Get community package";
|
|
||||||
this.CommunityPkg.Click += new System.EventHandler(this.CommunityPkg_Click);
|
this.CommunityPkg.Click += new System.EventHandler(this.CommunityPkg_Click);
|
||||||
//
|
//
|
||||||
// CheckRelease
|
// CheckRelease
|
||||||
//
|
//
|
||||||
this.CheckRelease.Font = new System.Drawing.Font("Segoe UI", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
resources.ApplyResources(this.CheckRelease, "CheckRelease");
|
||||||
this.CheckRelease.Name = "CheckRelease";
|
this.CheckRelease.Name = "CheckRelease";
|
||||||
this.CheckRelease.Size = new System.Drawing.Size(270, 28);
|
|
||||||
this.CheckRelease.Text = "Check for updates";
|
|
||||||
this.CheckRelease.Click += new System.EventHandler(this.CheckRelease_Click);
|
this.CheckRelease.Click += new System.EventHandler(this.CheckRelease_Click);
|
||||||
//
|
//
|
||||||
// Info
|
// Info
|
||||||
//
|
//
|
||||||
this.Info.Font = new System.Drawing.Font("Segoe UI", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
resources.ApplyResources(this.Info, "Info");
|
||||||
this.Info.Name = "Info";
|
this.Info.Name = "Info";
|
||||||
this.Info.Size = new System.Drawing.Size(270, 28);
|
|
||||||
this.Info.Text = "Info";
|
|
||||||
this.Info.Click += new System.EventHandler(this.Info_Click);
|
this.Info.Click += new System.EventHandler(this.Info_Click);
|
||||||
//
|
//
|
||||||
// PnlNav
|
// PnlNav
|
||||||
|
@ -164,28 +144,18 @@
|
||||||
this.PnlNav.Controls.Add(this.LblSettings);
|
this.PnlNav.Controls.Add(this.LblSettings);
|
||||||
this.PnlNav.Controls.Add(this.LblMainMenu);
|
this.PnlNav.Controls.Add(this.LblMainMenu);
|
||||||
this.PnlNav.Controls.Add(this.LstPS);
|
this.PnlNav.Controls.Add(this.LstPS);
|
||||||
this.PnlNav.Dock = System.Windows.Forms.DockStyle.Left;
|
resources.ApplyResources(this.PnlNav, "PnlNav");
|
||||||
this.PnlNav.Location = new System.Drawing.Point(0, 0);
|
|
||||||
this.PnlNav.Name = "PnlNav";
|
this.PnlNav.Name = "PnlNav";
|
||||||
this.PnlNav.Size = new System.Drawing.Size(367, 837);
|
|
||||||
this.PnlNav.TabIndex = 26;
|
|
||||||
//
|
//
|
||||||
// LblPS
|
// LblPS
|
||||||
//
|
//
|
||||||
this.LblPS.ActiveLinkColor = System.Drawing.Color.DeepPink;
|
this.LblPS.ActiveLinkColor = System.Drawing.Color.DeepPink;
|
||||||
this.LblPS.AutoEllipsis = true;
|
this.LblPS.AutoEllipsis = true;
|
||||||
this.LblPS.AutoSize = true;
|
resources.ApplyResources(this.LblPS, "LblPS");
|
||||||
this.LblPS.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
||||||
this.LblPS.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
||||||
this.LblPS.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
|
this.LblPS.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
|
||||||
this.LblPS.LinkColor = System.Drawing.Color.Black;
|
this.LblPS.LinkColor = System.Drawing.Color.Black;
|
||||||
this.LblPS.Location = new System.Drawing.Point(104, 54);
|
|
||||||
this.LblPS.Name = "LblPS";
|
this.LblPS.Name = "LblPS";
|
||||||
this.LblPS.Size = new System.Drawing.Size(60, 21);
|
|
||||||
this.LblPS.TabIndex = 25;
|
|
||||||
this.LblPS.TabStop = true;
|
this.LblPS.TabStop = true;
|
||||||
this.LblPS.Text = "Scripts";
|
|
||||||
this.LblPS.Visible = false;
|
|
||||||
this.LblPS.VisitedLinkColor = System.Drawing.Color.DimGray;
|
this.LblPS.VisitedLinkColor = System.Drawing.Color.DimGray;
|
||||||
this.LblPS.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LblPS_LinkClicked);
|
this.LblPS.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LblPS_LinkClicked);
|
||||||
//
|
//
|
||||||
|
@ -193,107 +163,61 @@
|
||||||
//
|
//
|
||||||
this.LblSettings.ActiveLinkColor = System.Drawing.Color.DeepPink;
|
this.LblSettings.ActiveLinkColor = System.Drawing.Color.DeepPink;
|
||||||
this.LblSettings.AutoEllipsis = true;
|
this.LblSettings.AutoEllipsis = true;
|
||||||
this.LblSettings.AutoSize = true;
|
resources.ApplyResources(this.LblSettings, "LblSettings");
|
||||||
this.LblSettings.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
||||||
this.LblSettings.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
||||||
this.LblSettings.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
|
this.LblSettings.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
|
||||||
this.LblSettings.LinkColor = System.Drawing.Color.Black;
|
this.LblSettings.LinkColor = System.Drawing.Color.Black;
|
||||||
this.LblSettings.Location = new System.Drawing.Point(12, 54);
|
|
||||||
this.LblSettings.Name = "LblSettings";
|
this.LblSettings.Name = "LblSettings";
|
||||||
this.LblSettings.Size = new System.Drawing.Size(70, 21);
|
|
||||||
this.LblSettings.TabIndex = 24;
|
|
||||||
this.LblSettings.TabStop = true;
|
this.LblSettings.TabStop = true;
|
||||||
this.LblSettings.Text = "Settings";
|
|
||||||
this.LblSettings.VisitedLinkColor = System.Drawing.Color.DimGray;
|
this.LblSettings.VisitedLinkColor = System.Drawing.Color.DimGray;
|
||||||
this.LblSettings.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LblSettings_LinkClicked);
|
this.LblSettings.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LblSettings_LinkClicked);
|
||||||
//
|
//
|
||||||
// LstPS
|
// LstPS
|
||||||
//
|
//
|
||||||
this.LstPS.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
resources.ApplyResources(this.LstPS, "LstPS");
|
||||||
| System.Windows.Forms.AnchorStyles.Left)
|
|
||||||
| System.Windows.Forms.AnchorStyles.Right)));
|
|
||||||
this.LstPS.BackColor = System.Drawing.Color.WhiteSmoke;
|
this.LstPS.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||||
this.LstPS.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.LstPS.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.LstPS.Font = new System.Drawing.Font("Segoe UI Semilight", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
||||||
this.LstPS.ForeColor = System.Drawing.Color.Black;
|
this.LstPS.ForeColor = System.Drawing.Color.Black;
|
||||||
this.LstPS.FormattingEnabled = true;
|
this.LstPS.FormattingEnabled = true;
|
||||||
this.LstPS.Location = new System.Drawing.Point(16, 88);
|
|
||||||
this.LstPS.Name = "LstPS";
|
this.LstPS.Name = "LstPS";
|
||||||
this.LstPS.Size = new System.Drawing.Size(351, 750);
|
|
||||||
this.LstPS.Sorted = true;
|
this.LstPS.Sorted = true;
|
||||||
this.LstPS.TabIndex = 112;
|
|
||||||
this.LstPS.ThreeDCheckBoxes = true;
|
this.LstPS.ThreeDCheckBoxes = true;
|
||||||
this.LstPS.Visible = false;
|
|
||||||
this.LstPS.SelectedIndexChanged += new System.EventHandler(this.LstPS_SelectedIndexChanged);
|
this.LstPS.SelectedIndexChanged += new System.EventHandler(this.LstPS_SelectedIndexChanged);
|
||||||
//
|
//
|
||||||
// PnlSettings
|
// PnlSettings
|
||||||
//
|
//
|
||||||
this.PnlSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
resources.ApplyResources(this.PnlSettings, "PnlSettings");
|
||||||
| System.Windows.Forms.AnchorStyles.Left)
|
|
||||||
| System.Windows.Forms.AnchorStyles.Right)));
|
|
||||||
this.PnlSettings.Controls.Add(this.PicOpenGitHubPage);
|
this.PnlSettings.Controls.Add(this.PicOpenGitHubPage);
|
||||||
this.PnlSettings.Controls.Add(this.PBar);
|
this.PnlSettings.Controls.Add(this.PBar);
|
||||||
this.PnlSettings.Controls.Add(this.LblStatus);
|
|
||||||
this.PnlSettings.Controls.Add(this.LvwStatus);
|
this.PnlSettings.Controls.Add(this.LvwStatus);
|
||||||
this.PnlSettings.Location = new System.Drawing.Point(366, 0);
|
this.PnlSettings.Controls.Add(this.LblStatus);
|
||||||
this.PnlSettings.Name = "PnlSettings";
|
this.PnlSettings.Name = "PnlSettings";
|
||||||
this.PnlSettings.Size = new System.Drawing.Size(716, 773);
|
|
||||||
this.PnlSettings.TabIndex = 113;
|
|
||||||
//
|
//
|
||||||
// PicOpenGitHubPage
|
// PicOpenGitHubPage
|
||||||
//
|
//
|
||||||
this.PicOpenGitHubPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
resources.ApplyResources(this.PicOpenGitHubPage, "PicOpenGitHubPage");
|
||||||
this.PicOpenGitHubPage.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.PicOpenGitHubPage.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.PicOpenGitHubPage.Image = ((System.Drawing.Image)(resources.GetObject("PicOpenGitHubPage.Image")));
|
|
||||||
this.PicOpenGitHubPage.Location = new System.Drawing.Point(681, 7);
|
|
||||||
this.PicOpenGitHubPage.Name = "PicOpenGitHubPage";
|
this.PicOpenGitHubPage.Name = "PicOpenGitHubPage";
|
||||||
this.PicOpenGitHubPage.Size = new System.Drawing.Size(24, 24);
|
|
||||||
this.PicOpenGitHubPage.TabIndex = 32;
|
|
||||||
this.PicOpenGitHubPage.TabStop = false;
|
this.PicOpenGitHubPage.TabStop = false;
|
||||||
this.ToolTip.SetToolTip(this.PicOpenGitHubPage, "I\'m open on github/privatezilla");
|
this.ToolTip.SetToolTip(this.PicOpenGitHubPage, resources.GetString("PicOpenGitHubPage.ToolTip"));
|
||||||
this.PicOpenGitHubPage.Click += new System.EventHandler(this.PicOpenGitHubPage_Click);
|
this.PicOpenGitHubPage.Click += new System.EventHandler(this.PicOpenGitHubPage_Click);
|
||||||
//
|
//
|
||||||
// PBar
|
// PBar
|
||||||
//
|
//
|
||||||
this.PBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
resources.ApplyResources(this.PBar, "PBar");
|
||||||
| System.Windows.Forms.AnchorStyles.Right)));
|
|
||||||
this.PBar.Location = new System.Drawing.Point(12, 41);
|
|
||||||
this.PBar.Name = "PBar";
|
this.PBar.Name = "PBar";
|
||||||
this.PBar.Size = new System.Drawing.Size(814, 5);
|
|
||||||
this.PBar.TabIndex = 27;
|
|
||||||
this.PBar.Visible = false;
|
|
||||||
//
|
|
||||||
// LblStatus
|
|
||||||
//
|
|
||||||
this.LblStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
||||||
| System.Windows.Forms.AnchorStyles.Right)));
|
|
||||||
this.LblStatus.AutoEllipsis = true;
|
|
||||||
this.LblStatus.BackColor = System.Drawing.Color.White;
|
|
||||||
this.LblStatus.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
||||||
this.LblStatus.Location = new System.Drawing.Point(9, 7);
|
|
||||||
this.LblStatus.Name = "LblStatus";
|
|
||||||
this.LblStatus.Size = new System.Drawing.Size(704, 40);
|
|
||||||
this.LblStatus.TabIndex = 29;
|
|
||||||
this.LblStatus.Text = "Press Analyze to check for configured settings.";
|
|
||||||
//
|
//
|
||||||
// LvwStatus
|
// LvwStatus
|
||||||
//
|
//
|
||||||
this.LvwStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
resources.ApplyResources(this.LvwStatus, "LvwStatus");
|
||||||
| System.Windows.Forms.AnchorStyles.Left)
|
|
||||||
| System.Windows.Forms.AnchorStyles.Right)));
|
|
||||||
this.LvwStatus.BackColor = System.Drawing.Color.White;
|
this.LvwStatus.BackColor = System.Drawing.Color.White;
|
||||||
this.LvwStatus.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.LvwStatus.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.LvwStatus.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
this.LvwStatus.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
||||||
this.Setting,
|
this.Setting,
|
||||||
this.State});
|
this.State});
|
||||||
this.LvwStatus.Font = new System.Drawing.Font("Segoe UI Semilight", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
||||||
this.LvwStatus.FullRowSelect = true;
|
this.LvwStatus.FullRowSelect = true;
|
||||||
this.LvwStatus.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
|
this.LvwStatus.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
|
||||||
this.LvwStatus.HideSelection = false;
|
this.LvwStatus.HideSelection = false;
|
||||||
this.LvwStatus.Location = new System.Drawing.Point(9, 50);
|
|
||||||
this.LvwStatus.Name = "LvwStatus";
|
this.LvwStatus.Name = "LvwStatus";
|
||||||
this.LvwStatus.Size = new System.Drawing.Size(704, 720);
|
|
||||||
this.LvwStatus.TabIndex = 31;
|
|
||||||
this.LvwStatus.TileSize = new System.Drawing.Size(1, 1);
|
this.LvwStatus.TileSize = new System.Drawing.Size(1, 1);
|
||||||
this.LvwStatus.UseCompatibleStateImageBehavior = false;
|
this.LvwStatus.UseCompatibleStateImageBehavior = false;
|
||||||
this.LvwStatus.View = System.Windows.Forms.View.Details;
|
this.LvwStatus.View = System.Windows.Forms.View.Details;
|
||||||
|
@ -301,169 +225,109 @@
|
||||||
//
|
//
|
||||||
// Setting
|
// Setting
|
||||||
//
|
//
|
||||||
this.Setting.Text = "Setting";
|
resources.ApplyResources(this.Setting, "Setting");
|
||||||
this.Setting.Width = 550;
|
|
||||||
//
|
//
|
||||||
// State
|
// State
|
||||||
//
|
//
|
||||||
this.State.Text = "State";
|
resources.ApplyResources(this.State, "State");
|
||||||
this.State.Width = 150;
|
//
|
||||||
|
// LblStatus
|
||||||
|
//
|
||||||
|
resources.ApplyResources(this.LblStatus, "LblStatus");
|
||||||
|
this.LblStatus.AutoEllipsis = true;
|
||||||
|
this.LblStatus.BackColor = System.Drawing.Color.White;
|
||||||
|
this.LblStatus.Name = "LblStatus";
|
||||||
//
|
//
|
||||||
// BtnSettingsUndo
|
// BtnSettingsUndo
|
||||||
//
|
//
|
||||||
this.BtnSettingsUndo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
resources.ApplyResources(this.BtnSettingsUndo, "BtnSettingsUndo");
|
||||||
this.BtnSettingsUndo.BackColor = System.Drawing.Color.Gainsboro;
|
this.BtnSettingsUndo.BackColor = System.Drawing.Color.Gainsboro;
|
||||||
this.BtnSettingsUndo.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
|
this.BtnSettingsUndo.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
|
||||||
this.BtnSettingsUndo.FlatAppearance.BorderSize = 0;
|
this.BtnSettingsUndo.FlatAppearance.BorderSize = 0;
|
||||||
this.BtnSettingsUndo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
||||||
this.BtnSettingsUndo.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
||||||
this.BtnSettingsUndo.Location = new System.Drawing.Point(297, 14);
|
|
||||||
this.BtnSettingsUndo.Name = "BtnSettingsUndo";
|
this.BtnSettingsUndo.Name = "BtnSettingsUndo";
|
||||||
this.BtnSettingsUndo.Size = new System.Drawing.Size(196, 32);
|
|
||||||
this.BtnSettingsUndo.TabIndex = 30;
|
|
||||||
this.BtnSettingsUndo.Text = "Revert selected";
|
|
||||||
this.BtnSettingsUndo.UseVisualStyleBackColor = false;
|
this.BtnSettingsUndo.UseVisualStyleBackColor = false;
|
||||||
this.BtnSettingsUndo.Click += new System.EventHandler(this.BtnSettingsUndo_Click);
|
this.BtnSettingsUndo.Click += new System.EventHandler(this.BtnSettingsUndo_Click);
|
||||||
//
|
//
|
||||||
// BtnSettingsDo
|
// BtnSettingsDo
|
||||||
//
|
//
|
||||||
this.BtnSettingsDo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
resources.ApplyResources(this.BtnSettingsDo, "BtnSettingsDo");
|
||||||
this.BtnSettingsDo.BackColor = System.Drawing.Color.Gainsboro;
|
this.BtnSettingsDo.BackColor = System.Drawing.Color.Gainsboro;
|
||||||
this.BtnSettingsDo.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
|
this.BtnSettingsDo.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
|
||||||
this.BtnSettingsDo.FlatAppearance.BorderSize = 0;
|
this.BtnSettingsDo.FlatAppearance.BorderSize = 0;
|
||||||
this.BtnSettingsDo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
||||||
this.BtnSettingsDo.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
||||||
this.BtnSettingsDo.Location = new System.Drawing.Point(508, 14);
|
|
||||||
this.BtnSettingsDo.Name = "BtnSettingsDo";
|
this.BtnSettingsDo.Name = "BtnSettingsDo";
|
||||||
this.BtnSettingsDo.Size = new System.Drawing.Size(196, 32);
|
|
||||||
this.BtnSettingsDo.TabIndex = 26;
|
|
||||||
this.BtnSettingsDo.Text = "Apply selected";
|
|
||||||
this.BtnSettingsDo.UseVisualStyleBackColor = false;
|
this.BtnSettingsDo.UseVisualStyleBackColor = false;
|
||||||
this.BtnSettingsDo.Click += new System.EventHandler(this.BtnSettingsDo_Click);
|
this.BtnSettingsDo.Click += new System.EventHandler(this.BtnSettingsDo_Click);
|
||||||
//
|
//
|
||||||
// BtnSettingsAnalyze
|
// BtnSettingsAnalyze
|
||||||
//
|
//
|
||||||
this.BtnSettingsAnalyze.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
resources.ApplyResources(this.BtnSettingsAnalyze, "BtnSettingsAnalyze");
|
||||||
this.BtnSettingsAnalyze.BackColor = System.Drawing.Color.Gainsboro;
|
this.BtnSettingsAnalyze.BackColor = System.Drawing.Color.Gainsboro;
|
||||||
this.BtnSettingsAnalyze.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
|
this.BtnSettingsAnalyze.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
|
||||||
this.BtnSettingsAnalyze.FlatAppearance.BorderSize = 0;
|
this.BtnSettingsAnalyze.FlatAppearance.BorderSize = 0;
|
||||||
this.BtnSettingsAnalyze.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
||||||
this.BtnSettingsAnalyze.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
||||||
this.BtnSettingsAnalyze.Location = new System.Drawing.Point(12, 14);
|
|
||||||
this.BtnSettingsAnalyze.Name = "BtnSettingsAnalyze";
|
this.BtnSettingsAnalyze.Name = "BtnSettingsAnalyze";
|
||||||
this.BtnSettingsAnalyze.Size = new System.Drawing.Size(196, 32);
|
|
||||||
this.BtnSettingsAnalyze.TabIndex = 28;
|
|
||||||
this.BtnSettingsAnalyze.Text = "Analyze";
|
|
||||||
this.BtnSettingsAnalyze.UseVisualStyleBackColor = false;
|
this.BtnSettingsAnalyze.UseVisualStyleBackColor = false;
|
||||||
this.BtnSettingsAnalyze.Click += new System.EventHandler(this.BtnSettingsAnalyze_Click);
|
this.BtnSettingsAnalyze.Click += new System.EventHandler(this.BtnSettingsAnalyze_Click);
|
||||||
//
|
//
|
||||||
// PnlPS
|
// PnlPS
|
||||||
//
|
//
|
||||||
this.PnlPS.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
resources.ApplyResources(this.PnlPS, "PnlPS");
|
||||||
| System.Windows.Forms.AnchorStyles.Left)
|
|
||||||
| System.Windows.Forms.AnchorStyles.Right)));
|
|
||||||
this.PnlPS.BackColor = System.Drawing.Color.White;
|
this.PnlPS.BackColor = System.Drawing.Color.White;
|
||||||
this.PnlPS.Controls.Add(this.BtnMenuPS);
|
this.PnlPS.Controls.Add(this.BtnMenuPS);
|
||||||
this.PnlPS.Controls.Add(this.label1);
|
|
||||||
this.PnlPS.Controls.Add(this.TxtPSInfo);
|
this.PnlPS.Controls.Add(this.TxtPSInfo);
|
||||||
this.PnlPS.Controls.Add(this.TxtOutputPS);
|
this.PnlPS.Controls.Add(this.TxtOutputPS);
|
||||||
this.PnlPS.Controls.Add(this.TxtConsolePS);
|
this.PnlPS.Controls.Add(this.TxtConsolePS);
|
||||||
this.PnlPS.Location = new System.Drawing.Point(366, 0);
|
this.PnlPS.Controls.Add(this.LblPSHeader);
|
||||||
this.PnlPS.Name = "PnlPS";
|
this.PnlPS.Name = "PnlPS";
|
||||||
this.PnlPS.Size = new System.Drawing.Size(716, 773);
|
|
||||||
this.PnlPS.TabIndex = 113;
|
|
||||||
this.PnlPS.Visible = false;
|
|
||||||
//
|
//
|
||||||
// BtnMenuPS
|
// BtnMenuPS
|
||||||
//
|
//
|
||||||
this.BtnMenuPS.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
resources.ApplyResources(this.BtnMenuPS, "BtnMenuPS");
|
||||||
this.BtnMenuPS.BackColor = System.Drawing.Color.Gainsboro;
|
this.BtnMenuPS.BackColor = System.Drawing.Color.Gainsboro;
|
||||||
this.BtnMenuPS.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
|
this.BtnMenuPS.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
|
||||||
this.BtnMenuPS.FlatAppearance.BorderSize = 0;
|
this.BtnMenuPS.FlatAppearance.BorderSize = 0;
|
||||||
this.BtnMenuPS.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Silver;
|
this.BtnMenuPS.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Silver;
|
||||||
this.BtnMenuPS.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
||||||
this.BtnMenuPS.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
||||||
this.BtnMenuPS.ForeColor = System.Drawing.Color.Black;
|
this.BtnMenuPS.ForeColor = System.Drawing.Color.Black;
|
||||||
this.BtnMenuPS.Location = new System.Drawing.Point(671, 0);
|
|
||||||
this.BtnMenuPS.Name = "BtnMenuPS";
|
this.BtnMenuPS.Name = "BtnMenuPS";
|
||||||
this.BtnMenuPS.Size = new System.Drawing.Size(45, 45);
|
|
||||||
this.BtnMenuPS.TabIndex = 118;
|
|
||||||
this.BtnMenuPS.Text = ". . .";
|
|
||||||
this.BtnMenuPS.UseVisualStyleBackColor = false;
|
this.BtnMenuPS.UseVisualStyleBackColor = false;
|
||||||
this.BtnMenuPS.Click += new System.EventHandler(this.BtnMenuPS_Click);
|
this.BtnMenuPS.Click += new System.EventHandler(this.BtnMenuPS_Click);
|
||||||
//
|
//
|
||||||
// label1
|
|
||||||
//
|
|
||||||
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
||||||
| System.Windows.Forms.AnchorStyles.Right)));
|
|
||||||
this.label1.BackColor = System.Drawing.Color.Gainsboro;
|
|
||||||
this.label1.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
||||||
this.label1.Location = new System.Drawing.Point(0, 0);
|
|
||||||
this.label1.Name = "label1";
|
|
||||||
this.label1.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
||||||
this.label1.Size = new System.Drawing.Size(716, 45);
|
|
||||||
this.label1.TabIndex = 116;
|
|
||||||
this.label1.Text = "Apply PowerShell Script";
|
|
||||||
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
||||||
//
|
|
||||||
// TxtPSInfo
|
// TxtPSInfo
|
||||||
//
|
//
|
||||||
this.TxtPSInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
resources.ApplyResources(this.TxtPSInfo, "TxtPSInfo");
|
||||||
| System.Windows.Forms.AnchorStyles.Left)));
|
|
||||||
this.TxtPSInfo.BackColor = System.Drawing.Color.White;
|
this.TxtPSInfo.BackColor = System.Drawing.Color.White;
|
||||||
this.TxtPSInfo.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.TxtPSInfo.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.TxtPSInfo.Font = new System.Drawing.Font("Segoe UI Semilight", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
||||||
this.TxtPSInfo.ForeColor = System.Drawing.Color.Black;
|
this.TxtPSInfo.ForeColor = System.Drawing.Color.Black;
|
||||||
this.TxtPSInfo.Location = new System.Drawing.Point(3, 48);
|
|
||||||
this.TxtPSInfo.Multiline = true;
|
|
||||||
this.TxtPSInfo.Name = "TxtPSInfo";
|
this.TxtPSInfo.Name = "TxtPSInfo";
|
||||||
this.TxtPSInfo.ReadOnly = true;
|
this.TxtPSInfo.ReadOnly = true;
|
||||||
this.TxtPSInfo.Size = new System.Drawing.Size(238, 714);
|
|
||||||
this.TxtPSInfo.TabIndex = 110;
|
|
||||||
this.TxtPSInfo.Text = resources.GetString("TxtPSInfo.Text");
|
|
||||||
//
|
//
|
||||||
// TxtOutputPS
|
// TxtOutputPS
|
||||||
//
|
//
|
||||||
this.TxtOutputPS.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
resources.ApplyResources(this.TxtOutputPS, "TxtOutputPS");
|
||||||
| System.Windows.Forms.AnchorStyles.Left)
|
|
||||||
| System.Windows.Forms.AnchorStyles.Right)));
|
|
||||||
this.TxtOutputPS.BackColor = System.Drawing.Color.White;
|
this.TxtOutputPS.BackColor = System.Drawing.Color.White;
|
||||||
this.TxtOutputPS.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.TxtOutputPS.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.TxtOutputPS.Font = new System.Drawing.Font("Consolas", 9F);
|
|
||||||
this.TxtOutputPS.ForeColor = System.Drawing.Color.Black;
|
this.TxtOutputPS.ForeColor = System.Drawing.Color.Black;
|
||||||
this.TxtOutputPS.Location = new System.Drawing.Point(242, 48);
|
|
||||||
this.TxtOutputPS.Multiline = true;
|
|
||||||
this.TxtOutputPS.Name = "TxtOutputPS";
|
this.TxtOutputPS.Name = "TxtOutputPS";
|
||||||
this.TxtOutputPS.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
||||||
this.TxtOutputPS.Size = new System.Drawing.Size(474, 722);
|
|
||||||
this.TxtOutputPS.TabIndex = 10;
|
|
||||||
this.TxtOutputPS.Text = "PS";
|
|
||||||
this.TxtOutputPS.WordWrap = false;
|
|
||||||
//
|
//
|
||||||
// TxtConsolePS
|
// TxtConsolePS
|
||||||
//
|
//
|
||||||
this.TxtConsolePS.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
resources.ApplyResources(this.TxtConsolePS, "TxtConsolePS");
|
||||||
| System.Windows.Forms.AnchorStyles.Left)
|
|
||||||
| System.Windows.Forms.AnchorStyles.Right)));
|
|
||||||
this.TxtConsolePS.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
this.TxtConsolePS.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
||||||
this.TxtConsolePS.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystem;
|
this.TxtConsolePS.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystem;
|
||||||
this.TxtConsolePS.BackColor = System.Drawing.Color.PaleTurquoise;
|
this.TxtConsolePS.BackColor = System.Drawing.Color.PaleTurquoise;
|
||||||
this.TxtConsolePS.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.TxtConsolePS.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.TxtConsolePS.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
||||||
this.TxtConsolePS.ForeColor = System.Drawing.Color.Black;
|
this.TxtConsolePS.ForeColor = System.Drawing.Color.Black;
|
||||||
this.TxtConsolePS.Location = new System.Drawing.Point(242, 48);
|
|
||||||
this.TxtConsolePS.Multiline = true;
|
|
||||||
this.TxtConsolePS.Name = "TxtConsolePS";
|
this.TxtConsolePS.Name = "TxtConsolePS";
|
||||||
this.TxtConsolePS.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
//
|
||||||
this.TxtConsolePS.Size = new System.Drawing.Size(474, 722);
|
// LblPSHeader
|
||||||
this.TxtConsolePS.TabIndex = 111;
|
//
|
||||||
this.TxtConsolePS.Visible = false;
|
resources.ApplyResources(this.LblPSHeader, "LblPSHeader");
|
||||||
this.TxtConsolePS.WordWrap = false;
|
this.LblPSHeader.BackColor = System.Drawing.Color.Gainsboro;
|
||||||
|
this.LblPSHeader.Name = "LblPSHeader";
|
||||||
//
|
//
|
||||||
// PSMenu
|
// PSMenu
|
||||||
//
|
//
|
||||||
this.PSMenu.BackColor = System.Drawing.Color.WhiteSmoke;
|
this.PSMenu.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||||
this.PSMenu.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold);
|
resources.ApplyResources(this.PSMenu, "PSMenu");
|
||||||
this.PSMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.PSMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||||
this.PSImport,
|
this.PSImport,
|
||||||
this.PSSaveAs,
|
this.PSSaveAs,
|
||||||
|
@ -471,33 +335,25 @@
|
||||||
this.PSMenu.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Table;
|
this.PSMenu.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Table;
|
||||||
this.PSMenu.Name = "contextHostsMenu";
|
this.PSMenu.Name = "contextHostsMenu";
|
||||||
this.PSMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
this.PSMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
||||||
this.PSMenu.Size = new System.Drawing.Size(353, 82);
|
|
||||||
//
|
//
|
||||||
// PSImport
|
// PSImport
|
||||||
//
|
//
|
||||||
this.PSImport.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
resources.ApplyResources(this.PSImport, "PSImport");
|
||||||
this.PSImport.Name = "PSImport";
|
this.PSImport.Name = "PSImport";
|
||||||
this.PSImport.Size = new System.Drawing.Size(352, 26);
|
|
||||||
this.PSImport.Text = "Import script";
|
|
||||||
this.PSImport.Click += new System.EventHandler(this.PSImport_Click);
|
this.PSImport.Click += new System.EventHandler(this.PSImport_Click);
|
||||||
//
|
//
|
||||||
// PSSaveAs
|
// PSSaveAs
|
||||||
//
|
//
|
||||||
this.PSSaveAs.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
resources.ApplyResources(this.PSSaveAs, "PSSaveAs");
|
||||||
this.PSSaveAs.Name = "PSSaveAs";
|
this.PSSaveAs.Name = "PSSaveAs";
|
||||||
this.PSSaveAs.Size = new System.Drawing.Size(352, 26);
|
|
||||||
this.PSSaveAs.Text = "Save current script as new preset script";
|
|
||||||
this.PSSaveAs.Click += new System.EventHandler(this.PSSaveAs_Click);
|
this.PSSaveAs.Click += new System.EventHandler(this.PSSaveAs_Click);
|
||||||
//
|
//
|
||||||
// PSMarketplace
|
// PSMarketplace
|
||||||
//
|
//
|
||||||
this.PSMarketplace.BackColor = System.Drawing.Color.Transparent;
|
this.PSMarketplace.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.PSMarketplace.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
resources.ApplyResources(this.PSMarketplace, "PSMarketplace");
|
||||||
this.PSMarketplace.ForeColor = System.Drawing.Color.Black;
|
this.PSMarketplace.ForeColor = System.Drawing.Color.Black;
|
||||||
this.PSMarketplace.Image = ((System.Drawing.Image)(resources.GetObject("PSMarketplace.Image")));
|
|
||||||
this.PSMarketplace.Name = "PSMarketplace";
|
this.PSMarketplace.Name = "PSMarketplace";
|
||||||
this.PSMarketplace.Size = new System.Drawing.Size(352, 26);
|
|
||||||
this.PSMarketplace.Text = "Visit Marketplace";
|
|
||||||
this.PSMarketplace.Click += new System.EventHandler(this.PSMarketplace_Click);
|
this.PSMarketplace.Click += new System.EventHandler(this.PSMarketplace_Click);
|
||||||
//
|
//
|
||||||
// ToolTip
|
// ToolTip
|
||||||
|
@ -508,71 +364,46 @@
|
||||||
//
|
//
|
||||||
// PnlSettingsBottom
|
// PnlSettingsBottom
|
||||||
//
|
//
|
||||||
|
this.PnlSettingsBottom.Controls.Add(this.BtnSettingsAnalyze);
|
||||||
this.PnlSettingsBottom.Controls.Add(this.BtnSettingsUndo);
|
this.PnlSettingsBottom.Controls.Add(this.BtnSettingsUndo);
|
||||||
|
this.PnlSettingsBottom.Controls.Add(this.BtnSettingsDo);
|
||||||
this.PnlSettingsBottom.Controls.Add(this.ChkCodePS);
|
this.PnlSettingsBottom.Controls.Add(this.ChkCodePS);
|
||||||
this.PnlSettingsBottom.Controls.Add(this.BtnDoPS);
|
this.PnlSettingsBottom.Controls.Add(this.BtnDoPS);
|
||||||
this.PnlSettingsBottom.Controls.Add(this.BtnSettingsDo);
|
resources.ApplyResources(this.PnlSettingsBottom, "PnlSettingsBottom");
|
||||||
this.PnlSettingsBottom.Controls.Add(this.BtnSettingsAnalyze);
|
|
||||||
this.PnlSettingsBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
||||||
this.PnlSettingsBottom.Location = new System.Drawing.Point(367, 779);
|
|
||||||
this.PnlSettingsBottom.Name = "PnlSettingsBottom";
|
this.PnlSettingsBottom.Name = "PnlSettingsBottom";
|
||||||
this.PnlSettingsBottom.Size = new System.Drawing.Size(716, 58);
|
|
||||||
this.PnlSettingsBottom.TabIndex = 114;
|
|
||||||
//
|
//
|
||||||
// ChkCodePS
|
// ChkCodePS
|
||||||
//
|
//
|
||||||
this.ChkCodePS.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
resources.ApplyResources(this.ChkCodePS, "ChkCodePS");
|
||||||
this.ChkCodePS.Appearance = System.Windows.Forms.Appearance.Button;
|
|
||||||
this.ChkCodePS.BackColor = System.Drawing.Color.Gainsboro;
|
this.ChkCodePS.BackColor = System.Drawing.Color.Gainsboro;
|
||||||
this.ChkCodePS.FlatAppearance.BorderColor = System.Drawing.Color.Black;
|
this.ChkCodePS.FlatAppearance.BorderColor = System.Drawing.Color.Black;
|
||||||
this.ChkCodePS.FlatAppearance.BorderSize = 0;
|
this.ChkCodePS.FlatAppearance.BorderSize = 0;
|
||||||
this.ChkCodePS.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
||||||
this.ChkCodePS.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
||||||
this.ChkCodePS.ForeColor = System.Drawing.Color.Black;
|
this.ChkCodePS.ForeColor = System.Drawing.Color.Black;
|
||||||
this.ChkCodePS.Location = new System.Drawing.Point(12, 14);
|
|
||||||
this.ChkCodePS.Margin = new System.Windows.Forms.Padding(2);
|
|
||||||
this.ChkCodePS.Name = "ChkCodePS";
|
this.ChkCodePS.Name = "ChkCodePS";
|
||||||
this.ChkCodePS.Size = new System.Drawing.Size(196, 32);
|
|
||||||
this.ChkCodePS.TabIndex = 115;
|
|
||||||
this.ChkCodePS.Text = "View code";
|
|
||||||
this.ChkCodePS.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
||||||
this.ChkCodePS.UseVisualStyleBackColor = false;
|
this.ChkCodePS.UseVisualStyleBackColor = false;
|
||||||
this.ChkCodePS.Visible = false;
|
|
||||||
this.ChkCodePS.CheckedChanged += new System.EventHandler(this.ChkCodePS_CheckedChanged);
|
this.ChkCodePS.CheckedChanged += new System.EventHandler(this.ChkCodePS_CheckedChanged);
|
||||||
//
|
//
|
||||||
// BtnDoPS
|
// BtnDoPS
|
||||||
//
|
//
|
||||||
this.BtnDoPS.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
resources.ApplyResources(this.BtnDoPS, "BtnDoPS");
|
||||||
this.BtnDoPS.BackColor = System.Drawing.Color.Gainsboro;
|
this.BtnDoPS.BackColor = System.Drawing.Color.Gainsboro;
|
||||||
this.BtnDoPS.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
|
this.BtnDoPS.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
|
||||||
this.BtnDoPS.FlatAppearance.BorderSize = 0;
|
this.BtnDoPS.FlatAppearance.BorderSize = 0;
|
||||||
this.BtnDoPS.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
||||||
this.BtnDoPS.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
||||||
this.BtnDoPS.Location = new System.Drawing.Point(508, 14);
|
|
||||||
this.BtnDoPS.Name = "BtnDoPS";
|
this.BtnDoPS.Name = "BtnDoPS";
|
||||||
this.BtnDoPS.Size = new System.Drawing.Size(196, 32);
|
|
||||||
this.BtnDoPS.TabIndex = 114;
|
|
||||||
this.BtnDoPS.Text = "Apply selected";
|
|
||||||
this.BtnDoPS.UseVisualStyleBackColor = false;
|
this.BtnDoPS.UseVisualStyleBackColor = false;
|
||||||
this.BtnDoPS.Visible = false;
|
|
||||||
this.BtnDoPS.Click += new System.EventHandler(this.BtnDoPS_Click);
|
this.BtnDoPS.Click += new System.EventHandler(this.BtnDoPS_Click);
|
||||||
//
|
//
|
||||||
// MainWindow
|
// MainWindow
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
resources.ApplyResources(this, "$this");
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||||||
this.BackColor = System.Drawing.Color.White;
|
this.BackColor = System.Drawing.Color.White;
|
||||||
this.ClientSize = new System.Drawing.Size(1083, 837);
|
|
||||||
this.Controls.Add(this.PnlSettingsBottom);
|
this.Controls.Add(this.PnlSettingsBottom);
|
||||||
this.Controls.Add(this.PnlNav);
|
this.Controls.Add(this.PnlNav);
|
||||||
this.Controls.Add(this.PnlSettings);
|
this.Controls.Add(this.PnlSettings);
|
||||||
this.Controls.Add(this.PnlPS);
|
this.Controls.Add(this.PnlPS);
|
||||||
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
||||||
this.MinimumSize = new System.Drawing.Size(1019, 550);
|
|
||||||
this.Name = "MainWindow";
|
this.Name = "MainWindow";
|
||||||
this.ShowIcon = false;
|
this.ShowIcon = false;
|
||||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
||||||
this.Text = "Privatezilla";
|
|
||||||
this.MainMenu.ResumeLayout(false);
|
this.MainMenu.ResumeLayout(false);
|
||||||
this.PnlNav.ResumeLayout(false);
|
this.PnlNav.ResumeLayout(false);
|
||||||
this.PnlNav.PerformLayout();
|
this.PnlNav.PerformLayout();
|
||||||
|
@ -617,7 +448,7 @@
|
||||||
private System.Windows.Forms.ToolStripMenuItem CommunityPkg;
|
private System.Windows.Forms.ToolStripMenuItem CommunityPkg;
|
||||||
private System.Windows.Forms.ToolTip ToolTip;
|
private System.Windows.Forms.ToolTip ToolTip;
|
||||||
private System.Windows.Forms.Button BtnMenuPS;
|
private System.Windows.Forms.Button BtnMenuPS;
|
||||||
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Label LblPSHeader;
|
||||||
private System.Windows.Forms.PictureBox PicOpenGitHubPage;
|
private System.Windows.Forms.PictureBox PicOpenGitHubPage;
|
||||||
private System.Windows.Forms.Panel PnlSettingsBottom;
|
private System.Windows.Forms.Panel PnlSettingsBottom;
|
||||||
private System.Windows.Forms.Button BtnDoPS;
|
private System.Windows.Forms.Button BtnDoPS;
|
||||||
|
|
|
@ -17,29 +17,24 @@ namespace Privatezilla
|
||||||
{
|
{
|
||||||
public partial class MainWindow : Form
|
public partial class MainWindow : Form
|
||||||
{
|
{
|
||||||
private readonly string _successApply = "Applied";
|
private readonly string _successApply = Properties.Resources.statusSuccessApply;
|
||||||
private readonly string _failedApply = "Not applied";
|
private readonly string _failedApply = Properties.Resources.statusFailedApply;
|
||||||
private readonly string _successConfigure = "Configured";
|
private readonly string _successConfigure = Properties.Resources.statusSuccessConfigure;
|
||||||
private readonly string _failedConfigure = "Not configured";
|
private readonly string _failedConfigure = Properties.Resources.statusFailedConfigure;
|
||||||
private readonly string _finishApply = "Applying complete.";
|
private readonly string _finishApply = Properties.Resources.statusFinishApply;
|
||||||
private readonly string _finishUndo = "Reverting complete.";
|
private readonly string _finishUndo = Properties.Resources.statusFinishUndo;
|
||||||
private readonly string _finishAnalyze = "Analysis complete.";
|
private readonly string _finishAnalyze = Properties.Resources.statusFinishAnalyze;
|
||||||
private readonly string _doWait = "Please wait ...";
|
private readonly string _doWait = Properties.Resources.statusDoWait;
|
||||||
private readonly string _undoSettings = "Do you really want to revert all selected settings to Windows 10 default state?";
|
private readonly string _undoSettings = Properties.Resources.statusDoSettings;
|
||||||
|
|
||||||
private readonly string _helpApp = "Info about a setting:\nMove the cursor over a setting to view a brief explanation." +
|
private readonly string _helpApp = Properties.Resources.helpApp.Replace("\\r\\n", "\r\n");
|
||||||
"\r\n\nAnalyze (Button):\nDetermines which settings are enabled and configured on your system or not. NO system changes are done yet!" +
|
|
||||||
"\r\n\nApply selected (Button):\nThis will enable all selected settings." +
|
|
||||||
"\r\n\nRevert selected (Button):\nThis will restore the default Windows 10 settings." +
|
|
||||||
"\r\n\nConfigured (State):\nThis indicates your privacy is protected." +
|
|
||||||
"\r\n\nNot Configured (State):\nThis indicates that the Windows 10 settings are in place.";
|
|
||||||
|
|
||||||
// Script strings (optional)
|
// Script strings (optional)
|
||||||
private readonly string _psSelect = "Please select a script.";
|
private readonly string _psSelect = Properties.Resources.msgPSSelect;
|
||||||
|
|
||||||
private readonly string _psInfo = "What does this template/script do?\r\n\n";
|
private readonly string _psInfo = Properties.Resources.PSInfo.Replace("\\r\\n", "\r\n");
|
||||||
private readonly string _psSuccess = "has been successfully executed.";
|
private readonly string _psSuccess = Properties.Resources.msgPSSuccess;
|
||||||
private readonly string _psSave = "Please switch to code view.";
|
private readonly string _psSave = Properties.Resources.msgPSSave;
|
||||||
|
|
||||||
// Setting progress
|
// Setting progress
|
||||||
private int _progress = 0;
|
private int _progress = 0;
|
||||||
|
@ -49,8 +44,8 @@ namespace Privatezilla
|
||||||
// Update
|
// Update
|
||||||
private readonly string _releaseURL = "https://raw.githubusercontent.com/builtbybel/privatezilla/master/latest.txt";
|
private readonly string _releaseURL = "https://raw.githubusercontent.com/builtbybel/privatezilla/master/latest.txt";
|
||||||
|
|
||||||
private readonly string _releaseUpToDate = "There are currently no updates available.";
|
private readonly string _releaseUpToDate = Properties.Resources.releaseUpToDate;
|
||||||
private readonly string _releaseUnofficial = "You are using an unoffical version of Privatezilla.";
|
private readonly string _releaseUnofficial = Properties.Resources.releaseUnofficial;
|
||||||
|
|
||||||
public Version CurrentVersion = new Version(Application.ProductVersion);
|
public Version CurrentVersion = new Version(Application.ProductVersion);
|
||||||
public Version LatestVersion;
|
public Version LatestVersion;
|
||||||
|
@ -89,13 +84,34 @@ namespace Privatezilla
|
||||||
}
|
}
|
||||||
else // New release available!
|
else // New release available!
|
||||||
{
|
{
|
||||||
if (MessageBox.Show("There is a new version available #" + LatestVersion + "\nYour are using version #" + CurrentVersion + "\n\nDo you want to open the @github/releases page?", this.Text, MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes) // New release available!
|
if (MessageBox.Show(Properties.Resources.releaseUpdateAvailable + LatestVersion + Properties.Resources.releaseUpdateYourVersion.Replace("\\r\\n", "\r\n") + CurrentVersion + Properties.Resources.releaseUpdateAvailableURL.Replace("\\r\\n", "\r\n\n"), this.Text, MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes) // New release available!
|
||||||
{
|
{
|
||||||
Process.Start("https://github.com/builtbybel/privatezilla/releases/tag/" + LatestVersion);
|
Process.Start("https://github.com/builtbybel/privatezilla/releases/tag/" + LatestVersion);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void Globalization()
|
||||||
|
{
|
||||||
|
BtnDoPS.Text = Properties.Resources.BtnDoPS;
|
||||||
|
BtnSettingsAnalyze.Text = Properties.Resources.BtnSettingsAnalyze;
|
||||||
|
BtnSettingsDo.Text = Properties.Resources.BtnSettingsDo;
|
||||||
|
BtnSettingsUndo.Text = Properties.Resources.BtnSettingsUndo;
|
||||||
|
ChkCodePS.Text = Properties.Resources.ChkCodePS;
|
||||||
|
LblPS.Text = Properties.Resources.LblPS;
|
||||||
|
LblPSHeader.Text = Properties.Resources.LblPSHeader;
|
||||||
|
LblSettings.Text = Properties.Resources.LblSettings;
|
||||||
|
LblStatus.Text = Properties.Resources.LblStatus;
|
||||||
|
TxtPSInfo.Text = Properties.Resources.TxtPSInfo;
|
||||||
|
CheckRelease.Text = Properties.Resources.CheckRelease;
|
||||||
|
CommunityPkg.Text = Properties.Resources.CommunityPkg;
|
||||||
|
Help.Text = Properties.Resources.Help;
|
||||||
|
Info.Text = Properties.Resources.Info;
|
||||||
|
PSImport.Text = Properties.Resources.PSImport;
|
||||||
|
PSMarketplace.Text = Properties.Resources.PSMarketplace;
|
||||||
|
PSSaveAs.Text = Properties.Resources.PSSaveAs;
|
||||||
|
}
|
||||||
|
|
||||||
public MainWindow()
|
public MainWindow()
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
@ -108,6 +124,9 @@ namespace Privatezilla
|
||||||
|
|
||||||
// GUI options
|
// GUI options
|
||||||
LblMainMenu.Text = "\ue700"; // Hamburger menu
|
LblMainMenu.Text = "\ue700"; // Hamburger menu
|
||||||
|
|
||||||
|
// GUI localization
|
||||||
|
Globalization();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void InitializeSettings()
|
public void InitializeSettings()
|
||||||
|
@ -121,7 +140,7 @@ namespace Privatezilla
|
||||||
};
|
};
|
||||||
|
|
||||||
// Settings > Privacy
|
// Settings > Privacy
|
||||||
TreeNode privacy = new TreeNode("Privacy", new TreeNode[] {
|
TreeNode privacy = new TreeNode(Properties.Resources.rootSettingsPrivacy, new TreeNode[] {
|
||||||
new SettingNode(new Setting.Privacy.DisableTelemetry()),
|
new SettingNode(new Setting.Privacy.DisableTelemetry()),
|
||||||
new SettingNode(new Setting.Privacy.DisableCompTelemetry()),
|
new SettingNode(new Setting.Privacy.DisableCompTelemetry()),
|
||||||
new SettingNode(new Setting.Privacy.DisableAds()),
|
new SettingNode(new Setting.Privacy.DisableAds()),
|
||||||
|
@ -149,23 +168,23 @@ namespace Privatezilla
|
||||||
};
|
};
|
||||||
|
|
||||||
// Policies > Cortana
|
// Policies > Cortana
|
||||||
TreeNode cortana = new TreeNode("Cortana", new TreeNode[] {
|
TreeNode cortana = new TreeNode(Properties.Resources.rootSettingsCortana, new TreeNode[] {
|
||||||
new SettingNode(new Setting.Cortana.DisableCortana()),
|
new SettingNode(new Setting.Cortana.DisableCortana()),
|
||||||
new SettingNode(new Setting.Cortana.DisableBing()),
|
new SettingNode(new Setting.Cortana.DisableBing()),
|
||||||
new SettingNode(new Setting.Cortana.UninstallCortana()),
|
new SettingNode(new Setting.Cortana.UninstallCortana()),
|
||||||
});
|
});
|
||||||
|
|
||||||
// Settings > Bloatware
|
// Settings > Bloatware
|
||||||
TreeNode bloatware = new TreeNode("Bloatware", new TreeNode[] {
|
TreeNode bloatware = new TreeNode(Properties.Resources.rootSettingsBloatware, new TreeNode[] {
|
||||||
new SettingNode(new Setting.Bloatware.RemoveUWPAll()),
|
new SettingNode(new Setting.Bloatware.RemoveUWPAll()),
|
||||||
new SettingNode(new Setting.Bloatware.RemoveUWPDefaults()),
|
new SettingNode(new Setting.Bloatware.RemoveUWPDefaults()),
|
||||||
})
|
})
|
||||||
{
|
{
|
||||||
ToolTipText = "Debloat Windows 10"
|
ToolTipText = Properties.Resources.rootSettingsBloatwareInfo
|
||||||
};
|
};
|
||||||
|
|
||||||
// Settings > App permissions
|
// Settings > App permissions
|
||||||
TreeNode apps = new TreeNode("App permissions", new TreeNode[] {
|
TreeNode apps = new TreeNode(Properties.Resources.rootSettingsApps, new TreeNode[] {
|
||||||
new SettingNode(new Setting.Apps.AppNotifications()),
|
new SettingNode(new Setting.Apps.AppNotifications()),
|
||||||
new SettingNode(new Setting.Apps.Camera()),
|
new SettingNode(new Setting.Apps.Camera()),
|
||||||
new SettingNode(new Setting.Apps.Microphone()),
|
new SettingNode(new Setting.Apps.Microphone()),
|
||||||
|
@ -193,24 +212,24 @@ namespace Privatezilla
|
||||||
});
|
});
|
||||||
|
|
||||||
// Settings > Updates
|
// Settings > Updates
|
||||||
TreeNode updates = new TreeNode("Updates", new TreeNode[] {
|
TreeNode updates = new TreeNode(Properties.Resources.rootSettingsUpdates, new TreeNode[] {
|
||||||
new SettingNode(new Setting.Updates.DisableUpdates()),
|
new SettingNode(new Setting.Updates.DisableUpdates()),
|
||||||
new SettingNode(new Setting.Updates.DisableUpdatesSharing()),
|
new SettingNode(new Setting.Updates.DisableUpdatesSharing()),
|
||||||
new SettingNode(new Setting.Updates.BlockMajorUpdates()),
|
new SettingNode(new Setting.Updates.BlockMajorUpdates()),
|
||||||
});
|
});
|
||||||
|
|
||||||
// Settings > Gaming
|
// Settings > Gaming
|
||||||
TreeNode gaming = new TreeNode("Gaming", new TreeNode[] {
|
TreeNode gaming = new TreeNode(Properties.Resources.rootSettingsGaming, new TreeNode[] {
|
||||||
new SettingNode(new Setting.Gaming.DisableGameBar()),
|
new SettingNode(new Setting.Gaming.DisableGameBar()),
|
||||||
});
|
});
|
||||||
|
|
||||||
// Settings > Windows Defender
|
// Settings > Windows Defender
|
||||||
TreeNode defender = new TreeNode("Windows Defender", new TreeNode[] {
|
TreeNode defender = new TreeNode(Properties.Resources.rootSettingsDefender, new TreeNode[] {
|
||||||
new SettingNode(new Setting.Defender.DisableSmartScreenStore()),
|
new SettingNode(new Setting.Defender.DisableSmartScreenStore()),
|
||||||
});
|
});
|
||||||
|
|
||||||
// Settings > Microsoft Edge
|
// Settings > Microsoft Edge
|
||||||
TreeNode edge = new TreeNode("Microsoft Edge", new TreeNode[] {
|
TreeNode edge = new TreeNode(Properties.Resources.rootSettingsDefender, new TreeNode[] {
|
||||||
new SettingNode(new Setting.Edge.DisableAutoFillCredits()),
|
new SettingNode(new Setting.Edge.DisableAutoFillCredits()),
|
||||||
new SettingNode(new Setting.Edge.EdgeBackground()),
|
new SettingNode(new Setting.Edge.EdgeBackground()),
|
||||||
new SettingNode(new Setting.Edge.DisableSync()),
|
new SettingNode(new Setting.Edge.DisableSync()),
|
||||||
|
@ -218,7 +237,7 @@ namespace Privatezilla
|
||||||
});
|
});
|
||||||
|
|
||||||
// Settings > Security
|
// Settings > Security
|
||||||
TreeNode security = new TreeNode("Security", new TreeNode[] {
|
TreeNode security = new TreeNode(Properties.Resources.rootSettingsSecurity, new TreeNode[] {
|
||||||
new SettingNode(new Setting.Security.DisablePassword()),
|
new SettingNode(new Setting.Security.DisablePassword()),
|
||||||
new SettingNode(new Setting.Security.WindowsDRM()),
|
new SettingNode(new Setting.Security.WindowsDRM()),
|
||||||
});
|
});
|
||||||
|
@ -247,7 +266,7 @@ namespace Privatezilla
|
||||||
ToolTip tooltip = new ToolTip();
|
ToolTip tooltip = new ToolTip();
|
||||||
tooltip.AutoPopDelay = 15000;
|
tooltip.AutoPopDelay = 15000;
|
||||||
tooltip.IsBalloon = true;
|
tooltip.IsBalloon = true;
|
||||||
tooltip.SetToolTip(this.TvwSettings, "Settings");
|
tooltip.SetToolTip(this.TvwSettings, Properties.Resources.LblSettings);
|
||||||
}
|
}
|
||||||
|
|
||||||
private List<SettingNode> CollectSettingNodes()
|
private List<SettingNode> CollectSettingNodes()
|
||||||
|
@ -600,7 +619,7 @@ namespace Privatezilla
|
||||||
if (LstPS.GetItemChecked(i))
|
if (LstPS.GetItemChecked(i))
|
||||||
{
|
{
|
||||||
LstPS.SelectedIndex = i;
|
LstPS.SelectedIndex = i;
|
||||||
BtnDoPS.Text = "Processing";
|
BtnDoPS.Text = Properties.Resources.statusDoPSProcessing;
|
||||||
PnlPS.Enabled = false;
|
PnlPS.Enabled = false;
|
||||||
|
|
||||||
//TxtOutputPS.Clear();
|
//TxtOutputPS.Clear();
|
||||||
|
@ -615,7 +634,7 @@ namespace Privatezilla
|
||||||
|
|
||||||
TxtOutputPS.Text = stringBuilder.ToString();
|
TxtOutputPS.Text = stringBuilder.ToString();
|
||||||
|
|
||||||
BtnDoPS.Text = "Apply";
|
BtnDoPS.Text = Properties.Resources.statusDoPSApply;
|
||||||
PnlPS.Enabled = true;
|
PnlPS.Enabled = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -632,13 +651,13 @@ namespace Privatezilla
|
||||||
{
|
{
|
||||||
if (ChkCodePS.Checked == true)
|
if (ChkCodePS.Checked == true)
|
||||||
{
|
{
|
||||||
ChkCodePS.Text = "Back";
|
ChkCodePS.Text = Properties.Resources.PSBack;
|
||||||
TxtConsolePS.Visible = true;
|
TxtConsolePS.Visible = true;
|
||||||
TxtOutputPS.Visible = false;
|
TxtOutputPS.Visible = false;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
ChkCodePS.Text = "View code";
|
ChkCodePS.Text = Properties.Resources.PSViewCode;
|
||||||
TxtOutputPS.Visible = true;
|
TxtOutputPS.Visible = true;
|
||||||
TxtConsolePS.Visible = false;
|
TxtConsolePS.Visible = false;
|
||||||
}
|
}
|
||||||
|
|
|
@ -117,10 +117,84 @@
|
||||||
<resheader name="writer">
|
<resheader name="writer">
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
|
<data name="TvwSettings.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||||
|
<value>Top, Bottom, Left</value>
|
||||||
|
</data>
|
||||||
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
|
<data name="TvwSettings.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Segoe UI Semilight, 12pt</value>
|
||||||
|
</data>
|
||||||
|
<data name="TvwSettings.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>12, 88</value>
|
||||||
|
</data>
|
||||||
|
<data name="TvwSettings.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>355, 746</value>
|
||||||
|
</data>
|
||||||
|
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
|
<data name="TvwSettings.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>18</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>TvwSettings.Name" xml:space="preserve">
|
||||||
|
<value>TvwSettings</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>TvwSettings.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.TreeView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>TvwSettings.Parent" xml:space="preserve">
|
||||||
|
<value>PnlNav</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>TvwSettings.ZOrder" xml:space="preserve">
|
||||||
|
<value>0</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblMainMenu.AutoSize" type="System.Boolean, mscorlib">
|
||||||
|
<value>True</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblMainMenu.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
||||||
|
<value>Flat</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblMainMenu.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Segoe MDL2 Assets, 12pt, style=Bold</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblMainMenu.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>0, 0</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblMainMenu.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>48, 51</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblMainMenu.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>21</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LblMainMenu.Name" xml:space="preserve">
|
||||||
|
<value>LblMainMenu</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LblMainMenu.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LblMainMenu.Parent" xml:space="preserve">
|
||||||
|
<value>PnlNav</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LblMainMenu.ZOrder" xml:space="preserve">
|
||||||
|
<value>3</value>
|
||||||
|
</data>
|
||||||
<metadata name="MainMenu.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="MainMenu.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>17, 17</value>
|
<value>17, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
<data name="MainMenu.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Segoe UI, 14.25pt</value>
|
||||||
|
</data>
|
||||||
|
<data name="Help.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Segoe UI, 12.75pt</value>
|
||||||
|
</data>
|
||||||
|
<data name="Help.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>270, 28</value>
|
||||||
|
</data>
|
||||||
|
<data name="Help.Text" xml:space="preserve">
|
||||||
|
<value>Short Guide</value>
|
||||||
|
</data>
|
||||||
|
<data name="CommunityPkg.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Segoe UI, 12.75pt</value>
|
||||||
|
</data>
|
||||||
<data name="CommunityPkg.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="CommunityPkg.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABGdBTUEAALGPC/xhBQAAAHtJREFUOE/t
|
iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABGdBTUEAALGPC/xhBQAAAHtJREFUOE/t
|
||||||
|
@ -129,9 +203,171 @@
|
||||||
yKRghgAAAABJRU5ErkJggg==
|
yKRghgAAAABJRU5ErkJggg==
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="CommunityPkg.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>270, 28</value>
|
||||||
|
</data>
|
||||||
|
<data name="CommunityPkg.Text" xml:space="preserve">
|
||||||
|
<value>Get community package</value>
|
||||||
|
</data>
|
||||||
|
<data name="CheckRelease.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Segoe UI, 12.75pt</value>
|
||||||
|
</data>
|
||||||
|
<data name="CheckRelease.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>270, 28</value>
|
||||||
|
</data>
|
||||||
|
<data name="CheckRelease.Text" xml:space="preserve">
|
||||||
|
<value>Check for updates</value>
|
||||||
|
</data>
|
||||||
|
<data name="Info.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Segoe UI, 12.75pt</value>
|
||||||
|
</data>
|
||||||
|
<data name="Info.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>270, 28</value>
|
||||||
|
</data>
|
||||||
|
<data name="Info.Text" xml:space="preserve">
|
||||||
|
<value>Info</value>
|
||||||
|
</data>
|
||||||
|
<data name="MainMenu.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>271, 116</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>MainMenu.Name" xml:space="preserve">
|
||||||
|
<value>MainMenu</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>MainMenu.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
<metadata name="PnlNav.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<metadata name="PnlNav.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<value>True</value>
|
<value>True</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
<data name="LblPS.AutoSize" type="System.Boolean, mscorlib">
|
||||||
|
<value>True</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblPS.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Segoe UI Semibold, 12pt, style=Bold</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblPS.ImageAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
||||||
|
<value>MiddleLeft</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblPS.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>104, 54</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblPS.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>60, 21</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblPS.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>25</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblPS.Text" xml:space="preserve">
|
||||||
|
<value>Scripts</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblPS.Visible" type="System.Boolean, mscorlib">
|
||||||
|
<value>False</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LblPS.Name" xml:space="preserve">
|
||||||
|
<value>LblPS</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LblPS.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LblPS.Parent" xml:space="preserve">
|
||||||
|
<value>PnlNav</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LblPS.ZOrder" xml:space="preserve">
|
||||||
|
<value>1</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblSettings.AutoSize" type="System.Boolean, mscorlib">
|
||||||
|
<value>True</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblSettings.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Segoe UI Semibold, 12pt, style=Bold</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblSettings.ImageAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
||||||
|
<value>MiddleLeft</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblSettings.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>12, 54</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblSettings.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>70, 21</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblSettings.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>24</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblSettings.Text" xml:space="preserve">
|
||||||
|
<value>Settings</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LblSettings.Name" xml:space="preserve">
|
||||||
|
<value>LblSettings</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LblSettings.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LblSettings.Parent" xml:space="preserve">
|
||||||
|
<value>PnlNav</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LblSettings.ZOrder" xml:space="preserve">
|
||||||
|
<value>2</value>
|
||||||
|
</data>
|
||||||
|
<data name="LstPS.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||||
|
<value>Top, Bottom, Left, Right</value>
|
||||||
|
</data>
|
||||||
|
<data name="LstPS.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Segoe UI Semilight, 12.75pt</value>
|
||||||
|
</data>
|
||||||
|
<data name="LstPS.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>16, 88</value>
|
||||||
|
</data>
|
||||||
|
<data name="LstPS.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>351, 750</value>
|
||||||
|
</data>
|
||||||
|
<data name="LstPS.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>112</value>
|
||||||
|
</data>
|
||||||
|
<data name="LstPS.Visible" type="System.Boolean, mscorlib">
|
||||||
|
<value>False</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LstPS.Name" xml:space="preserve">
|
||||||
|
<value>LstPS</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LstPS.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.CheckedListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LstPS.Parent" xml:space="preserve">
|
||||||
|
<value>PnlNav</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LstPS.ZOrder" xml:space="preserve">
|
||||||
|
<value>4</value>
|
||||||
|
</data>
|
||||||
|
<data name="PnlNav.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||||
|
<value>Left</value>
|
||||||
|
</data>
|
||||||
|
<data name="PnlNav.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>0, 0</value>
|
||||||
|
</data>
|
||||||
|
<data name="PnlNav.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>367, 837</value>
|
||||||
|
</data>
|
||||||
|
<data name="PnlNav.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>26</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PnlNav.Name" xml:space="preserve">
|
||||||
|
<value>PnlNav</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PnlNav.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PnlNav.Parent" xml:space="preserve">
|
||||||
|
<value>$this</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PnlNav.ZOrder" xml:space="preserve">
|
||||||
|
<value>3</value>
|
||||||
|
</data>
|
||||||
|
<data name="PnlSettings.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||||
|
<value>Top, Bottom, Left, Right</value>
|
||||||
|
</data>
|
||||||
|
<data name="PicOpenGitHubPage.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||||
|
<value>Top, Right</value>
|
||||||
|
</data>
|
||||||
<data name="PicOpenGitHubPage.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="PicOpenGitHubPage.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAAiJJREFUSEvd
|
iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAAiJJREFUSEvd
|
||||||
|
@ -147,9 +383,303 @@
|
||||||
1jKqDLJlDQAAAABJRU5ErkJggg==
|
1jKqDLJlDQAAAABJRU5ErkJggg==
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="PicOpenGitHubPage.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>681, 7</value>
|
||||||
|
</data>
|
||||||
|
<data name="PicOpenGitHubPage.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>24, 24</value>
|
||||||
|
</data>
|
||||||
|
<data name="PicOpenGitHubPage.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>32</value>
|
||||||
|
</data>
|
||||||
<metadata name="ToolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="ToolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>229, 19</value>
|
<value>229, 19</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
<data name="PicOpenGitHubPage.ToolTip" xml:space="preserve">
|
||||||
|
<value>I'm open on github/privatezilla</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PicOpenGitHubPage.Name" xml:space="preserve">
|
||||||
|
<value>PicOpenGitHubPage</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PicOpenGitHubPage.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PicOpenGitHubPage.Parent" xml:space="preserve">
|
||||||
|
<value>PnlSettings</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PicOpenGitHubPage.ZOrder" xml:space="preserve">
|
||||||
|
<value>0</value>
|
||||||
|
</data>
|
||||||
|
<data name="PBar.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||||
|
<value>Top, Left, Right</value>
|
||||||
|
</data>
|
||||||
|
<data name="PBar.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>12, 41</value>
|
||||||
|
</data>
|
||||||
|
<data name="PBar.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>814, 5</value>
|
||||||
|
</data>
|
||||||
|
<data name="PBar.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>27</value>
|
||||||
|
</data>
|
||||||
|
<data name="PBar.Visible" type="System.Boolean, mscorlib">
|
||||||
|
<value>False</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PBar.Name" xml:space="preserve">
|
||||||
|
<value>PBar</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PBar.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.ProgressBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PBar.Parent" xml:space="preserve">
|
||||||
|
<value>PnlSettings</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PBar.ZOrder" xml:space="preserve">
|
||||||
|
<value>1</value>
|
||||||
|
</data>
|
||||||
|
<data name="LvwStatus.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||||
|
<value>Top, Bottom, Left, Right</value>
|
||||||
|
</data>
|
||||||
|
<data name="Setting.Text" xml:space="preserve">
|
||||||
|
<value>Setting</value>
|
||||||
|
</data>
|
||||||
|
<data name="Setting.Width" type="System.Int32, mscorlib">
|
||||||
|
<value>550</value>
|
||||||
|
</data>
|
||||||
|
<data name="State.Text" xml:space="preserve">
|
||||||
|
<value>State</value>
|
||||||
|
</data>
|
||||||
|
<data name="State.Width" type="System.Int32, mscorlib">
|
||||||
|
<value>150</value>
|
||||||
|
</data>
|
||||||
|
<data name="LvwStatus.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Segoe UI Semilight, 12pt</value>
|
||||||
|
</data>
|
||||||
|
<data name="LvwStatus.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>9, 50</value>
|
||||||
|
</data>
|
||||||
|
<data name="LvwStatus.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>704, 720</value>
|
||||||
|
</data>
|
||||||
|
<data name="LvwStatus.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>31</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LvwStatus.Name" xml:space="preserve">
|
||||||
|
<value>LvwStatus</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LvwStatus.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LvwStatus.Parent" xml:space="preserve">
|
||||||
|
<value>PnlSettings</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LvwStatus.ZOrder" xml:space="preserve">
|
||||||
|
<value>2</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblStatus.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||||
|
<value>Top, Left, Right</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblStatus.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Segoe UI Semibold, 12pt, style=Bold</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblStatus.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>9, 7</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblStatus.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>704, 40</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblStatus.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>29</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblStatus.Text" xml:space="preserve">
|
||||||
|
<value>Press Analyze to check for configured settings.</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LblStatus.Name" xml:space="preserve">
|
||||||
|
<value>LblStatus</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LblStatus.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LblStatus.Parent" xml:space="preserve">
|
||||||
|
<value>PnlSettings</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LblStatus.ZOrder" xml:space="preserve">
|
||||||
|
<value>3</value>
|
||||||
|
</data>
|
||||||
|
<data name="PnlSettings.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>366, 0</value>
|
||||||
|
</data>
|
||||||
|
<data name="PnlSettings.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>716, 773</value>
|
||||||
|
</data>
|
||||||
|
<data name="PnlSettings.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>113</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PnlSettings.Name" xml:space="preserve">
|
||||||
|
<value>PnlSettings</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PnlSettings.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PnlSettings.Parent" xml:space="preserve">
|
||||||
|
<value>$this</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PnlSettings.ZOrder" xml:space="preserve">
|
||||||
|
<value>4</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsUndo.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||||
|
<value>Bottom, Right</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsUndo.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
||||||
|
<value>Flat</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsUndo.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Segoe UI, 9.75pt</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsUndo.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>297, 14</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsUndo.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>196, 32</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsUndo.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>30</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsUndo.Text" xml:space="preserve">
|
||||||
|
<value>Revert selected</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BtnSettingsUndo.Name" xml:space="preserve">
|
||||||
|
<value>BtnSettingsUndo</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BtnSettingsUndo.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BtnSettingsUndo.Parent" xml:space="preserve">
|
||||||
|
<value>PnlSettingsBottom</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BtnSettingsUndo.ZOrder" xml:space="preserve">
|
||||||
|
<value>1</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsDo.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||||
|
<value>Bottom, Right</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsDo.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
||||||
|
<value>Flat</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsDo.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Segoe UI, 9.75pt</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsDo.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>508, 14</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsDo.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>196, 32</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsDo.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>26</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsDo.Text" xml:space="preserve">
|
||||||
|
<value>Apply selected</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BtnSettingsDo.Name" xml:space="preserve">
|
||||||
|
<value>BtnSettingsDo</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BtnSettingsDo.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BtnSettingsDo.Parent" xml:space="preserve">
|
||||||
|
<value>PnlSettingsBottom</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BtnSettingsDo.ZOrder" xml:space="preserve">
|
||||||
|
<value>2</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsAnalyze.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||||
|
<value>Bottom, Left</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsAnalyze.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
||||||
|
<value>Flat</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsAnalyze.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Segoe UI, 9.75pt</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsAnalyze.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>12, 14</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsAnalyze.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>196, 32</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsAnalyze.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>28</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsAnalyze.Text" xml:space="preserve">
|
||||||
|
<value>Analyze</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BtnSettingsAnalyze.Name" xml:space="preserve">
|
||||||
|
<value>BtnSettingsAnalyze</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BtnSettingsAnalyze.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BtnSettingsAnalyze.Parent" xml:space="preserve">
|
||||||
|
<value>PnlSettingsBottom</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BtnSettingsAnalyze.ZOrder" xml:space="preserve">
|
||||||
|
<value>0</value>
|
||||||
|
</data>
|
||||||
|
<data name="PnlPS.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||||
|
<value>Top, Bottom, Left, Right</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnMenuPS.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||||
|
<value>Top, Right</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnMenuPS.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
||||||
|
<value>Flat</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnMenuPS.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Segoe UI, 11.25pt</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnMenuPS.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>671, 0</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnMenuPS.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>45, 45</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnMenuPS.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>118</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnMenuPS.Text" xml:space="preserve">
|
||||||
|
<value>. . .</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BtnMenuPS.Name" xml:space="preserve">
|
||||||
|
<value>BtnMenuPS</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BtnMenuPS.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BtnMenuPS.Parent" xml:space="preserve">
|
||||||
|
<value>PnlPS</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BtnMenuPS.ZOrder" xml:space="preserve">
|
||||||
|
<value>0</value>
|
||||||
|
</data>
|
||||||
|
<data name="TxtPSInfo.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||||
|
<value>Top, Bottom, Left</value>
|
||||||
|
</data>
|
||||||
|
<data name="TxtPSInfo.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Segoe UI Semilight, 9.75pt</value>
|
||||||
|
</data>
|
||||||
|
<data name="TxtPSInfo.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>3, 48</value>
|
||||||
|
</data>
|
||||||
|
<data name="TxtPSInfo.Multiline" type="System.Boolean, mscorlib">
|
||||||
|
<value>True</value>
|
||||||
|
</data>
|
||||||
|
<data name="TxtPSInfo.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>238, 714</value>
|
||||||
|
</data>
|
||||||
|
<data name="TxtPSInfo.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>110</value>
|
||||||
|
</data>
|
||||||
<data name="TxtPSInfo.Text" xml:space="preserve">
|
<data name="TxtPSInfo.Text" xml:space="preserve">
|
||||||
<value>Welcome to the Modern Policy Editor, which allows you to apply group policies and custom settings in the form of PowerShell scripts and templates (bundled scripts).
|
<value>Welcome to the Modern Policy Editor, which allows you to apply group policies and custom settings in the form of PowerShell scripts and templates (bundled scripts).
|
||||||
|
|
||||||
|
@ -160,9 +690,183 @@ To check the code for vulnerabilities click on "View code".
|
||||||
To obtain new objects (templates, scripts etc.) visit the Marketplace in the upper right menu. Privatezilla uses the Marketplace of the app "SharpApp". Since this app is from the same developer and the scripting is based upon Powershell, they are also compatible with each other.
|
To obtain new objects (templates, scripts etc.) visit the Marketplace in the upper right menu. Privatezilla uses the Marketplace of the app "SharpApp". Since this app is from the same developer and the scripting is based upon Powershell, they are also compatible with each other.
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name=">>TxtPSInfo.Name" xml:space="preserve">
|
||||||
|
<value>TxtPSInfo</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>TxtPSInfo.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>TxtPSInfo.Parent" xml:space="preserve">
|
||||||
|
<value>PnlPS</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>TxtPSInfo.ZOrder" xml:space="preserve">
|
||||||
|
<value>1</value>
|
||||||
|
</data>
|
||||||
|
<data name="TxtOutputPS.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||||
|
<value>Top, Bottom, Left, Right</value>
|
||||||
|
</data>
|
||||||
|
<data name="TxtOutputPS.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Consolas, 9pt</value>
|
||||||
|
</data>
|
||||||
|
<data name="TxtOutputPS.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>242, 48</value>
|
||||||
|
</data>
|
||||||
|
<data name="TxtOutputPS.Multiline" type="System.Boolean, mscorlib">
|
||||||
|
<value>True</value>
|
||||||
|
</data>
|
||||||
|
<data name="TxtOutputPS.ScrollBars" type="System.Windows.Forms.ScrollBars, System.Windows.Forms">
|
||||||
|
<value>Both</value>
|
||||||
|
</data>
|
||||||
|
<data name="TxtOutputPS.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>474, 722</value>
|
||||||
|
</data>
|
||||||
|
<data name="TxtOutputPS.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>10</value>
|
||||||
|
</data>
|
||||||
|
<data name="TxtOutputPS.Text" xml:space="preserve">
|
||||||
|
<value>PS</value>
|
||||||
|
</data>
|
||||||
|
<data name="TxtOutputPS.WordWrap" type="System.Boolean, mscorlib">
|
||||||
|
<value>False</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>TxtOutputPS.Name" xml:space="preserve">
|
||||||
|
<value>TxtOutputPS</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>TxtOutputPS.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>TxtOutputPS.Parent" xml:space="preserve">
|
||||||
|
<value>PnlPS</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>TxtOutputPS.ZOrder" xml:space="preserve">
|
||||||
|
<value>2</value>
|
||||||
|
</data>
|
||||||
|
<data name="TxtConsolePS.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||||
|
<value>Top, Bottom, Left, Right</value>
|
||||||
|
</data>
|
||||||
|
<data name="TxtConsolePS.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Segoe UI Semibold, 9pt, style=Bold</value>
|
||||||
|
</data>
|
||||||
|
<data name="TxtConsolePS.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>242, 48</value>
|
||||||
|
</data>
|
||||||
|
<data name="TxtConsolePS.Multiline" type="System.Boolean, mscorlib">
|
||||||
|
<value>True</value>
|
||||||
|
</data>
|
||||||
|
<data name="TxtConsolePS.ScrollBars" type="System.Windows.Forms.ScrollBars, System.Windows.Forms">
|
||||||
|
<value>Both</value>
|
||||||
|
</data>
|
||||||
|
<data name="TxtConsolePS.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>474, 722</value>
|
||||||
|
</data>
|
||||||
|
<data name="TxtConsolePS.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>111</value>
|
||||||
|
</data>
|
||||||
|
<data name="TxtConsolePS.Visible" type="System.Boolean, mscorlib">
|
||||||
|
<value>False</value>
|
||||||
|
</data>
|
||||||
|
<data name="TxtConsolePS.WordWrap" type="System.Boolean, mscorlib">
|
||||||
|
<value>False</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>TxtConsolePS.Name" xml:space="preserve">
|
||||||
|
<value>TxtConsolePS</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>TxtConsolePS.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>TxtConsolePS.Parent" xml:space="preserve">
|
||||||
|
<value>PnlPS</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>TxtConsolePS.ZOrder" xml:space="preserve">
|
||||||
|
<value>3</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblPSHeader.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||||
|
<value>Top, Left, Right</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblPSHeader.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Segoe UI Semibold, 12pt, style=Bold</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblPSHeader.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>0, 0</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblPSHeader.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||||
|
<value>5, 0, 0, 0</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblPSHeader.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>716, 45</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblPSHeader.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>116</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblPSHeader.Text" xml:space="preserve">
|
||||||
|
<value>Apply PowerShell Script</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblPSHeader.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
||||||
|
<value>MiddleLeft</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LblPSHeader.Name" xml:space="preserve">
|
||||||
|
<value>LblPSHeader</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LblPSHeader.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LblPSHeader.Parent" xml:space="preserve">
|
||||||
|
<value>PnlPS</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LblPSHeader.ZOrder" xml:space="preserve">
|
||||||
|
<value>4</value>
|
||||||
|
</data>
|
||||||
|
<data name="PnlPS.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>366, 0</value>
|
||||||
|
</data>
|
||||||
|
<data name="PnlPS.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>716, 773</value>
|
||||||
|
</data>
|
||||||
|
<data name="PnlPS.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>113</value>
|
||||||
|
</data>
|
||||||
|
<data name="PnlPS.Visible" type="System.Boolean, mscorlib">
|
||||||
|
<value>False</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PnlPS.Name" xml:space="preserve">
|
||||||
|
<value>PnlPS</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PnlPS.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PnlPS.Parent" xml:space="preserve">
|
||||||
|
<value>$this</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PnlPS.ZOrder" xml:space="preserve">
|
||||||
|
<value>5</value>
|
||||||
|
</data>
|
||||||
<metadata name="PSMenu.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="PSMenu.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>132, 19</value>
|
<value>132, 19</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
<data name="PSMenu.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Segoe UI, 14.25pt, style=Bold</value>
|
||||||
|
</data>
|
||||||
|
<data name="PSImport.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Segoe UI, 12pt</value>
|
||||||
|
</data>
|
||||||
|
<data name="PSImport.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>352, 26</value>
|
||||||
|
</data>
|
||||||
|
<data name="PSImport.Text" xml:space="preserve">
|
||||||
|
<value>Import script</value>
|
||||||
|
</data>
|
||||||
|
<data name="PSSaveAs.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Segoe UI, 12pt</value>
|
||||||
|
</data>
|
||||||
|
<data name="PSSaveAs.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>352, 26</value>
|
||||||
|
</data>
|
||||||
|
<data name="PSSaveAs.Text" xml:space="preserve">
|
||||||
|
<value>Save current script as new preset script</value>
|
||||||
|
</data>
|
||||||
|
<data name="PSMarketplace.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Segoe UI, 12pt</value>
|
||||||
|
</data>
|
||||||
<data name="PSMarketplace.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="PSMarketplace.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAL
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAL
|
||||||
|
@ -180,7 +884,214 @@ To obtain new objects (templates, scripts etc.) visit the Marketplace in the upp
|
||||||
yU9i5UnNIXoRFwAAAABJRU5ErkJggg==
|
yU9i5UnNIXoRFwAAAABJRU5ErkJggg==
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="PSMarketplace.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>352, 26</value>
|
||||||
|
</data>
|
||||||
|
<data name="PSMarketplace.Text" xml:space="preserve">
|
||||||
|
<value>Visit Marketplace</value>
|
||||||
|
</data>
|
||||||
|
<data name="PSMenu.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>353, 82</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PSMenu.Name" xml:space="preserve">
|
||||||
|
<value>PSMenu</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PSMenu.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name="ChkCodePS.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||||
|
<value>Bottom, Left</value>
|
||||||
|
</data>
|
||||||
|
<data name="ChkCodePS.Appearance" type="System.Windows.Forms.Appearance, System.Windows.Forms">
|
||||||
|
<value>Button</value>
|
||||||
|
</data>
|
||||||
|
<data name="ChkCodePS.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
||||||
|
<value>Flat</value>
|
||||||
|
</data>
|
||||||
|
<data name="ChkCodePS.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Segoe UI, 9.75pt</value>
|
||||||
|
</data>
|
||||||
|
<data name="ChkCodePS.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>12, 14</value>
|
||||||
|
</data>
|
||||||
|
<data name="ChkCodePS.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||||
|
<value>2, 2, 2, 2</value>
|
||||||
|
</data>
|
||||||
|
<data name="ChkCodePS.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>196, 32</value>
|
||||||
|
</data>
|
||||||
|
<data name="ChkCodePS.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>115</value>
|
||||||
|
</data>
|
||||||
|
<data name="ChkCodePS.Text" xml:space="preserve">
|
||||||
|
<value>View code</value>
|
||||||
|
</data>
|
||||||
|
<data name="ChkCodePS.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
||||||
|
<value>MiddleCenter</value>
|
||||||
|
</data>
|
||||||
|
<data name="ChkCodePS.Visible" type="System.Boolean, mscorlib">
|
||||||
|
<value>False</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>ChkCodePS.Name" xml:space="preserve">
|
||||||
|
<value>ChkCodePS</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>ChkCodePS.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>ChkCodePS.Parent" xml:space="preserve">
|
||||||
|
<value>PnlSettingsBottom</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>ChkCodePS.ZOrder" xml:space="preserve">
|
||||||
|
<value>3</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnDoPS.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||||
|
<value>Bottom, Right</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnDoPS.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
||||||
|
<value>Flat</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnDoPS.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Segoe UI, 9.75pt</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnDoPS.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>508, 14</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnDoPS.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>196, 32</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnDoPS.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>114</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnDoPS.Text" xml:space="preserve">
|
||||||
|
<value>Apply selected</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnDoPS.Visible" type="System.Boolean, mscorlib">
|
||||||
|
<value>False</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BtnDoPS.Name" xml:space="preserve">
|
||||||
|
<value>BtnDoPS</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BtnDoPS.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BtnDoPS.Parent" xml:space="preserve">
|
||||||
|
<value>PnlSettingsBottom</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BtnDoPS.ZOrder" xml:space="preserve">
|
||||||
|
<value>4</value>
|
||||||
|
</data>
|
||||||
|
<data name="PnlSettingsBottom.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||||
|
<value>Bottom</value>
|
||||||
|
</data>
|
||||||
|
<data name="PnlSettingsBottom.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>367, 779</value>
|
||||||
|
</data>
|
||||||
|
<data name="PnlSettingsBottom.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>716, 58</value>
|
||||||
|
</data>
|
||||||
|
<data name="PnlSettingsBottom.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>114</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PnlSettingsBottom.Name" xml:space="preserve">
|
||||||
|
<value>PnlSettingsBottom</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PnlSettingsBottom.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PnlSettingsBottom.Parent" xml:space="preserve">
|
||||||
|
<value>$this</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PnlSettingsBottom.ZOrder" xml:space="preserve">
|
||||||
|
<value>2</value>
|
||||||
|
</data>
|
||||||
|
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<value>87</value>
|
<value>87</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
||||||
|
<value>96, 96</value>
|
||||||
|
</data>
|
||||||
|
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>1083, 837</value>
|
||||||
|
</data>
|
||||||
|
<data name="$this.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Segoe UI, 8.25pt</value>
|
||||||
|
</data>
|
||||||
|
<data name="$this.MinimumSize" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>1019, 550</value>
|
||||||
|
</data>
|
||||||
|
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
|
||||||
|
<value>CenterScreen</value>
|
||||||
|
</data>
|
||||||
|
<data name="$this.Text" xml:space="preserve">
|
||||||
|
<value>Privatezilla</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>Help.Name" xml:space="preserve">
|
||||||
|
<value>Help</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>Help.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>CommunityPkg.Name" xml:space="preserve">
|
||||||
|
<value>CommunityPkg</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>CommunityPkg.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>CheckRelease.Name" xml:space="preserve">
|
||||||
|
<value>CheckRelease</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>CheckRelease.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>Info.Name" xml:space="preserve">
|
||||||
|
<value>Info</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>Info.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>Setting.Name" xml:space="preserve">
|
||||||
|
<value>Setting</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>Setting.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>State.Name" xml:space="preserve">
|
||||||
|
<value>State</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>State.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PSImport.Name" xml:space="preserve">
|
||||||
|
<value>PSImport</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PSImport.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PSSaveAs.Name" xml:space="preserve">
|
||||||
|
<value>PSSaveAs</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PSSaveAs.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PSMarketplace.Name" xml:space="preserve">
|
||||||
|
<value>PSMarketplace</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PSMarketplace.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>ToolTip.Name" xml:space="preserve">
|
||||||
|
<value>ToolTip</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>ToolTip.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>$this.Name" xml:space="preserve">
|
||||||
|
<value>MainWindow</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>$this.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
|
@ -8,7 +8,7 @@
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<RootNamespace>Privatezilla</RootNamespace>
|
<RootNamespace>Privatezilla</RootNamespace>
|
||||||
<AssemblyName>Privatezilla</AssemblyName>
|
<AssemblyName>Privatezilla</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||||
<Deterministic>true</Deterministic>
|
<Deterministic>true</Deterministic>
|
||||||
|
|
|
@ -22,7 +22,7 @@ namespace Privatezilla
|
||||||
|
|
||||||
if (Environment.OSVersion.Version.Build < 9200)
|
if (Environment.OSVersion.Version.Build < 9200)
|
||||||
|
|
||||||
MessageBox.Show("You are running Privatezilla on a system older than Windows 10. Privatezilla is limited to Windows 10 ONLY.", "Privatezilla", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
MessageBox.Show(Properties.Resources.msgAppCompatibility, "Privatezilla", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||||
else
|
else
|
||||||
Application.Run(new MainWindow());
|
Application.Run(new MainWindow());
|
||||||
|
|
||||||
|
|
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||||
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
|
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
|
||||||
// indem Sie "*" wie unten gezeigt eingeben:
|
// indem Sie "*" wie unten gezeigt eingeben:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("0.30.2")]
|
[assembly: AssemblyVersion("0.31.0")]
|
||||||
[assembly: AssemblyFileVersion("0.30.2")]
|
[assembly: AssemblyFileVersion("0.31.0")]
|
||||||
|
|
1396
src/Privatezilla/Properties/Resources.Designer.cs
generated
1396
src/Privatezilla/Properties/Resources.Designer.cs
generated
File diff suppressed because it is too large
Load diff
|
@ -46,7 +46,7 @@
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.binary.base64
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
value : The object must be serialized with
|
value : The object must be serialized with
|
||||||
: System.Serialization.Formatters.Binary.BinaryFormatter
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
: and then encoded with base64 encoding.
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.soap.base64
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
@ -60,6 +60,7 @@
|
||||||
: and then encoded with base64 encoding.
|
: and then encoded with base64 encoding.
|
||||||
-->
|
-->
|
||||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
<xsd:element name="root" msdata:IsDataSet="true">
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
<xsd:complexType>
|
<xsd:complexType>
|
||||||
<xsd:choice maxOccurs="unbounded">
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
@ -68,9 +69,10 @@
|
||||||
<xsd:sequence>
|
<xsd:sequence>
|
||||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
<xsd:attribute name="name" type="xsd:string" />
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
<xsd:attribute name="type" type="xsd:string" />
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
<xsd:element name="assembly">
|
<xsd:element name="assembly">
|
||||||
|
@ -85,9 +87,10 @@
|
||||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
<xsd:element name="resheader">
|
<xsd:element name="resheader">
|
||||||
|
@ -109,9 +112,500 @@
|
||||||
<value>2.0</value>
|
<value>2.0</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<resheader name="reader">
|
<resheader name="reader">
|
||||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<resheader name="writer">
|
<resheader name="writer">
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
|
<data name="BtnDoPS" xml:space="preserve">
|
||||||
|
<value>Apply selected</value>
|
||||||
|
<comment>GUI</comment>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsAnalyze" xml:space="preserve">
|
||||||
|
<value>Analyze</value>
|
||||||
|
<comment>GUI</comment>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsDo" xml:space="preserve">
|
||||||
|
<value>Apply selected</value>
|
||||||
|
<comment>GUI</comment>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsUndo" xml:space="preserve">
|
||||||
|
<value>Revert selected</value>
|
||||||
|
<comment>GUI</comment>
|
||||||
|
</data>
|
||||||
|
<data name="CheckRelease" xml:space="preserve">
|
||||||
|
<value>Check for updates</value>
|
||||||
|
<comment>Main menu</comment>
|
||||||
|
</data>
|
||||||
|
<data name="ChkCodePS" xml:space="preserve">
|
||||||
|
<value>View Code</value>
|
||||||
|
<comment>GUI</comment>
|
||||||
|
</data>
|
||||||
|
<data name="CommunityPkg" xml:space="preserve">
|
||||||
|
<value>Get community package</value>
|
||||||
|
<comment>Main menu</comment>
|
||||||
|
</data>
|
||||||
|
<data name="Help" xml:space="preserve">
|
||||||
|
<value>Short Guide</value>
|
||||||
|
<comment>Main menu</comment>
|
||||||
|
</data>
|
||||||
|
<data name="helpApp" xml:space="preserve">
|
||||||
|
<value>Info about a setting: \r\nMove the cursor over a setting to view a brief explanation
|
||||||
|
\r\nAnalyze (Button): Determines which settings are enabled and configured on your system or not. NO system changes are done yet!
|
||||||
|
\r\nApply selected (Button): This will enable all selected settings.
|
||||||
|
\r\nRevert selected (Button): This will restore the default Windows 10 settings.
|
||||||
|
\r\nConfigured (State): This indicates your privacy is protected.
|
||||||
|
\r\nNot Configured (State): This indicates that the Windows 10 settings are in place.</value>
|
||||||
|
<comment>Main menu</comment>
|
||||||
|
</data>
|
||||||
|
<data name="Info" xml:space="preserve">
|
||||||
|
<value>Info</value>
|
||||||
|
<comment>Main menu</comment>
|
||||||
|
</data>
|
||||||
|
<data name="LblPS" xml:space="preserve">
|
||||||
|
<value>Scripts</value>
|
||||||
|
<comment>GUI</comment>
|
||||||
|
</data>
|
||||||
|
<data name="LblPSHeader" xml:space="preserve">
|
||||||
|
<value>Apply PowerShell Script</value>
|
||||||
|
<comment>GUI</comment>
|
||||||
|
</data>
|
||||||
|
<data name="LblSettings" xml:space="preserve">
|
||||||
|
<value>Settings</value>
|
||||||
|
<comment>GUI</comment>
|
||||||
|
</data>
|
||||||
|
<data name="LblStatus" xml:space="preserve">
|
||||||
|
<value>Press Analyze to check for configured settings.</value>
|
||||||
|
<comment>GUI</comment>
|
||||||
|
</data>
|
||||||
|
<data name="msgAppCompatibility" xml:space="preserve">
|
||||||
|
<value>You are running Privatezilla on a system older than Windows 10. Privatezilla is limited to Windows 10 ONLY.</value>
|
||||||
|
</data>
|
||||||
|
<data name="msgPSSave" xml:space="preserve">
|
||||||
|
<value>Please switch to code view.</value>
|
||||||
|
</data>
|
||||||
|
<data name="msgPSSelect" xml:space="preserve">
|
||||||
|
<value>Please select a script.</value>
|
||||||
|
</data>
|
||||||
|
<data name="msgPSSuccess" xml:space="preserve">
|
||||||
|
<value>has been successfully executed</value>
|
||||||
|
</data>
|
||||||
|
<data name="PSBack" xml:space="preserve">
|
||||||
|
<value>Back</value>
|
||||||
|
</data>
|
||||||
|
<data name="PSImport" xml:space="preserve">
|
||||||
|
<value>Import script</value>
|
||||||
|
<comment>Scripting menu</comment>
|
||||||
|
</data>
|
||||||
|
<data name="PSInfo" xml:space="preserve">
|
||||||
|
<value>What does this template/script do?\r\n</value>
|
||||||
|
</data>
|
||||||
|
<data name="PSMarketplace" xml:space="preserve">
|
||||||
|
<value>Visit Marketplace</value>
|
||||||
|
<comment>Scripting menu</comment>
|
||||||
|
</data>
|
||||||
|
<data name="PSSaveAs" xml:space="preserve">
|
||||||
|
<value>Save current script as new preset script</value>
|
||||||
|
<comment>Scripting menu</comment>
|
||||||
|
</data>
|
||||||
|
<data name="PSViewCode" xml:space="preserve">
|
||||||
|
<value>View code</value>
|
||||||
|
</data>
|
||||||
|
<data name="releaseUnofficial" xml:space="preserve">
|
||||||
|
<value>You are using an unoffical version of Privatezilla.</value>
|
||||||
|
</data>
|
||||||
|
<data name="releaseUpdateAvailable" xml:space="preserve">
|
||||||
|
<value>There is a new version available #</value>
|
||||||
|
</data>
|
||||||
|
<data name="releaseUpdateAvailableURL" xml:space="preserve">
|
||||||
|
<value>\r\nDo you want to open the @github/releases page?</value>
|
||||||
|
</data>
|
||||||
|
<data name="releaseUpdateYourVersion" xml:space="preserve">
|
||||||
|
<value>\r\nYour are using version #</value>
|
||||||
|
</data>
|
||||||
|
<data name="releaseUpToDate" xml:space="preserve">
|
||||||
|
<value>There are currently no updates available.</value>
|
||||||
|
</data>
|
||||||
|
<data name="rootSettingsApps" xml:space="preserve">
|
||||||
|
<value>App permissions</value>
|
||||||
|
</data>
|
||||||
|
<data name="rootSettingsBloatware" xml:space="preserve">
|
||||||
|
<value>Bloatware</value>
|
||||||
|
</data>
|
||||||
|
<data name="rootSettingsBloatwareInfo" xml:space="preserve">
|
||||||
|
<value>Debloat Windows 10</value>
|
||||||
|
</data>
|
||||||
|
<data name="rootSettingsCortana" xml:space="preserve">
|
||||||
|
<value>Cortana</value>
|
||||||
|
</data>
|
||||||
|
<data name="rootSettingsDefender" xml:space="preserve">
|
||||||
|
<value>Windows Defender</value>
|
||||||
|
</data>
|
||||||
|
<data name="rootSettingsEdge" xml:space="preserve">
|
||||||
|
<value>Microsoft Edge</value>
|
||||||
|
</data>
|
||||||
|
<data name="rootSettingsGaming" xml:space="preserve">
|
||||||
|
<value>Gaming</value>
|
||||||
|
</data>
|
||||||
|
<data name="rootSettingsPrivacy" xml:space="preserve">
|
||||||
|
<value>Privacy</value>
|
||||||
|
</data>
|
||||||
|
<data name="rootSettingsSecurity" xml:space="preserve">
|
||||||
|
<value>Security</value>
|
||||||
|
</data>
|
||||||
|
<data name="rootSettingsUpdates" xml:space="preserve">
|
||||||
|
<value>Updates</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsAccountInfo" xml:space="preserve">
|
||||||
|
<value>Disable app access to account info</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsAppNotifications" xml:space="preserve">
|
||||||
|
<value>Disable app notifications</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsAppNotificationsInfo" xml:space="preserve">
|
||||||
|
<value>The Action Center in Windows 10 collects and shows notifications and alerts from traditional Windows applications and system notifications, alongside those generated from modern apps.\nNotifications are then grouped in the Action Center by app and time.\nThis setting will disable all notifications from apps and other senders in settings.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsBackgroundApps" xml:space="preserve">
|
||||||
|
<value>Disable apps running in background</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsBackgroundAppsInfo" xml:space="preserve">
|
||||||
|
<value>Windows 10 apps have no more permission to run in the background so they can't update their live tiles, fetch new data, and receive notifications.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsCalendar" xml:space="preserve">
|
||||||
|
<value>Disable app access to calendar</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsCall" xml:space="preserve">
|
||||||
|
<value>Disable app access to call</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsCallHistory" xml:space="preserve">
|
||||||
|
<value>Disable app access to call history</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsCamera" xml:space="preserve">
|
||||||
|
<value>Disable app access to camera</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsCellularData" xml:space="preserve">
|
||||||
|
<value>Disable app access to cellular data</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsCellularDataInfo" xml:space="preserve">
|
||||||
|
<value>Some Windows 10 devices have a SIM card and/or eSIM in them that lets you connect to a cellular data network (aka: LTE or Broadband), so you can get online in more places by using a cellular signal.\nIf you do not want any apps to be allowed to use cellular data, you can disable it with this setting.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsContacts" xml:space="preserve">
|
||||||
|
<value>Disable app access to contacts</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsDiagnosticInformation" xml:space="preserve">
|
||||||
|
<value>Disable app access to diagnostics</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsDocuments" xml:space="preserve">
|
||||||
|
<value>Disable app access to documents</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsEmail" xml:space="preserve">
|
||||||
|
<value>Disable app access to email</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsEyeGaze" xml:space="preserve">
|
||||||
|
<value>Disable app access to eye tracking</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsEyeGazeInfo" xml:space="preserve">
|
||||||
|
<value>Disable app access to eye-gaze-based interaction</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsFileSystem" xml:space="preserve">
|
||||||
|
<value>Disable app access to file system</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsFileSystemInfo" xml:space="preserve">
|
||||||
|
<value>This setting will disable app access to file system. Some apps may be restricted in their function or may no longer work at all.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsMessaging" xml:space="preserve">
|
||||||
|
<value>Disable app access to messaging</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsMicrophone" xml:space="preserve">
|
||||||
|
<value>Disable app access to microphone</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsMotion" xml:space="preserve">
|
||||||
|
<value>Disable app access to motion</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsNotification" xml:space="preserve">
|
||||||
|
<value>Disable app access to notifications</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsOtherDevices" xml:space="preserve">
|
||||||
|
<value>Disable app access to other devices</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsPictures" xml:space="preserve">
|
||||||
|
<value>Disable app access to pictures</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsRadios" xml:space="preserve">
|
||||||
|
<value>Disable app access to radios</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsTasks" xml:space="preserve">
|
||||||
|
<value>Disable app access to tasks</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsTrackingApps" xml:space="preserve">
|
||||||
|
<value>Disable tracking of app starts</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsTrackingAppsInfo" xml:space="preserve">
|
||||||
|
<value>This allows you to quickly have access to your list of Most used apps both in the Start menu and when you search your device."</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsAppsVideos" xml:space="preserve">
|
||||||
|
<value>Disable app access to videos</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsBloatwareRemoveUWPAll" xml:space="preserve">
|
||||||
|
<value>Remove all built-in apps</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsBloatwareRemoveUWPAllInfo" xml:space="preserve">
|
||||||
|
<value>This will remove all built-in apps except Microsoft Store.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsBloatwareRemoveUWPDefaults" xml:space="preserve">
|
||||||
|
<value>Remove all built-in apps except defaults</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsBloatwareRemoveUWPDefaultsInfo" xml:space="preserve">
|
||||||
|
<value>This will remove all built-in apps except the following:\nMicrosoft Store\nApp Installer\nCalendar\nMail\nCalculator\nCamera\nSkype\nGroove Music\nMaps\nPaint 3D\nYour Phone\nPhotos\nSticky Notes\nWeather\nXbox</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsCortanaDisableBing" xml:space="preserve">
|
||||||
|
<value>Disable Bing in Windows Search</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsCortanaDisableBingInfo" xml:space="preserve">
|
||||||
|
<value>Windows 10, by default, sends everything you search for in the Start Menu to their servers to give you results from Bing search.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsCortanaDisableCortana" xml:space="preserve">
|
||||||
|
<value>Disable Cortana</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsCortanaDisableCortanaInfo" xml:space="preserve">
|
||||||
|
<value>Cortana is Microsoft's virtual assistant that comes integrated into Windows 10.\nThis setting will disable Cortana permanently and prevent it from recording and storing your search habits and history.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsCortanaUninstallCortana" xml:space="preserve">
|
||||||
|
<value>Uninstall Cortana</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsCortanaUninstallCortanaInfo" xml:space="preserve">
|
||||||
|
<value>This will uninstall the new Cortana app on Windows 10, version 2004.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsDefenderDisableSmartScreenStore" xml:space="preserve">
|
||||||
|
<value>Disable SmartScreen for Store Apps</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsDefenderDisableSmartScreenStoreInfo" xml:space="preserve">
|
||||||
|
<value>Windows Defender SmartScreen Filter helps protect your device by checking web content (URLs) that Microsoft Store apps use.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsEdeAutoFillCredit" xml:space="preserve">
|
||||||
|
<value>Disable AutoFill for credit cards</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsEdeAutoFillCreditInfo" xml:space="preserve">
|
||||||
|
<value>Microsoft Edge's AutoFill feature lets users auto complete credit card information in web forms using previously stored information.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsEdgeBackground" xml:space="preserve">
|
||||||
|
<value>Prevent Edge running in background</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsEdgeBackgroundInfo" xml:space="preserve">
|
||||||
|
<value>On the new Chromium version of Microsoft Edge, extensions and other services can keep the browser running in the background even after it's closed.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsEdgeBlockEdgeRollout" xml:space="preserve">
|
||||||
|
<value>Block Installation of New Microsoft Edge</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsEdgeBlockEdgeRolloutInfo" xml:space="preserve">
|
||||||
|
<value>This will block Windows 10 Update Force Installing of the new Chromium-based Microsoft Edge web browser if it's not installed already on the device.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsEdgeDisableSync" xml:space="preserve">
|
||||||
|
<value>Disable synchronization of data</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsEdgeDisableSyncInfo" xml:space="preserve">
|
||||||
|
<value>This setting will disable synchronization of data using Microsoft sync services.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsGamingGameBar" xml:space="preserve">
|
||||||
|
<value>Disable Game Bar features</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsGamingGameBarInfo" xml:space="preserve">
|
||||||
|
<value>This setting will disable the Windows Game Recording and Broadcasting.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsGamingGameBarInfoInfo" xml:space="preserve">
|
||||||
|
<value>This will turn off tailored experiences with relevant tips and recommendations by using your diagnostics data. Many people would call this telemetry, or even spying.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyBlockSuggestedApps" xml:space="preserve">
|
||||||
|
<value>Block suggested apps in Start</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyBlockSuggestedAppsInfo" xml:space="preserve">
|
||||||
|
<value>This will block the Suggested Apps that occasionally appear on the Start menu.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyDiagnosticData" xml:space="preserve">
|
||||||
|
<value>Prevent using diagnostic data</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyDiagnosticDataInfo" xml:space="preserve">
|
||||||
|
<value>This will turn off tailored experiences with relevant tips and recommendations by using your diagnostics data. Many people would call this telemetry, or even spying.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyDisableAds" xml:space="preserve">
|
||||||
|
<value>Disable Advertising ID for Relevant Ads</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyDisableAdsInfo" xml:space="preserve">
|
||||||
|
<value>Windows 10 comes integrated with advertising. Microsoft assigns a unique identificator to track your activity in the Microsoft Store and on UWP apps to target you with relevant ads.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyDisableBiometrics" xml:space="preserve">
|
||||||
|
<value>Disable Windows Hello Biometrics</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyDisableBiometricsInfo" xml:space="preserve">
|
||||||
|
<value>Windows Hello biometrics lets you sign in to your devices, apps, online services, and networks using your face, iris, or fingerprint.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyDisableCEIP" xml:space="preserve">
|
||||||
|
<value>Disable Customer Experience Program</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyDisableCEIPInfo" xml:space="preserve">
|
||||||
|
<value>The Customer Experience Improvement Program (CEIP) is a feature that comes enabled by default on Windows 10, and it secretly collects and submits hardware and software usage information to Microsoft.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyDisableCompTelemetry" xml:space="preserve">
|
||||||
|
<value>Disable Compatibility Telemetry</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyDisableCompTelemetryInfo" xml:space="preserve">
|
||||||
|
<value>This process is periodically collecting a variety of technical data about your computer and its performance and sending it to Microsoft for its Windows Customer Experience Improvement Program.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyDisableFeedback" xml:space="preserve">
|
||||||
|
<value>Do not show feedback notifications</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyDisableFeedbackInfo" xml:space="preserve">
|
||||||
|
<value>Windows 10 may also pop up from time to time and ask for feedback.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyDisableHEIP" xml:space="preserve">
|
||||||
|
<value>Disable Help Experience Program</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyDisableHEIPInfo" xml:space="preserve">
|
||||||
|
<value>The Help Experience Improvement Program (HEIP) collects and send to Microsoft information about how you use Windows Help. This might reveal what problems you are having with your computer.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyDisableLocation" xml:space="preserve">
|
||||||
|
<value>Disable Location tracking</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyDisableLocationInfo" xml:space="preserve">
|
||||||
|
<value>Wherever you go, Windows 10 knows you're there. When Location Tracking is turned on, Windows and its apps are allowed to detect the current location of your computer or device.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyDisableMSExperiments" xml:space="preserve">
|
||||||
|
<value>Disable Settings Experimentation</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyDisableMSExperimentsInfo" xml:space="preserve">
|
||||||
|
<value>In certain builds of Windows 10, users could let Microsoft experiment with the system to study user preferences or device behavior. This allows Microsoft to “conduct experiments” with the settings on your PC and should be disabled with this setting.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyDisableTelemetry" xml:space="preserve">
|
||||||
|
<value>Disable Telemetry</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyDisableTelemetryInfo" xml:space="preserve">
|
||||||
|
<value>This will prevent Windows from collecting usage information and setting diagnostic data to Basic, which is the lowest level available for all consumer versions of Windows 10.\nThe services diagtrack & dmwappushservice will also be disabled.\nNOTE: Diagnostic Data must be set to Full to get preview builds from Windows-Insider-Program!</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyDisableTimeline" xml:space="preserve">
|
||||||
|
<value>Disable Timeline feature</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyDisableTimelineInfo" xml:space="preserve">
|
||||||
|
<value>This collects a history of activities you've performed, including files you've opened and web pages you've viewed in Edge.\nIf Timeline isn’t for you, or you simply don’t want Windows 10 collecting your sensitive activities and information, you can disable Timeline completely with this setting.\nNote: A system reboot is required for the changes to take effect.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyDisableTips" xml:space="preserve">
|
||||||
|
<value>Disable Windows Tips</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyDisableTipsInfo" xml:space="preserve">
|
||||||
|
<value>You will no longer see Windows Tips, e.g. Spotlight and Consumer Features, Feedback Notifications etc.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyDisableTipsLockScreen" xml:space="preserve">
|
||||||
|
<value>Disable Ads and Links on Lock Screen</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyDisableTipsLockScreenInfo" xml:space="preserve">
|
||||||
|
<value>This setting will set your lock screen background options to a picture and turn off tips, fun facts and tricks from Microsoft.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyDisableWiFi" xml:space="preserve">
|
||||||
|
<value>Disable Wi-Fi Sense</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyDisableWiFiInfo" xml:space="preserve">
|
||||||
|
<value>You should at least stop your PC from sending your Wi-Fi password.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyGetMoreOutOfWindows" xml:space="preserve">
|
||||||
|
<value>Disable Get Even More Out of Windows</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyGetMoreOutOfWindowsInfo" xml:space="preserve">
|
||||||
|
<value>Recent Windows 10 versions occasionally display a nag screen "Get Even More Out of Windows" when you sign-in to your user account. If you find it annoying, you can disable it with this setting.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyHandwritingData" xml:space="preserve">
|
||||||
|
<value>Prevent using handwriting data</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyHandwritingDataInfo" xml:space="preserve">
|
||||||
|
<value>If you don’t want Windows to know and record all unique words that you use, like names and professional jargon, just enable this setting.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyInstalledApps" xml:space="preserve">
|
||||||
|
<value>Block automatic Installation of apps</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyInstalledAppsInfo" xml:space="preserve">
|
||||||
|
<value>When you sign-in to a new Windows 10 profile or device for the first time, chance is that you notice several third-party applications and games listed prominently in the Start menu.\nThis setting will block automatic Installation of suggested Windows 10 apps.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyInventoryCollector" xml:space="preserve">
|
||||||
|
<value>Disable Inventory Collector</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacyInventoryCollectorInfo" xml:space="preserve">
|
||||||
|
<value>The Inventory Collector inventories applications files devices and drivers on the system and sends the information to Microsoft. This information is used to help diagnose compatibility problems.\nNote: This setting setting has no effect if the Customer Experience Improvement Program is turned off. The Inventory Collector will be off.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacySuggestedContent" xml:space="preserve">
|
||||||
|
<value>Block suggested content in Settings app</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsPrivacySuggestedContentInfo" xml:space="preserve">
|
||||||
|
<value>To help new Windows 10 users to learn new features of Windows 10, Microsoft has started showing suggested content via a huge banner in Windows 10 Setting Apps.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsSecurityDisablePassword" xml:space="preserve">
|
||||||
|
<value>Disable password reveal button</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsSecurityDisablePasswordInfo" xml:space="preserve">
|
||||||
|
<value>The password reveal button can be used to display an entered password and should be disabled with this setting.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsSecurityWindowsDRM" xml:space="preserve">
|
||||||
|
<value>Disable DRM in Windows Media Player</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsSecurityWindowsDRMInfo" xml:space="preserve">
|
||||||
|
<value>If the Windows Media Digital Rights Management should not get access to the Internet (or intranet) for license acquisition and security upgrades, you can prevent it with this setting.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsUpdatesBlockMajorUpdates" xml:space="preserve">
|
||||||
|
<value>Block major Windows updates</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsUpdatesBlockMajorUpdatesInfo" xml:space="preserve">
|
||||||
|
<value>This setting called "TargetReleaseVersionInfo" prevents Windows 10 feature updates from being installed until the specified version reaches the end of support.\nIt will specify your currently used Windows 10 version as the target release version of Windows 10 that you wish the system to be on (supports only Pro and enterprise versions).</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsUpdatesDisableUpdates" xml:space="preserve">
|
||||||
|
<value>Disable forced Windows updates</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsUpdatesDisableUpdatesInfo" xml:space="preserve">
|
||||||
|
<value>This will notify when updates are available, and you decide when to install them.</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsUpdatesUpdateSharing" xml:space="preserve">
|
||||||
|
<value>Disable Windows updates sharing</value>
|
||||||
|
</data>
|
||||||
|
<data name="settingsUpdatesUpdateSharingInfo" xml:space="preserve">
|
||||||
|
<value>Windows 10 lets you download updates from several sources to speed up the process of updating the operating system. This will disable sharing your files by others and exposing your IP address to random computers.</value>
|
||||||
|
</data>
|
||||||
|
<data name="statusDoPSApply" xml:space="preserve">
|
||||||
|
<value>Apply</value>
|
||||||
|
</data>
|
||||||
|
<data name="statusDoPSProcessing" xml:space="preserve">
|
||||||
|
<value>Processing</value>
|
||||||
|
</data>
|
||||||
|
<data name="statusDoSettings" xml:space="preserve">
|
||||||
|
<value>Do you really want to revert all selected settings to Windows 10 default state?"</value>
|
||||||
|
</data>
|
||||||
|
<data name="statusDoWait" xml:space="preserve">
|
||||||
|
<value>Please wait ...</value>
|
||||||
|
</data>
|
||||||
|
<data name="statusFailedApply" xml:space="preserve">
|
||||||
|
<value>Not applied</value>
|
||||||
|
</data>
|
||||||
|
<data name="statusFailedConfigure" xml:space="preserve">
|
||||||
|
<value>Not configured</value>
|
||||||
|
</data>
|
||||||
|
<data name="statusFinishAnalyze" xml:space="preserve">
|
||||||
|
<value>Analysis complete.</value>
|
||||||
|
</data>
|
||||||
|
<data name="statusFinishApply" xml:space="preserve">
|
||||||
|
<value>Applying complete.</value>
|
||||||
|
</data>
|
||||||
|
<data name="statusFinishUndo" xml:space="preserve">
|
||||||
|
<value>Reverting complete.</value>
|
||||||
|
</data>
|
||||||
|
<data name="statusSuccessApply" xml:space="preserve">
|
||||||
|
<value>Applied</value>
|
||||||
|
</data>
|
||||||
|
<data name="statusSuccessConfigure" xml:space="preserve">
|
||||||
|
<value>Configured</value>
|
||||||
|
</data>
|
||||||
|
<data name="TxtPSInfo" xml:space="preserve">
|
||||||
|
<value>Welcome to the Modern Policy Editor, which allows you to apply group policies and custom settings in the form of PowerShell scripts and templates (bundled scripts).
|
||||||
|
|
||||||
|
Select a script to view it's description.
|
||||||
|
|
||||||
|
To check the code for vulnerabilities click on "View code".
|
||||||
|
|
||||||
|
To obtain new objects (templates, scripts etc.) visit the Marketplace in the upper right menu. Privatezilla uses the Marketplace of the app "SharpApp". Since this app is from the same developer and the scripting is based upon Powershell, they are also compatible with each other.</value>
|
||||||
|
<comment>GUI</comment>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
2
src/Privatezilla/Properties/Settings.Designer.cs
generated
2
src/Privatezilla/Properties/Settings.Designer.cs
generated
|
@ -12,7 +12,7 @@ namespace Privatezilla.Properties {
|
||||||
|
|
||||||
|
|
||||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.5.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.7.0.0")]
|
||||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
||||||
|
|
||||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||||
|
|
|
@ -9,7 +9,7 @@ namespace Privatezilla.Setting.Apps
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable app access to account info";
|
return Properties.Resources.settingsAppsAccountInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Apps
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable app notifications";
|
return Properties.Resources.settingsAppsAppNotifications;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "The Action Center in Windows 10 collects and shows notifications and alerts from traditional Windows applications and system notifications, alongside those generated from modern apps.\nNotifications are then grouped in the Action Center by app and time.\nThis setting will disable all notifications from apps and other senders in settings.";
|
return Properties.Resources.settingsAppsAppNotificationsInfo.Replace("\\n", "\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Apps
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable apps running in background";
|
return Properties.Resources.settingsAppsBackgroundApps;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "Windows 10 apps have no more permission to run in the background so they can't update their live tiles, fetch new data, and receive notifications.";
|
return Properties.Resources.settingsAppsBackgroundAppsInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -9,7 +9,7 @@ namespace Privatezilla.Setting.Apps
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable app access to calendar";
|
return Properties.Resources.settingsAppsCalendar;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
|
|
|
@ -9,7 +9,7 @@ namespace Privatezilla.Setting.Apps
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable app access to call";
|
return Properties.Resources.settingsAppsCall;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
|
|
|
@ -9,7 +9,7 @@ namespace Privatezilla.Setting.Apps
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable app access to call history";
|
return Properties.Resources.settingsAppsCallHistory;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
|
|
|
@ -9,7 +9,7 @@ namespace Privatezilla.Setting.Apps
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable app access to camera";
|
return Properties.Resources.settingsAppsCamera;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Apps
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable app access to cellular data";
|
return Properties.Resources.settingsAppsCellularData;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "Some Windows 10 devices have a SIM card and/or eSIM in them that lets you connect to a cellular data network (aka: LTE or Broadband), so you can get online in more places by using a cellular signal.\nIf you do not want any apps to be allowed to use cellular data, you can disable it with this setting.";
|
return Properties.Resources.settingsAppsCellularDataInfo.Replace("\\n", "\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -9,7 +9,7 @@ namespace Privatezilla.Setting.Apps
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable app access to contacts";
|
return Properties.Resources.settingsAppsContacts;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
|
|
|
@ -9,7 +9,7 @@ namespace Privatezilla.Setting.Apps
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable app access to diagnostics";
|
return Properties.Resources.settingsAppsDiagnosticInformation;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
|
|
|
@ -9,7 +9,7 @@ namespace Privatezilla.Setting.Apps
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable app access to documents";
|
return Properties.Resources.settingsAppsDocuments;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
|
|
|
@ -9,7 +9,7 @@ namespace Privatezilla.Setting.Apps
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable app access to email";
|
return Properties.Resources.settingsAppsEmail;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Apps
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable app access to eye tracking";
|
return Properties.Resources.settingsAppsEyeGaze;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "Disable app access to eye-gaze-based interaction";
|
return Properties.Resources.settingsAppsEyeGazeInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Apps
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable app access to file system";
|
return Properties.Resources.settingsAppsFileSystem;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "This setting will disable app access to file system. Some apps may be restricted in their function or may no longer work at all.";
|
return Properties.Resources.settingsAppsFileSystemInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -9,7 +9,7 @@ namespace Privatezilla.Setting.Apps
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable app access to messaging";
|
return Properties.Resources.settingsAppsMessaging;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
|
|
|
@ -9,7 +9,7 @@ namespace Privatezilla.Setting.Apps
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable app access to microphone";
|
return Properties.Resources.settingsAppsMicrophone;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
|
|
|
@ -9,7 +9,7 @@ namespace Privatezilla.Setting.Apps
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable app access to motion";
|
return Properties.Resources.settingsAppsMotion;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
|
|
|
@ -9,7 +9,7 @@ namespace Privatezilla.Setting.Apps
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable app access to notifications";
|
return Properties.Resources.settingsAppsNotification;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
|
|
|
@ -10,7 +10,7 @@ namespace Privatezilla.Setting.Apps
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable app access to other devices";
|
return Properties.Resources.settingsAppsOtherDevices;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
|
|
|
@ -9,7 +9,7 @@ namespace Privatezilla.Setting.Apps
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable app access to pictures";
|
return Properties.Resources.settingsAppsPictures;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
|
|
|
@ -9,7 +9,7 @@ namespace Privatezilla.Setting.Apps
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable app access to radios";
|
return Properties.Resources.settingsAppsRadios;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
|
|
|
@ -9,7 +9,7 @@ namespace Privatezilla.Setting.Apps
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable app access to tasks";
|
return Properties.Resources.settingsAppsTasks;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Apps
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable tracking of app starts";
|
return Properties.Resources.settingsAppsTrackingApps;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "This allows you to quickly have access to your list of Most used apps both in the Start menu and when you search your device.";
|
return Properties.Resources.settingsAppsTrackingAppsInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -9,7 +9,7 @@ namespace Privatezilla.Setting.Apps
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable app access to videos";
|
return Properties.Resources.settingsAppsVideos;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
|
|
|
@ -8,12 +8,12 @@ namespace Privatezilla.Setting.Bloatware
|
||||||
{
|
{
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Remove all built-in apps";
|
return Properties.Resources.settingsBloatwareRemoveUWPAll;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "This will remove all built-in apps except Microsoft Store.";
|
return Properties.Resources.settingsBloatwareRemoveUWPAllInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -8,12 +8,12 @@ namespace Privatezilla.Setting.Bloatware
|
||||||
{
|
{
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Remove all built-in apps except defaults";
|
return Properties.Resources.settingsBloatwareRemoveUWPDefaults;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "This will remove all built-in apps except the following:\nMicrosoft Store\nApp Installer\nCalendar\nMail\nCalculator\nCamera\nSkype\nGroove Music\nMaps\nPaint 3D\nYour Phone\nPhotos\nSticky Notes\nWeather\nXbox";
|
return Properties.Resources.settingsBloatwareRemoveUWPDefaultsInfo.Replace("\\n", "\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -10,12 +10,12 @@ namespace Privatezilla.Setting.Cortana
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable Bing in Windows Search";
|
return Properties.Resources.settingsCortanaDisableBing;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "Windows 10, by default, sends everything you search for in the Start Menu to their servers to give you results from Bing search.";
|
return Properties.Resources.settingsCortanaDisableBingInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Cortana
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable Cortana";
|
return Properties.Resources.settingsCortanaDisableCortana;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "Cortana is Microsoft's virtual assistant that comes integrated into Windows 10.\nThis setting will disable Cortana permanently and prevent it from recording and storing your search habits and history.";
|
return Properties.Resources.settingsCortanaDisableCortanaInfo.Replace("\\n", "\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -8,12 +8,12 @@ namespace Privatezilla.Setting.Cortana
|
||||||
{
|
{
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Uninstall Cortana";
|
return Properties.Resources.settingsCortanaUninstallCortana;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "This will uninstall the new Cortana app on Windows 10, version 2004.";
|
return Properties.Resources.settingsCortanaUninstallCortanaInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Defender
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable SmartScreen for Store Apps";
|
return Properties.Resources.settingsDefenderDisableSmartScreenStore;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "Windows Defender SmartScreen Filter helps protect your device by checking web content (URLs) that Microsoft Store apps use.";
|
return Properties.Resources.settingsDefenderDisableSmartScreenStoreInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Edge
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable AutoFill for credit cards";
|
return Properties.Resources.settingsEdeAutoFillCredit;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "Microsoft Edge's AutoFill feature lets users auto complete credit card information in web forms using previously stored information.";
|
return Properties.Resources.settingsEdeAutoFillCreditInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Edge
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Block Installation of New Microsoft Edge";
|
return Properties.Resources.settingsEdgeBlockEdgeRollout;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "This will block Windows 10 Update Force Installing of the new Chromium-based Microsoft Edge web browser if it's not installed already on the device.";
|
return Properties.Resources.settingsEdgeBlockEdgeRolloutInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Edge
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable synchronization of data";
|
return Properties.Resources.settingsEdgeDisableSync;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "This setting will disable synchronization of data using Microsoft sync services.";
|
return Properties.Resources.settingsEdgeDisableSyncInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Edge
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Prevent Edge running in background";
|
return Properties.Resources.settingsEdgeBackground;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "On the new Chromium version of Microsoft Edge, extensions and other services can keep the browser running in the background even after it's closed.";
|
return Properties.Resources.settingsEdgeBackgroundInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Gaming
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable Game Bar features";
|
return Properties.Resources.settingsGamingGameBar;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "This setting will disable the Windows Game Recording and Broadcasting.";
|
return Properties.Resources.settingsGamingGameBarInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Privacy
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Prevent using diagnostic data";
|
return Properties.Resources.settingsPrivacyDiagnosticData;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "This will turn off tailored experiences with relevant tips and recommendations by using your diagnostics data. Many people would call this telemetry, or even spying.";
|
return Properties.Resources.settingsPrivacyDiagnosticDataInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Privacy
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable Advertising ID for Relevant Ads";
|
return Properties.Resources.settingsPrivacyDisableAds;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "Windows 10 comes integrated with advertising. Microsoft assigns a unique identificator to track your activity in the Microsoft Store and on UWP apps to target you with relevant ads.";
|
return Properties.Resources.settingsPrivacyDisableAdsInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Privacy
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable Windows Hello Biometrics";
|
return Properties.Resources.settingsPrivacyDisableBiometrics;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "Windows Hello biometrics lets you sign in to your devices, apps, online services, and networks using your face, iris, or fingerprint";
|
return Properties.Resources.settingsPrivacyDisableBiometricsInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Privacy
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable Customer Experience Program";
|
return Properties.Resources.settingsPrivacyDisableCEIP;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "The Customer Experience Improvement Program (CEIP) is a feature that comes enabled by default on Windows 10, and it secretly collects and submits hardware and software usage information to Microsoft.";
|
return Properties.Resources.settingsPrivacyDisableCEIPInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Privacy
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable Compatibility Telemetry";
|
return Properties.Resources.settingsPrivacyDisableCompTelemetry;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "This process is periodically collecting a variety of technical data about your computer and its performance and sending it to Microsoft for its Windows Customer Experience Improvement Program.";
|
return Properties.Resources.settingsPrivacyDisableCompTelemetryInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -10,12 +10,12 @@ namespace Privatezilla.Setting.Privacy
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Do not show feedback notifications";
|
return Properties.Resources.settingsPrivacyDisableFeedback;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "Windows 10 may also pop up from time to time and ask for feedback.";
|
return Properties.Resources.settingsPrivacyDisableFeedbackInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Privacy
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable Help Experience Program";
|
return Properties.Resources.settingsPrivacyDisableHEIP;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "The Help Experience Improvement Program (HEIP) collects and send to Microsoft information about how you use Windows Help. This might reveal what problems you are having with your computer.";
|
return Properties.Resources.settingsPrivacyDisableHEIPInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Privacy
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable Location tracking";
|
return Properties.Resources.settingsPrivacyDisableLocation;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "Wherever you go, Windows 10 knows you're there. When Location Tracking is turned on, Windows and its apps are allowed to detect the current location of your computer or device.";
|
return Properties.Resources.settingsPrivacyDisableLocationInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -9,13 +9,13 @@ namespace Privatezilla.Setting.Privacy
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable Settings Experimentation";
|
return Properties.Resources.settingsPrivacyDisableMSExperiments;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "In certain builds of Windows 10, users could let Microsoft experiment with the system to study user preferences or device behavior. This allows Microsoft to “conduct experiments” with the settings on your PC and should be disabled with this setting.";
|
return Properties.Resources.settingsPrivacyDisableMSExperimentsInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -11,12 +11,12 @@ namespace Privatezilla.Setting.Privacy
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable Telemetry";
|
return Properties.Resources.settingsPrivacyDisableTelemetry;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "This will prevent Windows from collecting usage information and setting diagnostic data to Basic, which is the lowest level available for all consumer versions of Windows 10.\nThe services diagtrack & dmwappushservice will also be disabled.\nNOTE: Diagnostic Data must be set to Full to get preview builds from Windows-Insider-Program! ";
|
return Properties.Resources.settingsPrivacyDisableTelemetryInfo.Replace("\\n", "\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -10,12 +10,12 @@ namespace Privatezilla.Setting.Privacy
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable Timeline feature";
|
return Properties.Resources.settingsPrivacyDisableTimeline;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "This collects a history of activities you've performed, including files you've opened and web pages you've viewed in Edge.\nIf Timeline isn’t for you, or you simply don’t want Windows 10 collecting your sensitive activities and information, you can disable Timeline completely with this setting.\nNote: A system reboot is required for the changes to take effect.";
|
return Properties.Resources.settingsPrivacyDisableTimelineInfo.Replace("\\n", "\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -12,12 +12,12 @@ namespace Privatezilla.Setting.Privacy
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable Windows Tips";
|
return Properties.Resources.settingsPrivacyDisableTips;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "You will no longer see Windows Tips, e.g. Spotlight and Consumer Features, Feedback Notifications etc.";
|
return Properties.Resources.settingsPrivacyDisableTipsInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -11,13 +11,13 @@ namespace Privatezilla.Setting.Privacy
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable Ads and Links on Lock Screen";
|
return Properties.Resources.settingsPrivacyDisableTipsLockScreen;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "This setting will set your lock screen background options to a picture and turn off tips, fun facts and tricks from Microsoft.";
|
return Properties.Resources.settingsPrivacyDisableTipsLockScreenInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Privacy
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable Wi-Fi Sense";
|
return Properties.Resources.settingsPrivacyDisableWiFi;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "You should at least stop your PC from sending your Wi-Fi password.";
|
return Properties.Resources.settingsPrivacyDisableWiFiInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Privacy
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable Get Even More Out of Windows";
|
return Properties.Resources.settingsPrivacyGetMoreOutOfWindows;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "Recent Windows 10 versions occasionally display a nag screen \"Get Even More Out of Windows\" when you sign-in to your user account. If you find it annoying, you can disable it with this setting.";
|
return Properties.Resources.settingsPrivacyGetMoreOutOfWindowsInfo.Replace("\\n", "\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -13,12 +13,12 @@ namespace Privatezilla.Setting.Privacy
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Prevent using handwriting data";
|
return Properties.Resources.settingsPrivacyHandwritingData;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "If you don’t want Windows to know and record all unique words that you use, like names and professional jargon, just enable this setting.";
|
return Properties.Resources.settingsPrivacyHandwritingDataInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Privacy
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Block automatic Installation of apps";
|
return Properties.Resources.settingsPrivacyInstalledApps;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "When you sign-in to a new Windows 10 profile or device for the first time, chance is that you notice several third-party applications and games listed prominently in the Start menu.\nThis setting will block automatic Installation of suggested Windows 10 apps.";
|
return Properties.Resources.settingsPrivacyInstalledAppsInfo.Replace("\\n", "\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -10,12 +10,12 @@ namespace Privatezilla.Setting.Privacy
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable Inventory Collector";
|
return Properties.Resources.settingsPrivacyInventoryCollector;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "The Inventory Collector inventories applications files devices and drivers on the system and sends the information to Microsoft. This information is used to help diagnose compatibility problems.\nNote: This setting setting has no effect if the Customer Experience Improvement Program is turned off. The Inventory Collector will be off.";
|
return Properties.Resources.settingsPrivacyInventoryCollectorInfo.Replace("\\n", "\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Privacy
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Block suggested apps in Start";
|
return Properties.Resources.settingsPrivacyBlockSuggestedApps;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "This will block the Suggested Apps that occasionally appear on the Start menu.";
|
return Properties.Resources.settingsPrivacyBlockSuggestedAppsInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -11,12 +11,12 @@ namespace Privatezilla.Setting.Privacy
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Block suggested content in Settings app";
|
return Properties.Resources.settingsPrivacySuggestedContent;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "To help new Windows 10 users to learn new features of Windows 10, Microsoft has started showing suggested content via a huge banner in Windows 10 Setting Apps. ";
|
return Properties.Resources.settingsPrivacySuggestedContentInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Security
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable password reveal button";
|
return Properties.Resources.settingsSecurityDisablePassword;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "The password reveal button can be used to display an entered password and should be disabled with this setting.";
|
return Properties.Resources.settingsSecurityDisablePasswordInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Security
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable DRM in Windows Media Player";
|
return Properties.Resources.settingsSecurityWindowsDRM;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "If the Windows Media Digital Rights Management should not get access to the Internet (or intranet) for license acquisition and security upgrades, you can prevent it with this setting.";
|
return Properties.Resources.settingsSecurityWindowsDRMInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -10,12 +10,12 @@ namespace Privatezilla.Setting.Updates
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Block major Windows updates";
|
return Properties.Resources.settingsUpdatesBlockMajorUpdates;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "This setting called \"TargetReleaseVersionInfo\" prevents Windows 10 feature updates from being installed until the specified version reaches the end of support.\nIt will specify your currently used Windows 10 version as the target release version of Windows 10 that you wish the system to be on (supports only Pro and enterprise versions).";
|
return Properties.Resources.settingsUpdatesBlockMajorUpdatesInfo.Replace("\\n", "\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -11,12 +11,12 @@ namespace Privatezilla.Setting.Updates
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable forced Windows updates";
|
return Properties.Resources.settingsUpdatesDisableUpdates;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "This will notify when updates are available, and you decide when to install them.";
|
return Properties.Resources.settingsUpdatesDisableUpdatesInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Updates
|
||||||
|
|
||||||
public override string ID()
|
public override string ID()
|
||||||
{
|
{
|
||||||
return "Disable Windows updates sharing";
|
return Properties.Resources.settingsUpdatesUpdateSharing;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Info()
|
public override string Info()
|
||||||
{
|
{
|
||||||
return "Windows 10 lets you download updates from several sources to speed up the process of updating the operating system. This will disable sharing your files by others and exposing your IP address to random computers.";
|
return Properties.Resources.settingsUpdatesUpdateSharingInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CheckSetting()
|
public override bool CheckSetting()
|
||||||
|
|
Loading…
Add table
Reference in a new issue