Compare commits

...

17 commits

Author SHA1 Message Date
66a87e9981 Adjust windowsize if it exceeds the screen resolution 2022-08-17 11:19:52 +02:00
Belim
15ad192013
Update UWPAppsEngine.cs 2022-06-19 11:42:07 +02:00
Belim
0349dd9892 Push release 0.60........ 2022-06-19 11:34:17 +02:00
Belim
93a9ac49a1
Update latest.txt 2021-05-08 11:32:54 +02:00
Belim
9339645a76
Add files via upload 2021-05-08 11:24:25 +02:00
Belim
b7e79c9abe
Merge pull request #50 from Cereal-Killa/fix-no-auto-update
Fix for no auto update
2021-05-08 11:22:53 +02:00
Paul
481d3c2c82
Fix for no auto update
According to https://docs.microsoft.com/de-de/security-updates/windowsupdateservices/18127499:

0 = Enable Automatic Updates.
1 = Disable Automatic Updates.

Current code sets it to 0, which is the opposite effect as it enables the auto update instead of disabling it.
2021-05-07 19:18:05 -03:00
Belim
bd70c68e07
Update latest.txt 2021-05-04 20:36:43 +02:00
Belim
d07d2041c0
Delete MainWindow.de.resx 2021-05-04 20:33:52 +02:00
Belim
13c9e2f9fe
Add files via upload 2021-05-04 20:33:26 +02:00
Belim
06a855882a
Add files via upload 2021-05-04 20:33:12 +02:00
Belim
3ffd64ecf5
Arabic locale 2021-05-04 20:32:33 +02:00
Belim
0803e2b3de
Merge pull request #48 from cosify/master
Update Locale.resx
2021-05-04 20:29:56 +02:00
Cosify
d75c6ff6e5
Create Locale.resx
fix typo (duplicated use of the word "setting") in Locale.resx
2021-05-03 22:06:58 +01:00
Belim
0c24b54027
Update latest.txt 2021-01-14 22:03:20 +01:00
Belim
17f550e2c0
Add files via upload 2021-01-14 21:58:03 +01:00
Belim
f45962cccc
Update latest.txt 2020-11-02 09:00:17 +01:00
56 changed files with 2101 additions and 1215 deletions

View file

@ -1 +1 @@
0.42.50
0.60.0

View file

@ -19,7 +19,7 @@ namespace Privatezilla.Locales {
// -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
// Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
// mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Locale {
@ -184,7 +184,7 @@ namespace Privatezilla.Locales {
///You can also follow me on
///\ttwitter.com/builtbybel
///
///(C#) 2020, Builtbybel ähnelt.
///(C#) 2021, Builtbybel ähnelt.
/// </summary>
internal static string infoApp {
get {
@ -733,7 +733,7 @@ namespace Privatezilla.Locales {
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Remove all built-in apps except defaults ähnelt.
/// Sucht eine lokalisierte Zeichenfolge, die Remove pre-installed bloatware apps ONLY ähnelt.
/// </summary>
internal static string settingsBloatwareRemoveUWPDefaults {
get {
@ -742,7 +742,7 @@ namespace Privatezilla.Locales {
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die 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 ähnelt.
/// Sucht eine lokalisierte Zeichenfolge, die This will search and remove pre-installed bloatware apps fully automatically.\nThe matching takes place on the basis of a community list ähnelt.
/// </summary>
internal static string settingsBloatwareRemoveUWPDefaultsInfo {
get {
@ -1255,7 +1255,7 @@ namespace Privatezilla.Locales {
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die 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. ähnelt.
/// Sucht eine lokalisierte Zeichenfolge, die 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 has no effect if the Customer Experience Improvement Program is turned off. The Inventory Collector will be off. ähnelt.
/// </summary>
internal static string settingsPrivacyInventoryCollectorInfo {
get {
@ -1488,6 +1488,42 @@ namespace Privatezilla.Locales {
}
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Configured: ähnelt.
/// </summary>
internal static string summaryConfigured {
get {
return ResourceManager.GetString("summaryConfigured", resourceCulture);
}
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Summary ähnelt.
/// </summary>
internal static string summaryInfo {
get {
return ResourceManager.GetString("summaryInfo", resourceCulture);
}
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Not Configured: ähnelt.
/// </summary>
internal static string summaryNotConfigured {
get {
return ResourceManager.GetString("summaryNotConfigured", resourceCulture);
}
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Selected: ähnelt.
/// </summary>
internal static string summarySelected {
get {
return ResourceManager.GetString("summarySelected", resourceCulture);
}
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Welcome to the Scripting Editor, which allows you to apply third-party script files and custom settings in form of PowerShell scripts and templates (bundled scripts).
///

View file

@ -0,0 +1,749 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string"/>
<xsd:attribute name="type" type="xsd:string"/>
<xsd:attribute name="mimetype" type="xsd:string"/>
<xsd:attribute ref="xml:space"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string"/>
<xsd:attribute name="name" type="xsd:string"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<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:sequence>
<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="mimetype" type="xsd:string" msdata:Ordinal="4"/>
<xsd:attribute ref="xml:space"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required"/>
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="BtnDoPS" xml:space="preserve">
<value>تطبيق المحددة</value>
<comment>GUI</comment>
</data>
<data name="BtnSettingsAnalyze" xml:space="preserve">
<value>تحليل</value>
<comment>GUI</comment>
</data>
<data name="BtnSettingsDo" xml:space="preserve">
<value>تطبيق المحدد</value>
<comment>GUI</comment>
</data>
<data name="BtnSettingsUndo" xml:space="preserve">
<value>إرجاع المحدد</value>
<comment>GUI</comment>
</data>
<data name="CheckRelease" xml:space="preserve">
<value>التحقق من وجود تحديثات</value>
<comment>Main menu</comment>
</data>
<data name="ChkCodePS" xml:space="preserve">
<value>عرض التعليمات البرمجية</value>
<comment>GUI</comment>
</data>
<data name="columnSetting" xml:space="preserve">
<value>الإعدادات</value>
<comment>TreeView</comment>
</data>
<data name="columnState" xml:space="preserve">
<value>الدولة</value>
<comment>TreeView</comment>
</data>
<data name="CommunityPkg" xml:space="preserve">
<value>احضار مجموعة برامج المجموعة</value>
<comment>Main menu</comment>
</data>
<data name="Help" xml:space="preserve">
<value>وقت قصير</value>
<comment>Main menu</comment>
</data>
<data name="helpApp" xml:space="preserve">
<value>معلومات حول الإعدادات: \r\nنقل المؤشر فوق الإعداد لعرض تفسير موجز
\r\nتحليل (زر): يحدد الإعدادات التي يتم تمكينها وتهيئتها على النظام الخاص بك أم لا. لا توجد تغييرات في النظام حتى الآن!
\r\nتطبيق المحدد (الزر): سيؤدي هذا إلى تمكين جميع الإعدادات المحددة.
\r\nالعودة المحددة (الزر): سيؤدي هذا إلى استعادة إعدادات Windows 10 الافتراضية.
\r\nتكوين (الدولة): هذا يشير إلى أن خصوصيتك محمية.
\r\nلم يتم تكوين (الدولة): هذا يشير إلى أن إعدادات ويندوز 10 موجودة.</value>
<comment>Main menu</comment>
</data>
<data name="Info" xml:space="preserve">
<value>المعلومات:</value>
<comment>Main menu</comment>
</data>
<data name="infoApp" xml:space="preserve">
<value>تطبيق إعدادات الخصوصية ل Windows 10 مفتوح المصدر.
هذا لا يرتبط بأي حال من الأحوال بمايكروسوفت ومشروع مستقل تماماً.
كل المعلومات والائتمانات حول هذا المشروع في
\tgithub. om/builtbybel/privatezilla
يمكنك أيضا متابعتي في
\tتويتر. om/builtbybel
&lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk>
أرصدة الترجمة إلى: ضع معلوماتك واسمك وبريدك الإلكتروني هنا!
&lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk> &lt;unk>
(C#) 2020، بناء البطاقة</value>
<comment>About the app
Add translation credits here!</comment>
</data>
<data name="LblPS" xml:space="preserve">
<value>البرنامج النصي سكريبت</value>
<comment>GUI</comment>
</data>
<data name="LblPSHeader" xml:space="preserve">
<value>تطبيق برنامج PowerShell Script</value>
<comment>GUI</comment>
</data>
<data name="LblSettings" xml:space="preserve">
<value>الإعدادات</value>
<comment>GUI</comment>
</data>
<data name="LblStatus" xml:space="preserve">
<value>اضغط Analyze للتحقق من المحددات التي تم توصيفها.</value>
<comment>GUI</comment>
</data>
<data name="msgAppCompatibility" xml:space="preserve">
<value>يتم تشغيل Privatezilla على نظام أقدم من Windows 10. Privatezilla محدد بنظام Windows 10 ONLY.</value>
</data>
<data name="msgPSSave" xml:space="preserve">
<value>الرجاء التبديل إلى طريقة عرض الكود.</value>
<comment>Scripts (optional)</comment>
</data>
<data name="msgPSSelect" xml:space="preserve">
<value>يُرجى اختيار مزوّد.</value>
<comment>Scripts (optional)</comment>
</data>
<data name="msgPSSuccess" xml:space="preserve">
<value>تم القبول بنجاح</value>
<comment>Scripts (optional)</comment>
</data>
<data name="PSBack" xml:space="preserve">
<value>للخلف</value>
<comment>GUI</comment>
</data>
<data name="PSImport" xml:space="preserve">
<value>استورد برمجة</value>
<comment>Scripting menu</comment>
</data>
<data name="PSInfo" xml:space="preserve">
<value>ما الذي يفعله هذا النص ؟\r\n</value>
<comment>Scripting menu</comment>
</data>
<data name="PSMarketplace" xml:space="preserve">
<value>قم بزيارة App Marketplace</value>
<comment>Scripting menu</comment>
</data>
<data name="PSSaveAs" xml:space="preserve">
<value>حفظ النص المنسق الحالي على أنه برنامج نصي محدد مسبقا</value>
<comment>Scripting menu</comment>
</data>
<data name="releaseUnofficial" xml:space="preserve">
<value>تقوم باستخدام نسخة غير رسدية من Privatezilla.</value>
</data>
<data name="releaseUpdateAvailable" xml:space="preserve">
<value>هناك إصدار جديد #</value>
</data>
<data name="releaseUpdateAvailableURL" xml:space="preserve">
<value>\r\nهل ترغب في فتح صفحة @github/الاصدارات ؟</value>
</data>
<data name="releaseUpdateYourVersion" xml:space="preserve">
<value>\r\nأنت تستخدم النسخة #</value>
</data>
<data name="releaseUpToDate" xml:space="preserve">
<value>لا يوجد حالياً أي تحديثات متاحة.</value>
</data>
<data name="rootSettingsApps" xml:space="preserve">
<value>إذن التطبيقات</value>
</data>
<data name="rootSettingsBloatware" xml:space="preserve">
<value>تطبيق زائد</value>
</data>
<data name="rootSettingsBloatwareInfo" xml:space="preserve">
<value>دينفان ويندوز 10</value>
</data>
<data name="rootSettingsCortana" xml:space="preserve">
<value>كورتانا</value>
</data>
<data name="rootSettingsDefender" xml:space="preserve">
<value>المدافع عن Windows</value>
</data>
<data name="rootSettingsEdge" xml:space="preserve">
<value>متصفح مايكروسوفت إيدج</value>
</data>
<data name="rootSettingsGaming" xml:space="preserve">
<value>وضع اللعبة</value>
</data>
<data name="rootSettingsPrivacy" xml:space="preserve">
<value>الخصوصية</value>
</data>
<data name="rootSettingsSecurity" xml:space="preserve">
<value>الحماية</value>
</data>
<data name="rootSettingsUpdates" xml:space="preserve">
<value>تحديثات في</value>
</data>
<data name="settingsAppsAccountInfo" xml:space="preserve">
<value>عدم اتاحة امكانية التوصل للتطبيق لمعلومات الحساب</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsAppNotifications" xml:space="preserve">
<value>تعطيل الإعلامات الخاصة بي</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsAppNotificationsInfo" xml:space="preserve">
<value>يقوم مركز التصرف بنظام Windows 10 بتجميع وعرض الاعلامات والتنبيهات من تطبيقات Windows التقليدية واشعارات النظام ، بالاضافة الى تلك التي تم تكوينها من التطبيقات الحديثة.\nيتم تجميع الاعلامات في مركز التصرفات بواسطة التطبيق والوقت.\nستقوم هذه المحددات بالغاء اتاحة كل الاعلامات من التطبيقات وغيرها من وحدات الإرسال في المحددات.</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsBackgroundApps" xml:space="preserve">
<value>تعطيل التطبيقات تعمل في الخلفية</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsBackgroundAppsInfo" xml:space="preserve">
<value>لا يتوافر لدى تطبيقات Windows 10 تصريح آخر لتشغيلها في الخلفية بحيث لا يمكنها تحديث البلاط الخاص بها ، واحضار بيانات جديدة ، واستلام الاعلامات.</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsCalendar" xml:space="preserve">
<value>عدم اتاحة امكانية التوصل للتطبيق تقويم</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsCall" xml:space="preserve">
<value>عدم اتاحة امكانية التوصل للتطبيق اتصل</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsCallHistory" xml:space="preserve">
<value>عدم اتاحة امكانية التوصل للتطبيق سجل المكالمات</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsCamera" xml:space="preserve">
<value>تعطيل وصول التطبيق إلى الكاميرا</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsCellularData" xml:space="preserve">
<value>عدم اتاحة امكانية التوصل للتطبيق البيانات الخلوية</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsCellularDataInfo" xml:space="preserve">
<value>بعض أجهزة Windows 10 لديها كارت SIM و / أو eSIM فيهم يسمح لك بالاتصال بشبكة بيانات خلوية (aka: LE أو Broadband) ، لذلك يمكنك الحصول على الاتصال المباشر في أماكن أكثر باستخدام إشارة خلوية.\nاذا كنت لا ترغب في السماح لأي تطبيقات باستخدام بيانات خلوية ، يمكنك الغاء اتاحتها بهذه المحددات.</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsContacts" xml:space="preserve">
<value>عدم اتاحة امكانية التوصل للتطبيق جهات الاتصال</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsDiagnosticInformation" xml:space="preserve">
<value>عدم اتاحة امكانية التوصل للتطبيق التشخيص</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsDocuments" xml:space="preserve">
<value>عدم اتاحة امكانية التوصل للتطبيق documents</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsEmail" xml:space="preserve">
<value>عدم اتاحة امكانية التوصل للتطبيق email</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsEyeGaze" xml:space="preserve">
<value>عدم اتاحة امكانية التوصل للتطبيق تتبع العين</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsEyeGazeInfo" xml:space="preserve">
<value>عدم اتاحة امكانية التوصل للتطبيق للتفاعل القائم على أساس-العين</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsFileSystem" xml:space="preserve">
<value>عدم اتاحة امكانية التوصل للتطبيق نظام الملفات</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsFileSystemInfo" xml:space="preserve">
<value>ستقوم هذه المحددات بالغاء اتاحة امكانية توصل التطبيق لنظام الملفات. بعض التطبيقات قد تكون مقيدة في وظائفها أو قد لا تعمل على الإطلاق.</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsMessaging" xml:space="preserve">
<value>عدم اتاحة امكانية التوصل للتطبيق email</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsMicrophone" xml:space="preserve">
<value>عدم اتاحة امكانية التوصل للتطبيق email</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsMotion" xml:space="preserve">
<value>عدم اتاحة امكانية التوصل للتطبيق email</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsNotification" xml:space="preserve">
<value>عدم اتاحة امكانية التوصل للتطبيق email</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsOtherDevices" xml:space="preserve">
<value>عدم اتاحة امكانية التوصل للتطبيق التشخيص</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsPictures" xml:space="preserve">
<value>عدم اتاحة امكانية التوصل للتطبيق documents</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsRadios" xml:space="preserve">
<value>عدم اتاحة امكانية التوصل للتطبيق email</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsTasks" xml:space="preserve">
<value>عدم اتاحة امكانية التوصل للتطبيق email</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsTrackingApps" xml:space="preserve">
<value>الغاء اتاحة تتبع بدء التطبيق</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsTrackingAppsInfo" xml:space="preserve">
<value>وهذا يسمح لك بالتوصل بسرعة الى الكشف الخاص بك من التطبيقات الأكثر استخداما في كل من قائمة البدء وعند البحث في الجهاز الخاص بك. "</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsAppsVideos" xml:space="preserve">
<value>عدم اتاحة امكانية التوصل للتطبيق email</value>
<comment>Settings &gt; Apps</comment>
</data>
<data name="settingsBloatwareRemoveUWPAll" xml:space="preserve">
<value>ازالة كل التطبيقات المتضمنة</value>
<comment>Settings &gt; Bloatware</comment>
</data>
<data name="settingsBloatwareRemoveUWPAllInfo" xml:space="preserve">
<value>سيؤدي هذا إلى إزالة جميع التطبيقات المدمجة باستثناء متجر مايكروسوفت.</value>
<comment>Settings &gt; Bloatware</comment>
</data>
<data name="settingsBloatwareRemoveUWPDefaults" xml:space="preserve">
<value>إزالة جميع التطبيقات المدمجة باستثناء الافتراضية</value>
<comment>Settings &gt; Bloatware</comment>
</data>
<data name="settingsBloatwareRemoveUWPDefaultsInfo" xml:space="preserve">
<value>سيؤدي هذا إلى إزالة جميع التطبيقات المدمجة باستثناء ما يلي:\nمتجر مايكروسوفت\nتثبيت التطبيق\nتقويم\nالبريد\nحاسبة\nكاميرا\nSkype\nGroove Music\nالخرائط\nPaint 3D\nهاتفك\nصور\nملاحظات مثبتة\nالطقس\nXbox</value>
<comment>Settings &gt; Bloatware</comment>
</data>
<data name="settingsCortanaDisableBing" xml:space="preserve">
<value>تعطيل Bing في Windows للبحث</value>
<comment>Settings &gt; Cortana</comment>
</data>
<data name="settingsCortanaDisableBingInfo" xml:space="preserve">
<value>ويندوز 10، بشكل افتراضي، يرسل كل ما تبحث عنه في قائمة البدء إلى الخوادم لإعطائك نتائج من بحث بينغ.</value>
<comment>Settings &gt; Cortana</comment>
</data>
<data name="settingsCortanaDisableCortana" xml:space="preserve">
<value>تعطيل كورتانا</value>
<comment>Settings &gt; Cortana</comment>
</data>
<data name="settingsCortanaDisableCortanaInfo" xml:space="preserve">
<value>كورتانا هو المساعد الافتراضي لمايكروسوفت والذي يأتي مدمجا في ويندوز 10.\nهذا الإعداد سيعطل كورتانا بشكل دائم ويمنعها من تسجيل وتخزين عادات البحث الخاصة بك وسجل البحث.</value>
<comment>Settings &gt; Cortana</comment>
</data>
<data name="settingsCortanaUninstallCortana" xml:space="preserve">
<value>إلغاء تثبيت كورتانا</value>
<comment>Settings &gt; Cortana</comment>
</data>
<data name="settingsCortanaUninstallCortanaInfo" xml:space="preserve">
<value>سيؤدي هذا إلى إلغاء تثبيت تطبيق كورتانا الجديد على ويندوز 10، إصدار 2004.</value>
<comment>Settings &gt; Cortana</comment>
</data>
<data name="settingsDefenderDisableSmartScreenStore" xml:space="preserve">
<value>تعطيل SmartSscreen لتطبيقات المتجر</value>
<comment>Settings &gt; Defender</comment>
</data>
<data name="settingsDefenderDisableSmartScreenStoreInfo" xml:space="preserve">
<value>يساعد فلتر شاشة Windows المدافع الذكية على حماية جهازك عن طريق التحقق من محتوى الويب (URLs) الذي تستخدمه تطبيقات متجر Microsoft.</value>
<comment>Settings &gt; Defender</comment>
</data>
<data name="settingsEdeAutoFillCredit" xml:space="preserve">
<value>تعطيل التعبئة التلقائية لبطاقات الائتمان</value>
<comment>Settings &gt; Edge</comment>
</data>
<data name="settingsEdeAutoFillCreditInfo" xml:space="preserve">
<value>تتيح ميزة Microsoft Edge's AutoFill للمستخدمين الإكمال التلقائي لمعلومات بطاقة الائتمان في نماذج الويب باستخدام المعلومات المخزنة سابقاً.</value>
<comment>Settings &gt; Edge</comment>
</data>
<data name="settingsEdgeBackground" xml:space="preserve">
<value>المزامنة قيد التشغيل في الخلفية</value>
<comment>Settings &gt; Edge</comment>
</data>
<data name="settingsEdgeBackgroundInfo" xml:space="preserve">
<value>على إصدار Chromium الجديد من Microsoft Edge ، يمكن للملحقات وغيرها من الخدمات أن تبقي المتصفح يعمل في الخلفية حتى بعد إغلاقه.</value>
<comment>Settings &gt; Edge</comment>
</data>
<data name="settingsEdgeBlockEdgeRollout" xml:space="preserve">
<value>حظر تثبيت Microsoft Edge جديد</value>
<comment>Settings &gt; Edge</comment>
</data>
<data name="settingsEdgeBlockEdgeRolloutInfo" xml:space="preserve">
<value>سيؤدي هذا إلى حظر تحديث نظام Windows 10 لتثبيت متصفح ويب Microsoft Edge الجديد القائم على Chromium، إذا لم يتم تثبيته مسبقاً على الجهاز.</value>
<comment>Settings &gt; Edge</comment>
</data>
<data name="settingsEdgeDisableSync" xml:space="preserve">
<value>تعطيل مزامنة البيانات</value>
<comment>Settings &gt; Edge</comment>
</data>
<data name="settingsEdgeDisableSyncInfo" xml:space="preserve">
<value>سيؤدي هذا الإعداد إلى تعطيل مزامنة البيانات باستخدام خدمات مزامنة Microsoft.</value>
<comment>Settings &gt; Edge</comment>
</data>
<data name="settingsGamingGameBar" xml:space="preserve">
<value>تعطيل ميزات شريط اللعبة</value>
<comment>Settings &gt; Gaming</comment>
</data>
<data name="settingsGamingGameBarInfo" xml:space="preserve">
<value>سيؤدي هذا الإعداد إلى تعطيل تسجيل وبث الويندوز.</value>
<comment>Settings &gt; Gaming</comment>
</data>
<data name="settingsGamingGameBarInfoInfo" xml:space="preserve">
<value>سيؤدي هذا إلى إيقاف التجارب المصممة خصيصا مع النصائح والتوصيات ذات الصلة باستخدام بيانات التشخيص الخاصة بك. العديد من الناس قد يتصلون بهذا القياس عن بعد، أو حتى التجسس.</value>
<comment>Settings &gt; Gaming</comment>
</data>
<data name="settingsPrivacyBlockSuggestedApps" xml:space="preserve">
<value>حظر التطبيقات المقترحة في البداية</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyBlockSuggestedAppsInfo" xml:space="preserve">
<value>سيؤدي هذا إلى حظر التطبيقات المقترحة التي تظهر من حين لآخر في قائمة البداية.</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyDiagnosticData" xml:space="preserve">
<value>تجنب استخدام بيانات الكتابة اليدوية</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyDiagnosticDataInfo" xml:space="preserve">
<value>سيؤدي هذا إلى إيقاف التجارب المصممة خصيصا مع النصائح والتوصيات ذات الصلة باستخدام بيانات التشخيص الخاصة بك. العديد من الناس قد يتصلون بهذا القياس عن بعد، أو حتى التجسس.</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyDisableAds" xml:space="preserve">
<value>تعطيل معرف الإعلان للإعلانات ذات الصلة</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyDisableAdsInfo" xml:space="preserve">
<value>ويندوز 10 يأتي مدمجا مع الإعلانات. يقوم مايكروسوفت بتعيين معرف فريد لتتبع نشاطك في متجر مايكروسوفت وعلى تطبيقات UWP لاستهدافك مع الإعلانات ذات الصلة.</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyDisableBiometrics" xml:space="preserve">
<value>تعطيل Windows Hello Biometrics</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyDisableBiometricsInfo" xml:space="preserve">
<value>يتيح لك نظام التشغيل Windows Hello القياسات الحيوية تسجيل الدخول إلى أجهزتك، تطبيقاتك، خدمات الإنترنت والشبكات باستخدام وجهك أو بصمة السيرفر أو البصمة.</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyDisableCEIP" xml:space="preserve">
<value>تعطيل برنامج تجربة العملاء</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyDisableCEIPInfo" xml:space="preserve">
<value>برنامج تحسين تجربة العملاء (CEIP) هو ميزة يتم تمكينها بشكل افتراضي على Windows 10، وتقوم بجمع وتقديم معلومات عن استخدام المعدات والبرمجيات إلى شركة مايكروسوفت سراً.</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyDisableCompTelemetry" xml:space="preserve">
<value>تعطيل الاتصال الهاتفي للتوافق</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyDisableCompTelemetryInfo" xml:space="preserve">
<value>تقوم هذه العملية بشكل دوري بجمع مجموعة متنوعة من البيانات التقنية حول حاسوبك وأدائه وإرسالها إلى مايكروسوفت من أجل برنامج تحسين تجربة العملاء في ويندوز.</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyDisableFeedback" xml:space="preserve">
<value>لا ترسل أى تنبيهات</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyDisableFeedbackInfo" xml:space="preserve">
<value>قد يظهر ويندوز 10 أيضا من وقت لآخر ويطلب ردود الفعل.</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyDisableHEIP" xml:space="preserve">
<value>تعطيل برنامج تجربة العملاء</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyDisableHEIPInfo" xml:space="preserve">
<value>برنامج مساعدة تحسين الخبرة (HEIP) يجمع ويرسل إلى مايكروسوفت معلومات حول كيفية استخدام مساعدة ويندوز. هذا قد يكشف المشاكل التي تواجهك مع جهاز الكمبيوتر الخاص بك.</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyDisableLocation" xml:space="preserve">
<value>تعطيل البحث عن الموقع</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyDisableLocationInfo" xml:space="preserve">
<value>أينما ذهبت، ويندوز 10 يعلم أنك هناك. عند تشغيل تتبع الموقع، يسمح للويندوز وتطبيقاته للكشف عن الموقع الحالي لجهاز الكمبيوتر أو الجهاز.</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyDisableMSExperiments" xml:space="preserve">
<value>تعطيل تجربة الإعدادات</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyDisableMSExperimentsInfo" xml:space="preserve">
<value>في بعض الإصدارات من Windows 10، يمكن للمستخدمين السماح لمايكروسوفت بتجربة النظام لدراسة تفضيلات المستخدم أو سلوك الجهاز. هذا يسمح لمايكروسوفت "إجراء التجارب" مع الإعدادات على جهاز الكمبيوتر الخاص بك ويجب أن تكون معطلة مع هذا الإعداد.</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyDisableTelemetry" xml:space="preserve">
<value>تعطيل التليمتري</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyDisableTelemetryInfo" xml:space="preserve">
<value>هذا سيمنع ويندوز من جمع معلومات الاستخدام ووضع بيانات تشخيصية إلى أساسي, وهو أدنى مستوى متاح لجميع إصدارات المستهلكين من Windows 10.\nسيتم أيضا تعطيل تشخيص الخدمات و خدمة dmwappushService.\nملاحظة: يجب تعيين البيانات التشخيصية إلى كامل للحصول على معاينة الإصدارات من برنامج Windows-Insider-Program!</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyDisableTimeline" xml:space="preserve">
<value>تعطيل ميزات شريط اللعبة</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyDisableTimelineInfo" xml:space="preserve">
<value>هذا يجمع سجل الأنشطة التي قمت بأدائها، بما في ذلك الملفات التي فتحتها وصفحات الويب التي شاهدتها في Edge.\nإذا كان الجدول الزمني ليس لك ، أو ببساطة لا تريد Windows 10 جمع الأنشطة والمعلومات الحساسة الخاصة بك يمكنك تعطيل الجدول الزمني بالكامل مع هذا الإعداد.\nملاحظة: مطلوب إعادة تشغيل النظام حتى تصبح التغييرات نافذة المفعول.</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyDisableTips" xml:space="preserve">
<value>تعطيل تلميحات ويندوز</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyDisableTipsInfo" xml:space="preserve">
<value>لن ترى بعد الآن تلميحات Windows ، مثل Spotlight و Consumer الميزات ، و ملاحظات الإشعارات الخ.</value>
</data>
<data name="settingsPrivacyDisableTipsLockScreen" xml:space="preserve">
<value>تعطيل الإعلانات والروابط على شاشة القفل</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyDisableTipsLockScreenInfo" xml:space="preserve">
<value>سيؤدي هذا الإعداد إلى تعيين خيارات خلفية شاشة القفل الخاصة بك إلى صورة وإيقاف النصائح والحقائق الممتعة والحيل من مايكروسوفت.</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyDisableWiFi" xml:space="preserve">
<value>تعطيل وأي فأي نقطة ساخنة</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyDisableWiFiInfo" xml:space="preserve">
<value>يجب على الأقل ايقاف PC من ارسال كلمة السرية Wi-Fi الخاصة بك.</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyGetMoreOutOfWindows" xml:space="preserve">
<value>الغاء اتاحة الحصول على المزيد من برامج Windows</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyGetMoreOutOfWindowsInfo" xml:space="preserve">
<value>تقوم نسخ Windows 10 الحديثة بعرض شاشة nag "Get حتى أكثر من Windows" عندما تقوم ببدء الاتصال بحساب المستخدم الخاص بك. اذا وجدته مزعجا ، يمكنك الغاء اتاحته بهذه المحددات.</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyHandwritingData" xml:space="preserve">
<value>تجنب استخدام بيانات الكتابة اليدوية</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyHandwritingDataInfo" xml:space="preserve">
<value>اذا كنت لا تريد أن يقوم Windows بمعرفة وتسجيل كل الكلمات المتفردة التي تقوم باستخدامها ، مثل الأسماء والمصطلحات الفنية فقط ، قم باتاحة هذه المحددات.</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyInstalledApps" xml:space="preserve">
<value>تركيب آلي لتطبيقات apps</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyInstalledAppsInfo" xml:space="preserve">
<value>عندما تقوم ببدء الاتصال بملف مواصفات أو جهاز جديد لنظام Windows 10 لأول مرة ، فان الفرصة هي أن تلاحظ العديد من تطبيقات وتطبيقات الطرف الثالث المعروضة في قائمة البدء.\nستقوم هذه المحددات بمنع التركيب الآلي لبرامج Windows 10 المقترحة.</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyInventoryCollector" xml:space="preserve">
<value>الغاء اتاحة أداة تجميع المخزون</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacyInventoryCollectorInfo" xml:space="preserve">
<value>تقوم أداة تجميع المخزون بجرد ملفات التطبيقات والأجهزة الموجودة على النظام وتقوم بارسال المعلومات الى Microsoft. يتم استخدام هذه المعلومات للمساعدة في تشخيص مشاكل التوافق.\nملحوظة: لا يكون لمحددات هذه المحددات أي تأثير اذا كان قد تم ايقاف تشغيل برنامج تحسين تجربة العميل. سيتم ايقاف أداة تجميع المخزون.</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacySuggestedContent" xml:space="preserve">
<value>حظر المحتوى المقترح في تطبيق الإعدادات</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacySuggestedContentInfo" xml:space="preserve">
<value>لمساعدة مستخدمي Windows 10 الجدد على تعلم ميزات جديدة من Windows 10، بدأت شركة مايكروسوفت في عرض المحتوى المقترح عن طريق لافتة ضخمة في تطبيقات إعداد Windows 10.</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsSecurityDisablePassword" xml:space="preserve">
<value>تعطيل زر الكشف عن كلمة المرور</value>
<comment>Settings &gt; Security</comment>
</data>
<data name="settingsSecurityDisablePasswordInfo" xml:space="preserve">
<value>يمكن استخدام زر الكشف عن كلمة المرور لعرض كلمة المرور المدخلة ويجب أن يتم تعطيلها مع هذا الإعداد.</value>
<comment>Settings &gt; Security</comment>
</data>
<data name="settingsSecurityWindowsDRM" xml:space="preserve">
<value>تعطيل DRM في Windows Media Player</value>
<comment>Settings &gt; Security</comment>
</data>
<data name="settingsSecurityWindowsDRMInfo" xml:space="preserve">
<value>اذا لم تتمكن ادارة الحقوق الرقمية لوسط Windows من الاتصال بالانترنت (أو الانترانت) للحصول على الترخيص وتعديلات السرية ، يمكنك منعها باستخدام هذه المحددات.</value>
<comment>Settings &gt; Security</comment>
</data>
<data name="settingsUpdatesBlockMajorUpdates" xml:space="preserve">
<value>حظر تحديثات ويندوز الرئيسية</value>
<comment>Settings &gt; Updates</comment>
</data>
<data name="settingsUpdatesBlockMajorUpdatesInfo" xml:space="preserve">
<value>هذا الإعداد المسمى "TargetReleaseVersionInfo" يمنع تحديث ميزات Windows 10 من أن يتم تثبيته حتى يصل الإصدار المحدد إلى نهاية الدعم.\nسيحدد إصدار ويندوز 10 المستخدم حاليا كإصدار مستهدف من Windows 10 الذي تريد أن يكون النظام قيد التشغيل (يدعم فقط الإصدارات المحترفة والمؤسسة).</value>
<comment>Settings &gt; Updates</comment>
</data>
<data name="settingsUpdatesDisableSafeguards" xml:space="preserve">
<value>تعطيل الضمانات لتحديثات الميزات</value>
<comment>Settings &gt; Updates</comment>
</data>
<data name="settingsUpdatesDisableSafeguardsInfo" xml:space="preserve">
<value>تستخدم مايكروسوفت بيانات تشخيصية لتحديد ما إذا كانت الأجهزة التي تستخدم تحديث ويندوز جاهزة لتحديث الميزات من أجل ضمان تجربة سلسة.\nعندما تحدد مايكروسوفت جهازًا غير جاهز للتحديث بسبب مشكلة معروفة. يتم إنشاء نظام وقائي (يعرف أيضا باسم نظام الاحتفاظ بالتواؤم أو التحديث) لتأخير تحديث الجهاز وحماية تجربة المستخدم النهائي.\nسيؤدي هذا الإعداد إلى عدم التقيد بالحماية التي تسمح لك بتجاوز أي كتل لترقية الميزات.</value>
</data>
<data name="settingsUpdatesDisableUpdates" xml:space="preserve">
<value>تعطيل تحديثات ويندوز الإجبارية</value>
<comment>Settings &gt; Updates</comment>
</data>
<data name="settingsUpdatesDisableUpdatesInfo" xml:space="preserve">
<value>سيتم إخطار هذا عندما تكون التحديثات متاحة، وتقرر متى يتم تثبيتها.</value>
<comment>Settings &gt; Updates</comment>
</data>
<data name="settingsUpdatesUpdateSharing" xml:space="preserve">
<value>تعطيل مشاركة تحديثات ويندوز</value>
<comment>Settings &gt; Updates</comment>
</data>
<data name="settingsUpdatesUpdateSharingInfo" xml:space="preserve">
<value>ويندوز 10 يتيح لك تنزيل التحديثات من عدة مصادر لتسريع عملية تحديث نظام التشغيل. سيؤدي هذا إلى تعطيل مشاركة ملفاتك من قبل الآخرين وعرض عنوان IP الخاص بك على أجهزة كمبيوتر عشوائية.</value>
<comment>Settings &gt; Updates</comment>
</data>
<data name="statusDoPSApply" xml:space="preserve">
<value>تطبيق</value>
</data>
<data name="statusDoPSProcessing" xml:space="preserve">
<value>قيد المعالجة</value>
</data>
<data name="statusDoWait" xml:space="preserve">
<value>الرجاء الأنتظار ...</value>
</data>
<data name="statusFailedApply" xml:space="preserve">
<value>لم يتم تطبيقه</value>
</data>
<data name="statusFailedConfigure" xml:space="preserve">
<value>لم يتم التكوين</value>
</data>
<data name="statusFinishAnalyze" xml:space="preserve">
<value>اكتمل التحليل.</value>
</data>
<data name="statusFinishApply" xml:space="preserve">
<value>اكتمل التحليل.</value>
</data>
<data name="statusFinishUndo" xml:space="preserve">
<value>اكتملت عملية العودة.</value>
</data>
<data name="statusSuccessApply" xml:space="preserve">
<value>تم التطبيق</value>
</data>
<data name="statusSuccessConfigure" xml:space="preserve">
<value>تكوين</value>
</data>
<data name="statusUndoSettings" xml:space="preserve">
<value>هل تريد حقاً إعادة جميع الإعدادات المحددة إلى حالة ويندوز 10 الافتراضية؟</value>
</data>
<data name="TxtPSInfo" xml:space="preserve">
<value>مرحبا بكم في محرر السكريبت, الذي يسمح لك بتطبيق ملفات سكريبت الطرف الثالث والإعدادات المخصصة في شكل سكريبتات و قوالب PowerShell (البرامج النصية المجمعة).
حدد برنامج نصي لعرضه وصف.
للتحقق من التعليمات البرمجية لأوجه الضعف، انقر فوق "عرض التعليمة البرمجية".
للحصول على عناصر جديدة (قوالب، نصوص، إلخ) قم بزيارة السوق في القائمة العلوية اليمنى.</value>
<comment>GUI </comment>
</data>
</root>

View file

@ -158,8 +158,8 @@
<data name="helpApp" xml:space="preserve">
<value>Info zu einer Einstellung: \r\nBewegen Sie den Cursor über eine Einstellung, um eine kurze Erläuterung anzuzeigen
\r\nAnalyse (Button): Bestimmt, welche Einstellungen auf Ihrem System aktiviert und konfiguriert werden oder nicht. Es werden noche KEINE Systemänderungen vorgenommen!
\r\nAusgewählte (Button): Dies wird alle ausgewählten Einstellungen aktivieren.
\r\nAusgewählte zurücksetzen (Button): Damit werden die Standardeinstellungen für Windows 10 wiederhergestellt.
\r\nAusgewähltes anwenden (Button): Dies wird alle ausgewählten Einstellungen aktivieren.
\r\nAusgewähltes zurücksetzen (Button): Damit werden die Standardeinstellungen für Windows 10 wiederhergestellt.
\r\nKonfiguriert (Zustand): Dies gibt an, dass Ihre Privatsphäre geschützt ist.
\r\nNicht konfiguriert (Zustand): Dies bedeutet, dass die Windows 10-Einstellungen vorhanden sind.</value>
<comment>Main menu</comment>
@ -184,7 +184,7 @@ Sie können mir außerdem folgen auf
Übersetzer: uDEV (https://crowdin.com/profile/uDEV)
☆━━━━━━━━━━━━━━━☆
(C#) 2020, Builtbybel</value>
(C#) 2021, Builtbybel</value>
<comment>infoApp</comment>
</data>
<data name="LblPS" xml:space="preserve">
@ -378,10 +378,10 @@ Sie können mir außerdem folgen auf
<value>Dadurch werden alle integrierten Apps, außer der Microsoft Store, entfernt.</value>
</data>
<data name="settingsBloatwareRemoveUWPDefaults" xml:space="preserve">
<value>Alle integrierten Apps, außer Standard-Apps, entfernen</value>
<value>Nur vorinstallierte Bloatware Apps entfernen</value>
</data>
<data name="settingsBloatwareRemoveUWPDefaultsInfo" xml:space="preserve">
<value>Dadurch werden alle integrierten Apps, außer folgenden, entfernt:\nMicrosoft Store\nApp Installer\nKalender\nMail\nRechner\nKamera\nSkype\nGroove Music\nKarte\n3D Paint\nIhr Telefon\nFotos\nNotizen\nWetter\nXbox</value>
<value>Der Abgleich findet anhand einer Community Liste statt</value>
</data>
<data name="settingsCortanaDisableBing" xml:space="preserve">
<value>Bing in Windows-Suche deaktivieren</value>
@ -602,9 +602,6 @@ Sie können mir außerdem folgen auf
<data name="statusDoPSProcessing" xml:space="preserve">
<value>Wird verarbeitet</value>
</data>
<data name="statusDoSettings" xml:space="preserve">
<value>Wollen Sie wirklich alle ausgewählten Einstellung zu den Windows 10 Standardeinstellungen zurücksetzen?"</value>
</data>
<data name="statusDoWait" xml:space="preserve">
<value>Bitte warten ...</value>
</data>
@ -629,6 +626,21 @@ Sie können mir außerdem folgen auf
<data name="statusSuccessConfigure" xml:space="preserve">
<value>Konfiguriert</value>
</data>
<data name="statusUndoSettings" xml:space="preserve">
<value>Wollen Sie wirklich alle ausgewählten Einstellung zu den Windows 10 Standardeinstellungen zurücksetzen?</value>
</data>
<data name="summaryConfigured" xml:space="preserve">
<value>Konfiguriert:</value>
</data>
<data name="summaryInfo" xml:space="preserve">
<value>Ergebnisse</value>
</data>
<data name="summaryNotConfigured" xml:space="preserve">
<value>Nicht konfiguriert:</value>
</data>
<data name="summarySelected" xml:space="preserve">
<value>Ausgewählt:</value>
</data>
<data name="TxtPSInfo" xml:space="preserve">
<value>Willkommen beim Skripting Editor, welcher Ihnen erlaubt, Gruppenrichtlinien und benutzerdefinierte Einstellungen in der Form von PowerShell Skripten und Vorlagen(gebündelte Skripts) anzuwenden.

View file

@ -59,46 +59,46 @@
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<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:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string"/>
<xsd:attribute name="type" type="xsd:string"/>
<xsd:attribute name="mimetype" type="xsd:string"/>
<xsd:attribute ref="xml:space"/>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string"/>
<xsd:attribute name="name" type="xsd:string"/>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<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="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<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="mimetype" type="xsd:string" msdata:Ordinal="4"/>
<xsd:attribute ref="xml:space"/>
<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="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<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:sequence>
<xsd:attribute name="name" type="xsd:string" use="required"/>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
@ -185,7 +185,7 @@ También puedes seguirme en
Créditos de traducción a: Peter A. Cuevas H. (petercuevas.6@gmail.com)
☆━━━━━━━━━━━━━━━☆
(C#) 2020, Builtbybel</value>
(C#) 2021, Builtbybel</value>
<comment>About the app
Add translation credits here!</comment>
</data>
@ -746,4 +746,4 @@ Para comprobar el código de las vulnerabilidades, haga clic en "Ver código".
Para obtener nuevos objetos (plantillas, scripts, etc.) visite el Mercado en el menú superior derecho.</value>
<comment>GUI </comment>
</data>
</root>
</root>

View file

@ -59,46 +59,46 @@
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<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:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string"/>
<xsd:attribute name="type" type="xsd:string"/>
<xsd:attribute name="mimetype" type="xsd:string"/>
<xsd:attribute ref="xml:space"/>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string"/>
<xsd:attribute name="name" type="xsd:string"/>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<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="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<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="mimetype" type="xsd:string" msdata:Ordinal="4"/>
<xsd:attribute ref="xml:space"/>
<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="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<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:sequence>
<xsd:attribute name="name" type="xsd:string" use="required"/>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
@ -183,7 +183,7 @@ Vous pouvez aussi me suivre sur :
Traduction apportée par : Rémy COSTA et autres
☆━━━━━━━━━━━━━━━☆
(C#) 2020, Builtbybel</value>
(C#) 2021, Builtbybel</value>
<comment>infoApp</comment>
</data>
<data name="LblPS" xml:space="preserve">

View file

@ -180,7 +180,7 @@ Tutte le info e crediti su questo progetto le trovi su
Puoi anche seguirmi su
\ttwitter.com/builtbybel
(C#) 2020, Builtbybel</value>
(C#) 2021, Builtbybel</value>
<comment>Informazioni sull'app
Traduzione di: garf02</comment>
</data>
@ -740,4 +740,4 @@ Per controllare le vulnerabilità clicca su "Visualizza codice".
Per ottenere nuovi oggetti (modelli, script ecc.) visitare il Marketplace nel menu in alto a destra.</value>
<comment>GUI </comment>
</data>
</root>
</root>

View file

@ -182,7 +182,7 @@ All infos and credits about this project on
You can also follow me on
\ttwitter.com/builtbybel
(C#) 2020, Builtbybel</value>
(C#) 2021, Builtbybel</value>
<comment>About the app
Add translation credits here!</comment>
</data>
@ -411,11 +411,11 @@ Add translation credits here!</comment>
<comment>Settings &gt; Bloatware</comment>
</data>
<data name="settingsBloatwareRemoveUWPDefaults" xml:space="preserve">
<value>Remove all built-in apps except defaults</value>
<value>Remove pre-installed bloatware apps ONLY</value>
<comment>Settings &gt; Bloatware</comment>
</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>
<value>This will search and remove pre-installed bloatware apps fully automatically.\nThe matching takes place on the basis of a community list</value>
<comment>Settings &gt; Bloatware</comment>
</data>
<data name="settingsCortanaDisableBing" xml:space="preserve">
@ -642,7 +642,7 @@ Add translation credits here!</comment>
<comment>Settings &gt; Privacy</comment>
</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>
<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 has no effect if the Customer Experience Improvement Program is turned off. The Inventory Collector will be off.</value>
<comment>Settings &gt; Privacy</comment>
</data>
<data name="settingsPrivacySuggestedContent" xml:space="preserve">
@ -733,6 +733,22 @@ Add translation credits here!</comment>
<data name="statusUndoSettings" xml:space="preserve">
<value>Do you really want to revert all selected settings to Windows 10 default state?</value>
</data>
<data name="summaryConfigured" xml:space="preserve">
<value>Configured:</value>
<comment>Summary ONLY</comment>
</data>
<data name="summaryInfo" xml:space="preserve">
<value>Summary</value>
<comment>Summary ONLY</comment>
</data>
<data name="summaryNotConfigured" xml:space="preserve">
<value>Not Configured:</value>
<comment>Summary ONLY</comment>
</data>
<data name="summarySelected" xml:space="preserve">
<value>Selected:</value>
<comment>Summary ONLY</comment>
</data>
<data name="TxtPSInfo" xml:space="preserve">
<value>Welcome to the Scripting Editor, which allows you to apply third-party script files and custom settings in form of PowerShell scripts and templates (bundled scripts).

View file

@ -181,7 +181,7 @@
Перевод: Almanex
(C #) 2020, Builtbybel</value>
(C #) 2021, Builtbybel</value>
<comment>infoApp</comment>
</data>
<data name="LblPS" xml:space="preserve">

File diff suppressed because it is too large Load diff

View file

@ -183,7 +183,7 @@
您也可以在推特上关注我
\ttwitter.com/buildbybel
(C#) 2020, Builtbybel</value>
(C#) 2021, Builtbybel</value>
<comment>infoApp</comment>
</data>
<data name="LblPS" xml:space="preserve">

View file

@ -30,7 +30,6 @@
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
this.TvwSettings = new System.Windows.Forms.TreeView();
this.LblMainMenu = new System.Windows.Forms.Button();
this.MainMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.Help = new System.Windows.Forms.ToolStripMenuItem();
@ -40,6 +39,7 @@
this.PnlNav = new System.Windows.Forms.Panel();
this.LblPS = new System.Windows.Forms.LinkLabel();
this.LblSettings = new System.Windows.Forms.LinkLabel();
this.TvwSettings = new System.Windows.Forms.TreeView();
this.LstPS = new System.Windows.Forms.CheckedListBox();
this.PnlSettings = new System.Windows.Forms.Panel();
this.assetOpenGitHub = new System.Windows.Forms.PictureBox();
@ -73,20 +73,6 @@
this.PnlSettingsBottom.SuspendLayout();
this.SuspendLayout();
//
// TvwSettings
//
resources.ApplyResources(this.TvwSettings, "TvwSettings");
this.TvwSettings.BackColor = System.Drawing.Color.WhiteSmoke;
this.TvwSettings.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.TvwSettings.CheckBoxes = true;
this.TvwSettings.LineColor = System.Drawing.Color.DarkOrchid;
this.TvwSettings.Name = "TvwSettings";
this.TvwSettings.ShowLines = false;
this.TvwSettings.ShowNodeToolTips = true;
this.TvwSettings.ShowPlusMinus = false;
this.TvwSettings.TabStop = false;
this.TvwSettings.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.TvwSetting_AfterCheck);
//
// LblMainMenu
//
resources.ApplyResources(this.LblMainMenu, "LblMainMenu");
@ -170,6 +156,20 @@
this.LblSettings.VisitedLinkColor = System.Drawing.Color.DimGray;
this.LblSettings.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LblSettings_LinkClicked);
//
// TvwSettings
//
resources.ApplyResources(this.TvwSettings, "TvwSettings");
this.TvwSettings.BackColor = System.Drawing.Color.WhiteSmoke;
this.TvwSettings.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.TvwSettings.CheckBoxes = true;
this.TvwSettings.LineColor = System.Drawing.Color.DarkOrchid;
this.TvwSettings.Name = "TvwSettings";
this.TvwSettings.ShowLines = false;
this.TvwSettings.ShowNodeToolTips = true;
this.TvwSettings.ShowPlusMinus = false;
this.TvwSettings.TabStop = false;
this.TvwSettings.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.TvwSetting_AfterCheck);
//
// LstPS
//
resources.ApplyResources(this.LstPS, "LstPS");
@ -411,7 +411,6 @@
}
#endregion
private System.Windows.Forms.TreeView TvwSettings;
private System.Windows.Forms.Button LblMainMenu;
private System.Windows.Forms.ContextMenuStrip MainMenu;
private System.Windows.Forms.ToolStripMenuItem Info;
@ -422,12 +421,7 @@
private System.Windows.Forms.LinkLabel LblPS;
private System.Windows.Forms.CheckedListBox LstPS;
private System.Windows.Forms.Panel PnlSettings;
private System.Windows.Forms.ListView LvwStatus;
private System.Windows.Forms.ColumnHeader Setting;
private System.Windows.Forms.ColumnHeader State;
private System.Windows.Forms.Button BtnSettingsUndo;
private System.Windows.Forms.ProgressBar PBar;
private System.Windows.Forms.Label LblStatus;
private System.Windows.Forms.Button BtnSettingsDo;
private System.Windows.Forms.Button BtnSettingsAnalyze;
private System.Windows.Forms.Panel PnlPS;
@ -445,6 +439,12 @@
private System.Windows.Forms.Panel PnlSettingsBottom;
private System.Windows.Forms.Button BtnDoPS;
private System.Windows.Forms.CheckBox ChkCodePS;
private System.Windows.Forms.TreeView TvwSettings;
private System.Windows.Forms.ProgressBar PBar;
private System.Windows.Forms.ListView LvwStatus;
private System.Windows.Forms.ColumnHeader Setting;
private System.Windows.Forms.ColumnHeader State;
private System.Windows.Forms.Label LblStatus;
}
}

View file

@ -1,4 +1,5 @@
using Privatezilla.ITreeNode;
using Privatezilla.Locales;
using System;
using System.Collections.Generic;
using System.Diagnostics;
@ -10,10 +11,6 @@ using System.Runtime.CompilerServices;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Globalization;
using System.Threading;
using Privatezilla.Locales;
namespace Privatezilla
{
@ -94,10 +91,22 @@ namespace Privatezilla
State.Text = Locale.columnState; // State column
}
private void AutoAdjustScreensize()
{
var screen = Screen.FromControl(this);
var screenSize = screen.Bounds.Size;
if (Width > screenSize.Width)
Width = screenSize.Width;
if (Height > screenSize.Height)
Height = screenSize.Height - 30; //Height -30 because of the Windows Task bar
}
public MainWindow()
{
// Uncomment lower line and add lang code to run localization test
// Thread.CurrentThread.CurrentUICulture = new CultureInfo("fr");
// Thread.CurrentThread.CurrentUICulture = new CultureInfo("de");
InitializeComponent();
@ -112,6 +121,9 @@ namespace Privatezilla
// GUI localization
Globalization();
//Adjust to current screensize if window is too big
AutoAdjustScreensize();
}
public void InitializeSettings()
@ -284,6 +296,7 @@ namespace Privatezilla
LvwStatus.Refresh();
}
private void IncrementProgress()
{
_progress += _progressIncrement;
@ -338,6 +351,8 @@ namespace Privatezilla
private async void BtnSettingsAnalyze_Click(object sender, EventArgs e)
{
Reset();
int performSettingsCount = 0;
LblStatus.Text = Locale.statusDoWait;
BtnSettingsAnalyze.Enabled = false;
@ -357,6 +372,8 @@ namespace Privatezilla
{
state.SubItems.Add(Locale.statusFailedConfigure); // Not configured
state.BackColor = Color.LavenderBlush;
performSettingsCount += 1;
}
else
{
@ -366,13 +383,15 @@ namespace Privatezilla
state.Tag = setting;
LvwStatus.Items.Add(state);
IncrementProgress();
}
DoProgress(100);
// Summary
LblStatus.Text = Locale.statusFinishAnalyze;
var sum = (Locale.summarySelected + " " + $"{selectedSettings.Count}" + " - " + Locale.summaryConfigured + " " + $"{selectedSettings.Count - performSettingsCount}" + " - " + Locale.summaryNotConfigured + " " + $"{performSettingsCount}");
LblStatus.Text = Locale.statusFinishAnalyze + "\n" + sum;
BtnSettingsAnalyze.Enabled = true;
LvwStatus.EndUpdate();
@ -485,7 +504,7 @@ namespace Privatezilla
private void Info_Click(object sender, EventArgs e)
{
MessageBox.Show("Privatezilla" + "\nVersion " + Program.GetCurrentVersionTostring() + " (Phoenix)\r\n" +
MessageBox.Show("Privatezilla" + "\nVersion " + Program.GetCurrentVersionTostring() + " (Pollux)\r\n" +
Locale.infoApp.Replace("\\t", "\t"), "Info", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
@ -681,6 +700,7 @@ namespace Privatezilla
try
{
File.Copy(fileName, strDestPath + @"\" + Path.GetFileName(fileName));
File.Delete(fileName);
}
catch (Exception ex)
{ MessageBox.Show(ex.Message, this.Text); }

View file

@ -1,195 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: 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:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<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:sequence>
<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="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Help.Text" xml:space="preserve">
<value>Kurze Anleitung</value>
</data>
<data name="CommunityPkg.Text" xml:space="preserve">
<value>Community Package beziehen</value>
</data>
<data name="CheckRelease.Text" xml:space="preserve">
<value>Nach Updates suchen</value>
</data>
<data name="Info.Text" xml:space="preserve">
<value>Info</value>
</data>
<data name="LblPS.Text" xml:space="preserve">
<value>Skripts</value>
</data>
<data name="LblSettings.Text" xml:space="preserve">
<value>Einstellungen</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>Privatezilla</value>
</data>
<data name="PicOpenGitHubPage.ToolTip" xml:space="preserve">
<value>Ich bin offen auf github/privatezilla</value>
</data>
<data name="Setting.Text" xml:space="preserve">
<value>Einstellung</value>
</data>
<data name="State.Text" xml:space="preserve">
<value>Zustand</value>
</data>
<data name="LblStatus.Text" xml:space="preserve">
<value>Drücke Analysieren um nach konfigurierten einstellungen zu suchen.</value>
</data>
<data name="BtnSettingsUndo.Text" xml:space="preserve">
<value>Ausgewähltes zurücksetzen</value>
</data>
<data name="BtnSettingsDo.Text" xml:space="preserve">
<value>Ausgewähltes anwenden</value>
</data>
<data name="BtnSettingsAnalyze.Text" xml:space="preserve">
<value>Analysieren</value>
</data>
<data name="BtnMenuPS.Text" xml:space="preserve">
<value>. . .</value>
</data>
<data name="TxtPSInfo.Text" xml:space="preserve">
<value>Willkommen bei dem Modernen Richtlinien Editor, welcher Ihnen erlaubt, Gruppenrichtlinien und benutzerdefinierte Einstellungen in der Form von PowerShell Skripts und Vorgaben (gebündelte Skripts) anzuwenden.
Wähle einen Skript aus, um seine Beschreibung zu sehen.
Um den Code nach Schwachstellen zu untersuchen, klicke auf "Code anzeigen".
Um neue Objekte (Vorgaben, Skripts etc.) zu beschaffen, besuche den Marktplatz in der oberen rechten Ecke. Privatezilla benutzt den Marktplatz der App "SharpApp". Weil die App von dem selben Entwickler ist und die Skripts auch auf PowerShell basieren, sind sie miteinander kompatibel.</value>
</data>
<data name="TxtOutputPS.Text" xml:space="preserve">
<value>PS</value>
</data>
<data name="LblPSHeader.Text" xml:space="preserve">
<value>PowerShell Skripts anwenden</value>
</data>
<data name="PSImport.Text" xml:space="preserve">
<value>Skripts importieren</value>
</data>
<data name="PSSaveAs.Text" xml:space="preserve">
<value>Derzeitigen Skript als neuen Vorlage Skript speichern</value>
</data>
<data name="PSMarketplace.Text" xml:space="preserve">
<value>Marktplatz besuchen</value>
</data>
<data name="ChkCodePS.Text" xml:space="preserve">
<value>Code anzeigen</value>
</data>
<data name="BtnDoPS.Text" xml:space="preserve">
<value>Ausgewähltes anwenden</value>
</data>
</root>

View file

@ -117,42 +117,15 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</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="&gt;&gt;TvwSettings.Name" xml:space="preserve">
<value>TvwSettings</value>
</data>
<data name="&gt;&gt;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="&gt;&gt;TvwSettings.Parent" xml:space="preserve">
<value>PnlNav</value>
</data>
<data name="&gt;&gt;TvwSettings.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="LblMainMenu.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="LblMainMenu.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
<value>Flat</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="LblMainMenu.Font" type="System.Drawing.Font, System.Drawing">
<value>Segoe MDL2 Assets, 12pt, style=Bold</value>
</data>
@ -183,6 +156,15 @@
<data name="MainMenu.Font" type="System.Drawing.Font, System.Drawing">
<value>Segoe UI, 14.25pt</value>
</data>
<data name="MainMenu.Size" type="System.Drawing.Size, System.Drawing">
<value>271, 116</value>
</data>
<data name="&gt;&gt;MainMenu.Name" xml:space="preserve">
<value>MainMenu</value>
</data>
<data name="&gt;&gt;MainMenu.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="Help.Font" type="System.Drawing.Font, System.Drawing">
<value>Segoe UI, 12.75pt</value>
</data>
@ -227,15 +209,6 @@
<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="&gt;&gt;MainMenu.Name" xml:space="preserve">
<value>MainMenu</value>
</data>
<data name="&gt;&gt;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">
<value>True</value>
</metadata>
@ -308,6 +281,33 @@
<data name="&gt;&gt;LblSettings.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="TvwSettings.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Bottom, Left</value>
</data>
<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>
<data name="TvwSettings.TabIndex" type="System.Int32, mscorlib">
<value>18</value>
</data>
<data name="&gt;&gt;TvwSettings.Name" xml:space="preserve">
<value>TvwSettings</value>
</data>
<data name="&gt;&gt;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="&gt;&gt;TvwSettings.Parent" xml:space="preserve">
<value>PnlNav</value>
</data>
<data name="&gt;&gt;TvwSettings.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="LstPS.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Bottom, Left, Right</value>
</data>
@ -365,39 +365,6 @@
<data name="PnlSettings.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Bottom, Left, Right</value>
</data>
<data name="assetOpenGitHub.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Right</value>
</data>
<data name="assetOpenGitHub.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAAiJJREFUSEvd
lU1r1FAYheMHSgUVVyIIBVvQYW5SsG66c9GFqC0qfiG69leoWXRyb6R2oRuhIH6s9AeI+/6CopaRYSY3
Yy2CUHRh3RnPHc9M7k0npLPUB14m855z3klykzve/0127c0eLdQF7atn2perqE3WaurL54mQN4yH9tHA
gFkM+oTKKqqdBmqOsWoyL9uF0D3Ub2tIVRnvkslyTDk6kIuF8AilHnHMcMyluoFoRgt5Gcdrbr9X7VSo
6526mnL70XmOc8nOhnthaNlm0zPa55mlsa6Iz2BdjpjSQeN0e1odtnLWD8jmx3q4z2gO3SCaLxizTm1h
nHIpHdE4WswNXXTc+5cFY8ucOeVSNqbDA8ZrZ/H4vqCcA+GDY/KjS5Qq4ToNsqj3lHJg+mabWpPhIUqV
GK+dRW1SykHzh21qnowPUqrELLidRW1RykHTuUVpEF2lVEkSqJt2Fu9Dh1IOhFeuSa5jHU5RLkWLuAbv
hp1F7jXlHC2iK7aJ9TP11X08+ydoG9AVDydSIR/As1XIZHgBb9OWY14OiH8fNyEX8Pm2H0A9oW0AesUr
7tfX1uTj/bS5pCK6CIPZuH6tB/FxfH+H4++61jhGy4B0StU50Clk7tAynMRXcc/oR5KtofT+KwrDceXL
lTuqMSS+VAytIbRCaRv2cJzQ0/7etSOSQJ5DsGnCbG2Dw7/gsbzF1mhkXri7dPsFuJ13d7Jf/ct43h8o
1jKqDLJlDQAAAABJRU5ErkJggg==
</value>
</data>
<data name="assetOpenGitHub.Location" type="System.Drawing.Point, System.Drawing">
<value>681, 7</value>
</data>
<data name="assetOpenGitHub.Size" type="System.Drawing.Size, System.Drawing">
<value>24, 24</value>
</data>
<data name="assetOpenGitHub.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">
<value>229, 19</value>
</metadata>
<data name="assetOpenGitHub.ToolTip" xml:space="preserve">
<value>Open @github.com/builtbybel/privatezilla</value>
</data>
<data name="&gt;&gt;assetOpenGitHub.Name" xml:space="preserve">
<value>assetOpenGitHub</value>
</data>
@ -410,21 +377,6 @@
<data name="&gt;&gt;assetOpenGitHub.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="&gt;&gt;PBar.Name" xml:space="preserve">
<value>PBar</value>
</data>
@ -437,33 +389,6 @@
<data name="&gt;&gt;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="&gt;&gt;LvwStatus.Name" xml:space="preserve">
<value>LvwStatus</value>
</data>
@ -476,24 +401,6 @@
<data name="&gt;&gt;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="&gt;&gt;LblStatus.Name" xml:space="preserve">
<value>LblStatus</value>
</data>
@ -527,6 +434,153 @@
<data name="&gt;&gt;PnlSettings.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<metadata name="ToolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>229, 19</value>
</metadata>
<data name="assetOpenGitHub.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Right</value>
</data>
<data name="assetOpenGitHub.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAAiJJREFUSEvd
lU1r1FAYheMHSgUVVyIIBVvQYW5SsG66c9GFqC0qfiG69leoWXRyb6R2oRuhIH6s9AeI+/6CopaRYSY3
Yy2CUHRh3RnPHc9M7k0npLPUB14m855z3klykzve/0127c0eLdQF7atn2perqE3WaurL54mQN4yH9tHA
gFkM+oTKKqqdBmqOsWoyL9uF0D3Ub2tIVRnvkslyTDk6kIuF8AilHnHMcMyluoFoRgt5Gcdrbr9X7VSo
6526mnL70XmOc8nOhnthaNlm0zPa55mlsa6Iz2BdjpjSQeN0e1odtnLWD8jmx3q4z2gO3SCaLxizTm1h
nHIpHdE4WswNXXTc+5cFY8ucOeVSNqbDA8ZrZ/H4vqCcA+GDY/KjS5Qq4ToNsqj3lHJg+mabWpPhIUqV
GK+dRW1SykHzh21qnowPUqrELLidRW1RykHTuUVpEF2lVEkSqJt2Fu9Dh1IOhFeuSa5jHU5RLkWLuAbv
hp1F7jXlHC2iK7aJ9TP11X08+ydoG9AVDydSIR/As1XIZHgBb9OWY14OiH8fNyEX8Pm2H0A9oW0AesUr
7tfX1uTj/bS5pCK6CIPZuH6tB/FxfH+H4++61jhGy4B0StU50Clk7tAynMRXcc/oR5KtofT+KwrDceXL
lTuqMSS+VAytIbRCaRv2cJzQ0/7etSOSQJ5DsGnCbG2Dw7/gsbzF1mhkXri7dPsFuJ13d7Jf/ct43h8o
1jKqDLJlDQAAAABJRU5ErkJggg==
</value>
</data>
<data name="assetOpenGitHub.Location" type="System.Drawing.Point, System.Drawing">
<value>681, 7</value>
</data>
<data name="assetOpenGitHub.Size" type="System.Drawing.Size, System.Drawing">
<value>24, 24</value>
</data>
<data name="assetOpenGitHub.TabIndex" type="System.Int32, mscorlib">
<value>32</value>
</data>
<data name="assetOpenGitHub.ToolTip" xml:space="preserve">
<value>Open @github.com/builtbybel/privatezilla</value>
</data>
<data name="&gt;&gt;assetOpenGitHub.Name" xml:space="preserve">
<value>assetOpenGitHub</value>
</data>
<data name="&gt;&gt;assetOpenGitHub.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="&gt;&gt;assetOpenGitHub.Parent" xml:space="preserve">
<value>PnlSettings</value>
</data>
<data name="&gt;&gt;assetOpenGitHub.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.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="PBar.Location" type="System.Drawing.Point, System.Drawing">
<value>13, 54</value>
</data>
<data name="PBar.Size" type="System.Drawing.Size, System.Drawing">
<value>702, 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="&gt;&gt;PBar.Name" xml:space="preserve">
<value>PBar</value>
</data>
<data name="&gt;&gt;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="&gt;&gt;PBar.Parent" xml:space="preserve">
<value>PnlSettings</value>
</data>
<data name="&gt;&gt;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="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, 62</value>
</data>
<data name="LvwStatus.Size" type="System.Drawing.Size, System.Drawing">
<value>704, 708</value>
</data>
<data name="LvwStatus.TabIndex" type="System.Int32, mscorlib">
<value>31</value>
</data>
<data name="&gt;&gt;LvwStatus.Name" xml:space="preserve">
<value>LvwStatus</value>
</data>
<data name="&gt;&gt;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="&gt;&gt;LvwStatus.Parent" xml:space="preserve">
<value>PnlSettings</value>
</data>
<data name="&gt;&gt;LvwStatus.ZOrder" xml:space="preserve">
<value>2</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="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.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</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, 50</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="&gt;&gt;LblStatus.Name" xml:space="preserve">
<value>LblStatus</value>
</data>
<data name="&gt;&gt;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="&gt;&gt;LblStatus.Parent" xml:space="preserve">
<value>PnlSettings</value>
</data>
<data name="&gt;&gt;LblStatus.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="BtnSettingsUndo.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Bottom, Right</value>
</data>
@ -629,6 +683,78 @@
<data name="PnlPS.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Bottom, Left, Right</value>
</data>
<data name="&gt;&gt;BtnMenuPS.Name" xml:space="preserve">
<value>BtnMenuPS</value>
</data>
<data name="&gt;&gt;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="&gt;&gt;BtnMenuPS.Parent" xml:space="preserve">
<value>PnlPS</value>
</data>
<data name="&gt;&gt;BtnMenuPS.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;LblPSHeader.Name" xml:space="preserve">
<value>LblPSHeader</value>
</data>
<data name="&gt;&gt;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="&gt;&gt;LblPSHeader.Parent" xml:space="preserve">
<value>PnlPS</value>
</data>
<data name="&gt;&gt;LblPSHeader.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="&gt;&gt;TxtConsolePS.Name" xml:space="preserve">
<value>TxtConsolePS</value>
</data>
<data name="&gt;&gt;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="&gt;&gt;TxtConsolePS.Parent" xml:space="preserve">
<value>PnlPS</value>
</data>
<data name="&gt;&gt;TxtConsolePS.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="&gt;&gt;TxtPSInfo.Name" xml:space="preserve">
<value>TxtPSInfo</value>
</data>
<data name="&gt;&gt;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="&gt;&gt;TxtPSInfo.Parent" xml:space="preserve">
<value>PnlPS</value>
</data>
<data name="&gt;&gt;TxtPSInfo.ZOrder" xml:space="preserve">
<value>3</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="&gt;&gt;PnlPS.Name" xml:space="preserve">
<value>PnlPS</value>
</data>
<data name="&gt;&gt;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="&gt;&gt;PnlPS.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;PnlPS.ZOrder" xml:space="preserve">
<value>5</value>
</data>
<data name="BtnMenuPS.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Right</value>
</data>
@ -777,36 +903,21 @@ To obtain new objects (templates, scripts etc.) visit the Marketplace in the upp
<data name="&gt;&gt;TxtPSInfo.ZOrder" xml:space="preserve">
<value>3</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="&gt;&gt;PnlPS.Name" xml:space="preserve">
<value>PnlPS</value>
</data>
<data name="&gt;&gt;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="&gt;&gt;PnlPS.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;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">
<value>132, 19</value>
</metadata>
<data name="PSMenu.Font" type="System.Drawing.Font, System.Drawing">
<value>Segoe UI, 14.25pt, style=Bold</value>
</data>
<data name="PSMenu.Size" type="System.Drawing.Size, System.Drawing">
<value>353, 82</value>
</data>
<data name="&gt;&gt;PSMenu.Name" xml:space="preserve">
<value>PSMenu</value>
</data>
<data name="&gt;&gt;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="PSImport.Font" type="System.Drawing.Font, System.Drawing">
<value>Segoe UI, 12pt</value>
</data>
@ -851,14 +962,56 @@ To obtain new objects (templates, scripts etc.) visit the Marketplace in the upp
<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>
<metadata name="ToolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>229, 19</value>
</metadata>
<data name="&gt;&gt;BtnDoPS.Name" xml:space="preserve">
<value>BtnDoPS</value>
</data>
<data name="&gt;&gt;PSMenu.Name" xml:space="preserve">
<value>PSMenu</value>
<data name="&gt;&gt;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="&gt;&gt;PSMenu.Type" xml:space="preserve">
<value>System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<data name="&gt;&gt;BtnDoPS.Parent" xml:space="preserve">
<value>PnlSettingsBottom</value>
</data>
<data name="&gt;&gt;BtnDoPS.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="&gt;&gt;ChkCodePS.Name" xml:space="preserve">
<value>ChkCodePS</value>
</data>
<data name="&gt;&gt;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="&gt;&gt;ChkCodePS.Parent" xml:space="preserve">
<value>PnlSettingsBottom</value>
</data>
<data name="&gt;&gt;ChkCodePS.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="&gt;&gt;PnlSettingsBottom.Name" xml:space="preserve">
<value>PnlSettingsBottom</value>
</data>
<data name="&gt;&gt;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="&gt;&gt;PnlSettingsBottom.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;PnlSettingsBottom.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="BtnDoPS.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Bottom, Right</value>
@ -941,30 +1094,6 @@ To obtain new objects (templates, scripts etc.) visit the Marketplace in the upp
<data name="&gt;&gt;ChkCodePS.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="&gt;&gt;PnlSettingsBottom.Name" xml:space="preserve">
<value>PnlSettingsBottom</value>
</data>
<data name="&gt;&gt;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="&gt;&gt;PnlSettingsBottom.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;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>

View file

@ -95,6 +95,7 @@
<Compile Include="Settings\Apps\FileSystem.cs" />
<Compile Include="Settings\Apps\EyeGaze.cs" />
<Compile Include="Settings\Bloatware\RemoveUWPDefaults.cs" />
<Compile Include="Settings\Bloatware\UWPAppsEngine.cs" />
<Compile Include="Settings\Defender\DisableSmartScreenStore.cs" />
<Compile Include="Settings\Edge\BlockEdgeRollout.cs" />
<Compile Include="Settings\Privacy\DisableCEIP.cs" />
@ -154,6 +155,7 @@
<Compile Include="Settings\Cortana\DisableCortana.cs" />
<Compile Include="Helpers\SetttingsBase.cs" />
<Compile Include="Settings\Privacy\DisableTelemetry.cs" />
<EmbeddedResource Include="Locales\Locale.ar.resx" />
<EmbeddedResource Include="Locales\Locale.de.resx" />
<EmbeddedResource Include="Locales\Locale.fr.resx" />
<EmbeddedResource Include="Locales\Locale.it.resx" />
@ -162,6 +164,7 @@
<LastGenOutput>Locale.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Locales\Locale.tr.resx" />
<EmbeddedResource Include="MainWindow.resx">
<DependentUpon>MainWindow.cs</DependentUpon>
<SubType>Designer</SubType>

View file

@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Builtbybel")]
[assembly: AssemblyProduct("Privatezilla")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyTrademark("Privatezilla")]
[assembly: AssemblyCulture("")]
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.42.50")]
[assembly: AssemblyFileVersion("0.42.50")]
[assembly: AssemblyVersion("0.60.0")]
[assembly: AssemblyFileVersion("0.60.0")]

View file

@ -2,11 +2,15 @@
using System.Management.Automation;
using System.IO;
using Privatezilla.Locales;
using System.Linq;
using System.Text.RegularExpressions;
namespace Privatezilla.Setting.Bloatware
{
internal class RemoveUWPDefaults : SettingBase
{
private readonly PowerShell powerShell = PowerShell.Create();
public override string ID()
{
return Locale.settingsBloatwareRemoveUWPDefaults;
@ -17,34 +21,45 @@ namespace Privatezilla.Setting.Bloatware
return Locale.settingsBloatwareRemoveUWPDefaultsInfo.Replace("\\n", "\n");
}
public override bool CheckSetting()
private void RemoveApps(string str)
{
// NOTE! OPTIMIZE
// Check if app Windows.Photos exists and return false as configured
var appPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "Packages", "Microsoft.Windows.Photos_8wekyb3d8bbwe");
if (Directory.Exists(appPath))
using (PowerShell script = PowerShell.Create())
{
return false;
script.AddScript("Get-AppxPackage " + str + " | Remove-AppxPackage");
script.Invoke();
}
return;
}
public override bool CheckSetting()
{
var apps = BloatwareList.GetList();
powerShell.Commands.Clear();
powerShell.AddCommand("get-appxpackage");
powerShell.AddCommand("Select").AddParameter("property", "name");
foreach (PSObject result in powerShell.Invoke())
{
string current = result.ToString();
if (!apps.Contains(Regex.Replace(current, "(@{Name=)|(})", ""))) continue;
}
return true;
}
public override bool DoSetting()
{
using (PowerShell script = PowerShell.Create())
{
script.AddScript("Get-appxprovisionedpackage online | where-object {$_.packagename notlike “*store*” -and $_.packagename notlike “*appinstaller*” -and $_.packagename notlike “*calculator*” -and $_.packagename notlike “*photos*” -and $_.packagename notlike “*sticky*” -and $_.packagename notlike “*skypeapp*” -and $_.packagename notlike “*alarms*” -and $_.packagename notlike “*maps*” -and $_.packagename notlike “*camera*” -and $_.packagename notlike “*xbox*” -and $_.packagename notlike “*communicationssapps*” -and $_.packagename notlike “*zunemusic*” -and $_.packagename notlike “*mspaint*” -and $_.packagename notlike “*yourphone*” -and $_.packagename notlike “*bingweather*”} | Remove-AppxProvisionedPackage online");
script.AddScript("Get-AppxPackage | where-object {$_.name notlike “*store*” -and $_.name notlike “*appinstaller*” -and $_.name notlike “*calculator*” -and $_.name notlike “*photos*” -and $_.name notlike “*sticky*” -and $_.name notlike “*skypeapp*” -and $_.name notlike“*alarms*” -and $_.name notlike “*maps*” -and $_.name notlike “*camera*” -and $_.name notlike “*xbox*” -and $_.name notlike “*communicationssapps*” -and $_.name notlike “*zunemusic*” -and $_.name notlike “*mspaint*” -and $_.name notlike “*yourphone*” -and $_.name notlike “*bingweather*”} | Remove-AppxPackage");
var apps = BloatwareList.GetList();
try
{
script.Invoke();
}
catch
{ }
foreach (var str in apps)
{
RemoveApps(str);
}
return true;

View file

@ -0,0 +1,49 @@
using System.Collections.Generic;
namespace Privatezilla.Setting.Bloatware
{
public static class BloatwareList
{
// Our Windows 10 bloatware list
public static IEnumerable<string> GetList()
{
var apps = new List<string>
{
"2FE3CB00.PICSART-PHOTOSTUDIO",
"4DF9E0F8.Netflix",
"5319275A.WhatsAppDesktop",
"9E2F88E3.TWITTER",
"AdobeSystemsIncorporated.AdobeLightroom",
"AdobeSystemsIncorporated.AdobePhotoshopExpress",
"Clipchamp.Clipchamp_yxz26nhyzhsrt",
"CorelCorporation.PaintShopPro",
"FACEBOOK.317180B0BB486",
"Facebook.InstagramBeta",
"Microsoft.549981C3F5F10",
"Microsoft.BingNews",
"Microsoft.BingWeather",
"Microsoft.GamingApp",
"Microsoft.Getstarted",
"Microsoft.Microsoft3DViewer",
"Microsoft.MicrosoftOfficeHub",
"Microsoft.MicrosoftSolitaireCollection",
"Microsoft.MicrosoftStickyNotes",
"Microsoft.MixedReality.Portal",
"Microsoft.Office.OneNote",
"Microsoft.OneConnect",
"Microsoft.People",
"Microsoft.Print3D",
"Microsoft.SkypeApp",
"Microsoft.Wallet",
"Microsoft.WindowsSoundRecorder",
"NAVER.LINEwin8_8ptj331gd3tyt",
"SpotifyAB.SpotifyMusic",
"king.com.CandyCrushFriends",
"king.com.CandyCrushSaga",
"king.com.FarmHeroesSaga",
};
return apps;
}
}
}

View file

@ -23,7 +23,7 @@ namespace Privatezilla.Setting.Updates
public override bool CheckSetting()
{
return !(
RegistryHelper.IntEquals(NoAutoUpdate, "NoAutoUpdate",0) &&
RegistryHelper.IntEquals(NoAutoUpdate, "NoAutoUpdate", 1) &&
RegistryHelper.IntEquals(AUOptions, "AUOptions", 2) &&
RegistryHelper.IntEquals(ScheduledInstallDay, "ScheduledInstallDay", 0) &&
RegistryHelper.IntEquals(ScheduledInstallTime, "ScheduledInstallTime", 3)
@ -34,7 +34,7 @@ namespace Privatezilla.Setting.Updates
{
try
{
Registry.SetValue(NoAutoUpdate, "NoAutoUpdate", 0, RegistryValueKind.DWord);
Registry.SetValue(NoAutoUpdate, "NoAutoUpdate", 1, RegistryValueKind.DWord);
Registry.SetValue(AUOptions, "AUOptions", 2, RegistryValueKind.DWord);
Registry.SetValue(ScheduledInstallDay, "ScheduledInstallDay", 0, RegistryValueKind.DWord);
Registry.SetValue(ScheduledInstallTime, "ScheduledInstallTime", 3, RegistryValueKind.DWord);
@ -50,7 +50,7 @@ namespace Privatezilla.Setting.Updates
{
try
{
Registry.SetValue(NoAutoUpdate, "NoAutoUpdate", 1, RegistryValueKind.DWord);
Registry.SetValue(NoAutoUpdate, "NoAutoUpdate", 0, RegistryValueKind.DWord);
var RegKey = Registry.LocalMachine.OpenSubKey(@"Software\Policies\Microsoft\Windows\WindowsUpdate\AU", true);
RegKey.DeleteValue("AUOptions");
@ -60,10 +60,9 @@ namespace Privatezilla.Setting.Updates
return true;
}
catch
{}
{ }
return false;
}
}
}

Binary file not shown.

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
</startup>
</configuration>

Binary file not shown.

View file

@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]

View file

@ -0,0 +1 @@
1a1bafef70b1d00957f204ba49e660dd26d0bb72

View file

@ -0,0 +1,38 @@
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\bin\Debug\Privatezilla.exe.config
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\bin\Debug\Privatezilla.exe
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\bin\Debug\Privatezilla.pdb
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\bin\Debug\ar\Privatezilla.resources.dll
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\bin\Debug\de\Privatezilla.resources.dll
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\bin\Debug\fr\Privatezilla.resources.dll
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\bin\Debug\it\Privatezilla.resources.dll
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\bin\Debug\tr\Privatezilla.resources.dll
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\bin\Debug\es\Privatezilla.resources.dll
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\bin\Debug\ru\Privatezilla.resources.dll
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\bin\Debug\zh\Privatezilla.resources.dll
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\bin\Debug\System.Management.Automation.dll
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\obj\Debug\Privatezilla.Locales.Locale.resources
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\obj\Debug\Privatezilla.MainWindow.resources
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\obj\Debug\Privatezilla.Properties.Resources.resources
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\obj\Debug\Privatezilla.Locales.Locale.ar.resources
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\obj\Debug\Privatezilla.Locales.Locale.de.resources
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\obj\Debug\Privatezilla.Locales.Locale.fr.resources
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\obj\Debug\Privatezilla.Locales.Locale.it.resources
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\obj\Debug\Privatezilla.Locales.Locale.tr.resources
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\obj\Debug\Privatezilla.Locales.Locale.es.resources
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\obj\Debug\Privatezilla.Locales.Locale.ru.resources
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\obj\Debug\Privatezilla.Locales.Locale.zh.resources
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\obj\Debug\Privatezilla.csproj.GenerateResource.cache
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\obj\Debug\Privatezilla.csproj.CoreCompileInputs.cache
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\obj\Debug\ar\Privatezilla.resources.dll
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\obj\Debug\de\Privatezilla.resources.dll
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\obj\Debug\fr\Privatezilla.resources.dll
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\obj\Debug\it\Privatezilla.resources.dll
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\obj\Debug\tr\Privatezilla.resources.dll
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\obj\Debug\es\Privatezilla.resources.dll
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\obj\Debug\ru\Privatezilla.resources.dll
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\obj\Debug\zh\Privatezilla.resources.dll
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\obj\Debug\Privatezilla.csproj.CopyComplete
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\obj\Debug\Privatezilla.exe
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\obj\Debug\Privatezilla.pdb
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\obj\Debug\Privatezilla.csproj.AssemblyReference.cache
C:\Users\Belim\Desktop\Privatezilla\Privatezilla\obj\Debug\Privatezilla.csproj.SuggestedBindingRedirects.cache

Binary file not shown.

Binary file not shown.