//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace Optimizer.Properties {
using System;
///
/// A strongly-typed resource class, for looking up localized strings, etc.
///
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
///
/// Returns the cached ResourceManager instance used by this class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Optimizer.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
///
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
///
/// Looks up a localized string similar to Windows Registry Editor Version 5.00
///
///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\DesktopShortcuts]
///"MUIVerb"="Desktop Shortcuts"
///"SubCommands"="theme;wallpaper;scrnsavr;desktopicons;sound;cursor;DPI;color"
///"icon"="desk.cpl"
///"Position"=-
///
///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\theme]
///@="Change Theme"
///"icon"="imageres.dll,145"
///
///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\theme\command]
///@="control desk [rest of string was truncated]";.
///
internal static string DesktopShortcuts {
get {
return ResourceManager.GetString("DesktopShortcuts", resourceCulture);
}
}
///
/// Looks up a localized string similar to Windows Registry Editor Version 5.00
///
///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedapplications]
///"accesssolution"=dword:00000001
///"olksolution"=dword:00000001
///"onenotesolution"=dword:00000001
///"pptsolution"=dword:00000001
///"projectsolution"=dword:00000001
///"publishersolution"=dword:00000001
///"visiosolution"=dword:00000001
///"wdsolution"=dword:00000001
///"xlsolution"=dword:00000001
///
///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedsolutiontypes]
///"agave" [rest of string was truncated]";.
///
internal static string DisableOfficeTelemetry {
get {
return ResourceManager.GetString("DisableOfficeTelemetry", resourceCulture);
}
}
///
/// Looks up a localized string similar to schtasks /end /tn "\Microsoft\Office\OfficeTelemetryAgentFallBack2016"
///schtasks /change /tn "\Microsoft\Office\OfficeTelemetryAgentFallBack2016" /disable
///schtasks /end /tn "\Microsoft\Office\OfficeTelemetryAgentLogOn2016"
///schtasks /change /tn "\Microsoft\Office\OfficeTelemetryAgentLogOn2016" /disable
///.
///
internal static string DisableOfficeTelemetryTasks {
get {
return ResourceManager.GetString("DisableOfficeTelemetryTasks", resourceCulture);
}
}
///
/// Looks up a localized string similar to schtasks /end /tn "\Microsoft\Windows\Customer Experience Improvement Program\Consolidator"
///schtasks /change /tn "\Microsoft\Windows\Customer Experience Improvement Program\Consolidator" /disable
///schtasks /end /tn "\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask"
///schtasks /change /tn "\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask" /disable
///schtasks /end /tn "\Microsoft\Windows\Customer Experience Improvement Program\UsbCeip"
///schtasks /change /tn "\M [rest of string was truncated]";.
///
internal static string DisableTelemetryTasks {
get {
return ResourceManager.GetString("DisableTelemetryTasks", resourceCulture);
}
}
///
/// Looks up a localized string similar to schtasks /end /tn "\Microsoft\XblGameSave\XblGameSaveTask"
///schtasks /change /tn "\Microsoft\XblGameSave\XblGameSaveTask" /disable
///schtasks /end /tn "\Microsoft\XblGameSave\XblGameSaveTaskLogon"
///schtasks /change /tn "\Microsoft\XblGameSave\XblGameSaveTaskLogon" /disable
///.
///
internal static string DisableXboxTasks {
get {
return ResourceManager.GetString("DisableXboxTasks", resourceCulture);
}
}
///
/// Looks up a localized resource of type System.Byte[].
///
internal static byte[] hosts {
get {
object obj = ResourceManager.GetObject("hosts", resourceCulture);
return ((byte[])(obj));
}
}
///
/// Looks up a localized string similar to Windows Registry Editor Version 5.00
///
///[HKEY_CLASSES_ROOT\*\shell\runas]
///@="Take Ownership"
///"NoWorkingDirectory"=""
///
///[HKEY_CLASSES_ROOT\*\shell\runas\command]
///@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
///"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
///
///[HKEY_CLASSES_ROOT\Directory\shell\runas]
///@="Take Ownership"
///"NoWorkingDirectory"=""
///
///[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
///@="cmd.exe /c takeown /f \"%1\" /r /d [rest of string was truncated]";.
///
internal static string InstallTakeOwnership {
get {
return ResourceManager.GetString("InstallTakeOwnership", resourceCulture);
}
}
///
/// Looks up a localized resource of type System.Byte[].
///
internal static byte[] OneDrive_Uninstaller {
get {
object obj = ResourceManager.GetObject("OneDrive_Uninstaller", resourceCulture);
return ((byte[])(obj));
}
}
///
/// Looks up a localized string similar to Windows Registry Editor Version 5.00
///
///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Power Menu]
///"MUIVerb"="Power Menu"
///"SubCommands"="lock;logoff;switch;sleep;hibernate;restart;safemode;shutdown;hybridshutdown"
///"Icon"="shell32.dll,215"
///"Position"="bottom"
///
///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock]
///@="Lock"
///
///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock\command]
///@="Rundll32 User32.dll,LockWorkStati [rest of string was truncated]";.
///
internal static string PowerMenu {
get {
return ResourceManager.GetString("PowerMenu", resourceCulture);
}
}
///
/// Looks up a localized string similar to Windows Registry Editor Version 5.00
///
///
///[-HKEY_CLASSES_ROOT\*\shell\runas]
///
///[-HKEY_CLASSES_ROOT\Directory\shell\runas]
///.
///
internal static string RemoveTakeOwnership {
get {
return ResourceManager.GetString("RemoveTakeOwnership", resourceCulture);
}
}
///
/// Looks up a localized string similar to Windows Registry Editor Version 5.00
///
///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\SystemShortcuts]
///"MUIVerb"="System Shortcuts"
///"SubCommands"="admintools;datetime;regional;folderoptions;gmode;internetoptions;network;power;appwiz;rbin;run;search;services;sysdm;user;user2;flip3d"
///"icon"="sysdm.cpl"
///"Position"=-
///
///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\admintools]
///@="Administrative Tools"
///"icon"="imageres.dll,109"
///
///[HKEY_LOCAL_MACHINE\SOFTWARE\Micros [rest of string was truncated]";.
///
internal static string SystemShortcuts {
get {
return ResourceManager.GetString("SystemShortcuts", resourceCulture);
}
}
///
/// Looks up a localized string similar to Windows Registry Editor Version 5.00
///
///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\SystemTools]
///"MUIVerb"="System Tools"
///"SubCommands"="control;cleanmgr;devmgr;event;regedit;secctr;msconfig;taskmgr;taskschd;wu"
///"icon"="imageres.dll,104"
///"Position"=-
///
///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\control]
///@="Control Panel"
///"icon"="control.exe"
///
///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\control\command]
///@="c [rest of string was truncated]";.
///
internal static string SystemTools {
get {
return ResourceManager.GetString("SystemTools", resourceCulture);
}
}
///
/// Looks up a localized string similar to Windows Registry Editor Version 5.00
///
///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\WindowsApps]
///"MUIVerb"="Windows Apps"
///"SubCommands"="calc;chmap;cmd;dfrg;ie;notepad;paint;psr;snip;srd;srt;tsch;wmp;wordpad"
///"icon"="imageres.dll,152"
///"Position"=-
///
///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc]
///@="Calculator"
///"icon"="calc.exe"
///
///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc\command]
///@="calc.exe"
///
///[HK [rest of string was truncated]";.
///
internal static string WindowsApps {
get {
return ResourceManager.GetString("WindowsApps", resourceCulture);
}
}
}
}