Resources.Designer.cs 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.42000
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace Optimizer.Properties {
  11. using System;
  12. /// <summary>
  13. /// A strongly-typed resource class, for looking up localized strings, etc.
  14. /// </summary>
  15. // This class was auto-generated by the StronglyTypedResourceBuilder
  16. // class via a tool like ResGen or Visual Studio.
  17. // To add or remove a member, edit your .ResX file then rerun ResGen
  18. // with the /str option, or rebuild your VS project.
  19. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
  20. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  21. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  22. internal class Resources {
  23. private static global::System.Resources.ResourceManager resourceMan;
  24. private static global::System.Globalization.CultureInfo resourceCulture;
  25. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  26. internal Resources() {
  27. }
  28. /// <summary>
  29. /// Returns the cached ResourceManager instance used by this class.
  30. /// </summary>
  31. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  32. internal static global::System.Resources.ResourceManager ResourceManager {
  33. get {
  34. if (object.ReferenceEquals(resourceMan, null)) {
  35. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Optimizer.Properties.Resources", typeof(Resources).Assembly);
  36. resourceMan = temp;
  37. }
  38. return resourceMan;
  39. }
  40. }
  41. /// <summary>
  42. /// Overrides the current thread's CurrentUICulture property for all
  43. /// resource lookups using this strongly typed resource class.
  44. /// </summary>
  45. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  46. internal static global::System.Globalization.CultureInfo Culture {
  47. get {
  48. return resourceCulture;
  49. }
  50. set {
  51. resourceCulture = value;
  52. }
  53. }
  54. /// <summary>
  55. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  56. ///
  57. ///[HKEY_CLASSES_ROOT\Directory\shell\OpenWithCMD]
  58. ///@=&quot;Open Command Prompt here&quot;
  59. ///&quot;Icon&quot;=&quot;cmd.exe&quot;
  60. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  61. ///
  62. ///[HKEY_CLASSES_ROOT\Directory\shell\OpenWithCMD\command]
  63. ///@=&quot;cmd.exe /s /k pushd \&quot;%V\&quot;&quot;
  64. ///
  65. ///[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenWithCMD]
  66. ///@=&quot;Open Command Prompt here&quot;
  67. ///&quot;Icon&quot;=&quot;cmd.exe&quot;
  68. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  69. ///
  70. ///[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenWithCMD\command]
  71. ///@=&quot;cmd.exe /s /k pushd \&quot;%V\&quot;&quot;
  72. ///
  73. ///[HKEY_CLASSES_ROOT\Drive\shell\OpenWit [rest of string was truncated]&quot;;.
  74. /// </summary>
  75. internal static string AddOpenWithCMD {
  76. get {
  77. return ResourceManager.GetString("AddOpenWithCMD", resourceCulture);
  78. }
  79. }
  80. /// <summary>
  81. /// Looks up a localized resource of type System.Drawing.Bitmap.
  82. /// </summary>
  83. internal static System.Drawing.Bitmap brazil {
  84. get {
  85. object obj = ResourceManager.GetObject("brazil", resourceCulture);
  86. return ((System.Drawing.Bitmap)(obj));
  87. }
  88. }
  89. /// <summary>
  90. /// Looks up a localized resource of type System.Drawing.Bitmap.
  91. /// </summary>
  92. internal static System.Drawing.Bitmap china {
  93. get {
  94. object obj = ResourceManager.GetObject("china", resourceCulture);
  95. return ((System.Drawing.Bitmap)(obj));
  96. }
  97. }
  98. /// <summary>
  99. /// Looks up a localized string similar to {
  100. /// &quot;btnAbout&quot;: &quot;确定&quot;,
  101. /// &quot;restartButton&quot;: &quot;现在重启&quot;,
  102. /// &quot;restartButton8&quot;: &quot;现在重启&quot;,
  103. /// &quot;restartButton10&quot;: &quot;现在重启&quot;,
  104. /// &quot;restartAndApply&quot;: &quot;重新启动以应用更改?&quot;,
  105. /// &quot;txtVersion&quot;: &quot;版本: {VN}&quot;,
  106. /// &quot;txtBitness&quot;: &quot;您使用的是{BITS}&quot;,
  107. /// &quot;linkUpdate&quot;: &quot;更新可用&quot;,
  108. /// &quot;lblLab&quot;: &quot;实验构建\n(删除后测试)&quot;,
  109. /// &quot;performanceSw&quot;: &quot;启用性能调整&quot;,
  110. /// &quot;networkSw&quot;: &quot;禁用网络节流&quot;,
  111. /// &quot;defenderSw&quot;: &quot;禁用 Windows Defender&quot;,
  112. /// &quot;systemRestoreSw&quot;: &quot;禁用 System Restore&quot;,
  113. /// &quot;printSw&quot;: &quot;禁用打印服务&quot;,
  114. /// &quot;mediaSharingSw&quot;: &quot;禁用媒体播放器共享&quot;,
  115. /// &quot;faxSw&quot;: &quot;禁用传真服务&quot;,
  116. /// &quot;reportingSw&quot;: &quot;禁用错误报告&quot;,
  117. /// &quot;homegroupSw&quot;: &quot;禁用 [rest of string was truncated]&quot;;.
  118. /// </summary>
  119. internal static string CN {
  120. get {
  121. return ResourceManager.GetString("CN", resourceCulture);
  122. }
  123. }
  124. /// <summary>
  125. /// Looks up a localized string similar to {
  126. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  127. /// &quot;restartButton&quot;: &quot;Restartovat nyní&quot;,
  128. /// &quot;restartButton8&quot;: &quot;Restartovat nyní&quot;,
  129. /// &quot;restartButton10&quot;: &quot;Restartovat nyní&quot;,
  130. /// &quot;restartAndApply&quot;: &quot;Restartovat a použít změny?&quot;,
  131. /// &quot;txtVersion&quot;: &quot;Verze: {VN}&quot;,
  132. /// &quot;txtBitness&quot;: &quot;Pracujete s {BITS}ovou verzí&quot;,
  133. /// &quot;linkUpdate&quot;: &quot;Dostupná aktualizace&quot;,
  134. /// &quot;lblLab&quot;: &quot;Experimentální sestavení\n(po testování smazat)&quot;,
  135. /// &quot;performanceSw&quot;: &quot;Povolit Vylepšení výkonu&quot;,
  136. /// &quot;networkSw&quot;: &quot;Zakázat Omezení sítě&quot;,
  137. /// &quot;defenderSw&quot;: &quot;Zakázat Windows Defender&quot;,
  138. /// &quot;sys [rest of string was truncated]&quot;;.
  139. /// </summary>
  140. internal static string CZ {
  141. get {
  142. return ResourceManager.GetString("CZ", resourceCulture);
  143. }
  144. }
  145. /// <summary>
  146. /// Looks up a localized resource of type System.Drawing.Bitmap.
  147. /// </summary>
  148. internal static System.Drawing.Bitmap czech {
  149. get {
  150. object obj = ResourceManager.GetObject("czech", resourceCulture);
  151. return ((System.Drawing.Bitmap)(obj));
  152. }
  153. }
  154. /// <summary>
  155. /// Looks up a localized string similar to {
  156. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  157. /// &quot;restartButton&quot;: &quot;Jetzt neu starten&quot;,
  158. /// &quot;restartButton8&quot;: &quot;Jetzt neu starten&quot;,
  159. /// &quot;restartButton10&quot;: &quot;Jetzt neu starten&quot;,
  160. /// &quot;restartAndApply&quot;: &quot;Neu starten, um Änderungen anzuwenden?&quot;,
  161. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  162. /// &quot;txtBitness&quot;: &quot;Betriebssystem: {BITS}&quot;,
  163. /// &quot;linkUpdate&quot;: &quot;Update verfügbar&quot;,
  164. /// &quot;lblLab&quot;: &quot;Experimenteller Build\n(nach dem Testen löschen)&quot;,
  165. /// &quot;performanceSw&quot;: &quot;Leistungsoptimierung aktivieren&quot;,
  166. /// &quot;networkSw&quot;: &quot;Netzwerkdrosselung deaktivieren&quot;,
  167. /// &quot;defenderSw&quot;: &quot;Windows [rest of string was truncated]&quot;;.
  168. /// </summary>
  169. internal static string DE {
  170. get {
  171. return ResourceManager.GetString("DE", resourceCulture);
  172. }
  173. }
  174. /// <summary>
  175. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  176. ///
  177. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\DesktopShortcuts]
  178. ///&quot;MUIVerb&quot;=&quot;Desktop Shortcuts&quot;
  179. ///&quot;SubCommands&quot;=&quot;theme;wallpaper;scrnsavr;desktopicons;sound;cursor;DPI;color&quot;
  180. ///&quot;icon&quot;=&quot;desk.cpl&quot;
  181. ///&quot;Position&quot;=-
  182. ///
  183. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\theme]
  184. ///@=&quot;Change Theme&quot;
  185. ///&quot;icon&quot;=&quot;imageres.dll,145&quot;
  186. ///
  187. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\theme\command]
  188. ///@=&quot;control desk [rest of string was truncated]&quot;;.
  189. /// </summary>
  190. internal static string DesktopShortcuts {
  191. get {
  192. return ResourceManager.GetString("DesktopShortcuts", resourceCulture);
  193. }
  194. }
  195. /// <summary>
  196. /// Looks up a localized string similar to rem USE AT OWN RISK AS IS WITHOUT WARRANTY OF ANY KIND !!!!!
  197. ///
  198. ///rem https://docs.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/security-malware-windows-defender-disableantispyware
  199. ///rem &quot;DisableAntiSpyware&quot; is discontinued and will be ignored on client devices, as of the August 2020 (version 4.18.2007.8) update to Microsoft Defender Antivirus.
  200. ///
  201. ///rem Disable Tamper Protection First !!!!!
  202. ///rem https://www.tenforums.com/tutorials/123792-turn-off-tamper-protection-windows-defender-antivirus.html
  203. ///reg [rest of string was truncated]&quot;;.
  204. /// </summary>
  205. internal static string DisableDefenderSafeMode1903Plus {
  206. get {
  207. return ResourceManager.GetString("DisableDefenderSafeMode1903Plus", resourceCulture);
  208. }
  209. }
  210. /// <summary>
  211. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  212. ///
  213. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedapplications]
  214. ///&quot;accesssolution&quot;=dword:00000001
  215. ///&quot;olksolution&quot;=dword:00000001
  216. ///&quot;onenotesolution&quot;=dword:00000001
  217. ///&quot;pptsolution&quot;=dword:00000001
  218. ///&quot;projectsolution&quot;=dword:00000001
  219. ///&quot;publishersolution&quot;=dword:00000001
  220. ///&quot;visiosolution&quot;=dword:00000001
  221. ///&quot;wdsolution&quot;=dword:00000001
  222. ///&quot;xlsolution&quot;=dword:00000001
  223. ///
  224. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedsolutiontypes]
  225. ///&quot;agave&quot;=dword:0000000 [rest of string was truncated]&quot;;.
  226. /// </summary>
  227. internal static string DisableOfficeTelemetry {
  228. get {
  229. return ResourceManager.GetString("DisableOfficeTelemetry", resourceCulture);
  230. }
  231. }
  232. /// <summary>
  233. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot;
  234. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot; /disable
  235. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot;
  236. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot; /disable
  237. ///
  238. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot;
  239. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot; /disable
  240. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn&quot; [rest of string was truncated]&quot;;.
  241. /// </summary>
  242. internal static string DisableOfficeTelemetryTasks {
  243. get {
  244. return ResourceManager.GetString("DisableOfficeTelemetryTasks", resourceCulture);
  245. }
  246. }
  247. /// <summary>
  248. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot;
  249. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot; /disable
  250. ///schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot;
  251. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot; /disable
  252. ///schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask&quot;
  253. ///schtasks /change /tn &quot;\Microsoft\Windo [rest of string was truncated]&quot;;.
  254. /// </summary>
  255. internal static string DisableTelemetryTasks {
  256. get {
  257. return ResourceManager.GetString("DisableTelemetryTasks", resourceCulture);
  258. }
  259. }
  260. /// <summary>
  261. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot;
  262. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot; /disable
  263. ///schtasks /end /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot;
  264. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot; /disable
  265. ///.
  266. /// </summary>
  267. internal static string DisableXboxTasks {
  268. get {
  269. return ResourceManager.GetString("DisableXboxTasks", resourceCulture);
  270. }
  271. }
  272. /// <summary>
  273. /// Looks up a localized string similar to {
  274. /// &quot;btnAbout&quot;: &quot;Εντάξει&quot;,
  275. /// &quot;restartButton&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  276. /// &quot;restartButton8&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  277. /// &quot;restartButton10&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  278. /// &quot;restartAndApply&quot;: &quot;Επανεκκίνηση για την εφαρμογή των αλλαγών;&quot;,
  279. /// &quot;txtVersion&quot;: &quot;Έκδοση: {VN}&quot;,
  280. /// &quot;txtBitness&quot;: &quot;Αρχιτεκτονική {BITS}&quot;,
  281. /// &quot;linkUpdate&quot;: &quot;Διαθέσιμη ενημέρωση&quot;,
  282. /// &quot;lblLab&quot;: &quot;Πειραματική έκδοση&quot;,
  283. /// &quot;performanceSw&quot;: &quot;Βελτιστοποίηση Απόδοσης Συστήματος&quot;,
  284. /// &quot;networkSw&quot;: &quot;Βελτιστοποίηση Δικτύου&quot;,
  285. /// &quot;defenderSw&quot;: &quot;Απενεργοποίηση Windows Defender&quot;,
  286. /// &quot;systemResto [rest of string was truncated]&quot;;.
  287. /// </summary>
  288. internal static string EL {
  289. get {
  290. return ResourceManager.GetString("EL", resourceCulture);
  291. }
  292. }
  293. /// <summary>
  294. /// Looks up a localized string similar to {
  295. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  296. /// &quot;restartButton&quot;: &quot;Restart now&quot;,
  297. /// &quot;restartButton8&quot;: &quot;Restart now&quot;,
  298. /// &quot;restartButton10&quot;: &quot;Restart now&quot;,
  299. /// &quot;restartAndApply&quot;: &quot;Restart to apply changes?&quot;,
  300. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  301. /// &quot;txtBitness&quot;: &quot;You are working with {BITS}&quot;,
  302. /// &quot;linkUpdate&quot;: &quot;Update available&quot;,
  303. /// &quot;lblLab&quot;: &quot;Experimental build\n(delete after testing)&quot;,
  304. /// &quot;performanceSw&quot;: &quot;Enable Performance Tweaks&quot;,
  305. /// &quot;networkSw&quot;: &quot;Disable Network Throttling&quot;,
  306. /// &quot;defenderSw&quot;: &quot;Disable Windows Defender&quot;,
  307. /// &quot;systemRestoreSw&quot;: &quot;Disable System [rest of string was truncated]&quot;;.
  308. /// </summary>
  309. internal static string EN {
  310. get {
  311. return ResourceManager.GetString("EN", resourceCulture);
  312. }
  313. }
  314. /// <summary>
  315. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  316. ///
  317. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedapplications]
  318. ///&quot;accesssolution&quot;=-
  319. ///&quot;olksolution&quot;=-
  320. ///&quot;onenotesolution&quot;=-
  321. ///&quot;pptsolution&quot;=-
  322. ///&quot;projectsolution&quot;=-
  323. ///&quot;publishersolution&quot;=-
  324. ///&quot;visiosolution&quot;=-
  325. ///&quot;wdsolution&quot;=-
  326. ///&quot;xlsolution&quot;=-
  327. ///
  328. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedsolutiontypes]
  329. ///&quot;agave&quot;=-
  330. ///&quot;appaddins&quot;=-
  331. ///&quot;comaddins&quot;=-
  332. ///&quot;documentfiles&quot;=-
  333. ///&quot;templatefiles&quot;=-
  334. ///.
  335. /// </summary>
  336. internal static string EnableOfficeTelemetry {
  337. get {
  338. return ResourceManager.GetString("EnableOfficeTelemetry", resourceCulture);
  339. }
  340. }
  341. /// <summary>
  342. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot; /enable
  343. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot; /enable
  344. ///
  345. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot; /enable
  346. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn&quot; /enable
  347. ///
  348. ///reg add &quot;HKCU\SOFTWARE\Microsoft\Office\15.0\Outlook\Options\Mail&quot; /v &quot;EnableLogging&quot; /t REG_DWORD /d 1 /f
  349. ///reg add &quot;HKCU\SOFTWARE\Microsoft\Office\16.0\Outlook\Options\Mail&quot; /v &quot;EnableLogging&quot; /t [rest of string was truncated]&quot;;.
  350. /// </summary>
  351. internal static string EnableOfficeTelemetryTasks {
  352. get {
  353. return ResourceManager.GetString("EnableOfficeTelemetryTasks", resourceCulture);
  354. }
  355. }
  356. /// <summary>
  357. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot; /enable
  358. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot; /enable
  359. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask&quot; /enable
  360. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\UsbCeip&quot; /enable
  361. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Uploader&quot; /enable
  362. ///schtasks / [rest of string was truncated]&quot;;.
  363. /// </summary>
  364. internal static string EnableTelemetryTasks {
  365. get {
  366. return ResourceManager.GetString("EnableTelemetryTasks", resourceCulture);
  367. }
  368. }
  369. /// <summary>
  370. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot; /enable
  371. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot; /enable
  372. ///.
  373. /// </summary>
  374. internal static string EnableXboxTasks {
  375. get {
  376. return ResourceManager.GetString("EnableXboxTasks", resourceCulture);
  377. }
  378. }
  379. /// <summary>
  380. /// Looks up a localized string similar to {
  381. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  382. /// &quot;restartButton&quot;: &quot;reiniciar ahora&quot;,
  383. /// &quot;restartButton8&quot;: &quot;reiniciar ahora&quot;,
  384. /// &quot;restartButton10&quot;: &quot;reiniciar ahora&quot;,
  385. /// &quot;restartAndApply&quot;: &quot;Reiniciar para aplicar cambios?&quot;,
  386. /// &quot;txtVersion&quot;: &quot;Versión: {VN}&quot;,
  387. /// &quot;txtBitness&quot;: &quot;Estas trabajando con {BITS}&quot;,
  388. /// &quot;linkUpdate&quot;: &quot;Actualización disponible&quot;,
  389. /// &quot;lblLab&quot;: &quot;Lamzamiento experimental\n(eliminar después de la prueba)&quot;,
  390. /// &quot;CleanPreviewForm&quot;: &quot;Vista Previa Limpia&quot;,
  391. /// &quot;performanceSw&quot;: &quot;Habilitar ajustes de rendimiento&quot;,
  392. /// &quot;networkSw&quot;: &quot;Deshabilitar la [rest of string was truncated]&quot;;.
  393. /// </summary>
  394. internal static string ES {
  395. get {
  396. return ResourceManager.GetString("ES", resourceCulture);
  397. }
  398. }
  399. /// <summary>
  400. /// Looks up a localized string similar to ipconfig /release
  401. ///ipconfig /renew
  402. ///arp -d *
  403. ///nbtstat -R
  404. ///nbtstat -RR
  405. ///ipconfig /flushdns
  406. ///ipconfig /registerdns.
  407. /// </summary>
  408. internal static string FlushDNSCache {
  409. get {
  410. return ResourceManager.GetString("FlushDNSCache", resourceCulture);
  411. }
  412. }
  413. /// <summary>
  414. /// Looks up a localized string similar to {
  415. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  416. /// &quot;restartButton&quot;: &quot;redemarrer maintenant&quot;,
  417. /// &quot;restartButton8&quot;: &quot;redemarrer maintenant&quot;,
  418. /// &quot;restartButton10&quot;: &quot;redemarrer maintenant&quot;,
  419. /// &quot;restartAndApply&quot;: &quot;Redemarrer pour appliquer les changements?&quot;,
  420. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  421. /// &quot;txtBitness&quot;: &quot;Vous travaillez avec {BITS}&quot;,
  422. /// &quot;linkUpdate&quot;: &quot;Mise a jour disponible&quot;,
  423. /// &quot;CleanPreviewForm&quot;: &quot;Nettoyer L&apos;aperçu&quot;,
  424. /// &quot;lblLab&quot;: &quot;build Experimental\n(supprimer apres avoir teste)&quot;,
  425. /// &quot;performanceSw&quot;: &quot;Activer les Tweaks de Performance&quot;,
  426. /// [rest of string was truncated]&quot;;.
  427. /// </summary>
  428. internal static string FR {
  429. get {
  430. return ResourceManager.GetString("FR", resourceCulture);
  431. }
  432. }
  433. /// <summary>
  434. /// Looks up a localized resource of type System.Drawing.Bitmap.
  435. /// </summary>
  436. internal static System.Drawing.Bitmap france {
  437. get {
  438. object obj = ResourceManager.GetObject("france", resourceCulture);
  439. return ((System.Drawing.Bitmap)(obj));
  440. }
  441. }
  442. /// <summary>
  443. /// Looks up a localized resource of type System.Drawing.Bitmap.
  444. /// </summary>
  445. internal static System.Drawing.Bitmap germany {
  446. get {
  447. object obj = ResourceManager.GetObject("germany", resourceCulture);
  448. return ((System.Drawing.Bitmap)(obj));
  449. }
  450. }
  451. /// <summary>
  452. /// Looks up a localized string similar to @echo off
  453. ///pushd &quot;%~dp0&quot;
  454. ///dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum &gt;List.txt
  455. ///dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum &gt;&gt;List.txt
  456. ///for /f %%i in (&apos;findstr /i . List.txt 2^&gt;nul&apos;) do dism /online /norestart /add-package:&quot;%SystemRoot%\servicing\Packages\%%i&quot;
  457. ///.
  458. /// </summary>
  459. internal static string GPEditEnablerInHome {
  460. get {
  461. return ResourceManager.GetString("GPEditEnablerInHome", resourceCulture);
  462. }
  463. }
  464. /// <summary>
  465. /// Looks up a localized resource of type System.Drawing.Bitmap.
  466. /// </summary>
  467. internal static System.Drawing.Bitmap greece {
  468. get {
  469. object obj = ResourceManager.GetObject("greece", resourceCulture);
  470. return ((System.Drawing.Bitmap)(obj));
  471. }
  472. }
  473. /// <summary>
  474. /// Looks up a localized resource of type System.Byte[].
  475. /// </summary>
  476. internal static byte[] hosts {
  477. get {
  478. object obj = ResourceManager.GetObject("hosts", resourceCulture);
  479. return ((byte[])(obj));
  480. }
  481. }
  482. /// <summary>
  483. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  484. ///
  485. ///[HKEY_CLASSES_ROOT\*\shell\runas]
  486. ///@=&quot;Take Ownership&quot;
  487. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  488. ///
  489. ///[HKEY_CLASSES_ROOT\*\shell\runas\command]
  490. ///@=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F&quot;
  491. ///&quot;IsolatedCommand&quot;=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F&quot;
  492. ///
  493. ///[HKEY_CLASSES_ROOT\Directory\shell\runas]
  494. ///@=&quot;Take Ownership&quot;
  495. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  496. ///
  497. ///[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
  498. ///@=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; /r /d y &amp;&amp; icacls \&quot;% [rest of string was truncated]&quot;;.
  499. /// </summary>
  500. internal static string InstallTakeOwnership {
  501. get {
  502. return ResourceManager.GetString("InstallTakeOwnership", resourceCulture);
  503. }
  504. }
  505. /// <summary>
  506. /// Looks up a localized string similar to {
  507. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  508. /// &quot;restartButton&quot;: &quot;riavvia ora&quot;,
  509. /// &quot;restartButton8&quot;: &quot;riavvia ora&quot;,
  510. /// &quot;restartButton10&quot;: &quot;riavvia ora&quot;,
  511. /// &quot;restartAndApply&quot;: &quot;Riavviare per applicare le modifiche?&quot;,
  512. /// &quot;txtVersion&quot;: &quot;Versione: {VN}&quot;,
  513. /// &quot;txtBitness&quot;: &quot;Architettura: {BITS}&quot;,
  514. /// &quot;linkUpdate&quot;: &quot;Aggiornamento disponibile&quot;,
  515. /// &quot;lblLab&quot;: &quot;Build sperimentale\n(cancellare dopo il test)&quot;,
  516. /// &quot;performanceSw&quot;: &quot;Abilita miglioramento prestazioni&quot;,
  517. /// &quot;networkSw&quot;: &quot;Disabilita rallentamento della rete&quot;,
  518. /// &quot;defenderSw&quot;: &quot;Disabilita Windows Defender&quot; [rest of string was truncated]&quot;;.
  519. /// </summary>
  520. internal static string IT {
  521. get {
  522. return ResourceManager.GetString("IT", resourceCulture);
  523. }
  524. }
  525. /// <summary>
  526. /// Looks up a localized resource of type System.Drawing.Bitmap.
  527. /// </summary>
  528. internal static System.Drawing.Bitmap italy {
  529. get {
  530. object obj = ResourceManager.GetObject("italy", resourceCulture);
  531. return ((System.Drawing.Bitmap)(obj));
  532. }
  533. }
  534. /// <summary>
  535. /// Looks up a localized resource of type System.Drawing.Bitmap.
  536. /// </summary>
  537. internal static System.Drawing.Bitmap logo {
  538. get {
  539. object obj = ResourceManager.GetObject("logo", resourceCulture);
  540. return ((System.Drawing.Bitmap)(obj));
  541. }
  542. }
  543. /// <summary>
  544. /// Looks up a localized resource of type System.Byte[].
  545. /// </summary>
  546. internal static byte[] OneDrive_Uninstaller {
  547. get {
  548. object obj = ResourceManager.GetObject("OneDrive_Uninstaller", resourceCulture);
  549. return ((byte[])(obj));
  550. }
  551. }
  552. /// <summary>
  553. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  554. ///
  555. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Power Menu]
  556. ///&quot;MUIVerb&quot;=&quot;Power Menu&quot;
  557. ///&quot;SubCommands&quot;=&quot;lock;logoff;switch;sleep;hibernate;restart;safemode;shutdown;hybridshutdown&quot;
  558. ///&quot;Icon&quot;=&quot;shell32.dll,215&quot;
  559. ///&quot;Position&quot;=&quot;bottom&quot;
  560. ///
  561. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock]
  562. ///@=&quot;Lock&quot;
  563. ///
  564. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock\command]
  565. ///@=&quot;Rundll32 User32.dll,LockWorkStati [rest of string was truncated]&quot;;.
  566. /// </summary>
  567. internal static string PowerMenu {
  568. get {
  569. return ResourceManager.GetString("PowerMenu", resourceCulture);
  570. }
  571. }
  572. /// <summary>
  573. /// Looks up a localized string similar to {
  574. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  575. /// &quot;restartButton&quot;: &quot;reinicie agora&quot;,
  576. /// &quot;restartButton8&quot;: &quot;reinicie agora&quot;,
  577. /// &quot;restartButton10&quot;: &quot;reinicie agora&quot;,
  578. /// &quot;restartAndApply&quot;: &quot;Reiniciar para aplicar as alterações?&quot;,
  579. /// &quot;CleanPreviewForm&quot;: &quot;Antevisão Limpa&quot;,
  580. /// &quot;txtVersion&quot;: &quot;Versão: {VN}&quot;,
  581. /// &quot;txtBitness&quot;: &quot;A arquitetura do seu computador é de {BITS}.&quot;,
  582. /// &quot;linkUpdate&quot;: &quot;Nova atualização disponível&quot;,
  583. /// &quot;lblLab&quot;: &quot;Experimentar nova implementação\n(deletar após teste)&quot;,
  584. /// &quot;performanceSw&quot;: &quot;Habilitar ajustes de desempenho&quot;,
  585. /// &quot;networkSw&quot;: &quot;Des [rest of string was truncated]&quot;;.
  586. /// </summary>
  587. internal static string PT {
  588. get {
  589. return ResourceManager.GetString("PT", resourceCulture);
  590. }
  591. }
  592. /// <summary>
  593. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  594. ///
  595. ///
  596. ///[-HKEY_CLASSES_ROOT\*\shell\runas]
  597. ///
  598. ///[-HKEY_CLASSES_ROOT\Directory\shell\runas]
  599. ///.
  600. /// </summary>
  601. internal static string RemoveTakeOwnership {
  602. get {
  603. return ResourceManager.GetString("RemoveTakeOwnership", resourceCulture);
  604. }
  605. }
  606. /// <summary>
  607. /// Looks up a localized string similar to {
  608. /// &quot;btnAbout&quot;: &quot;Ок&quot;,
  609. /// &quot;restartButton&quot;: &quot;перезагрузить сейчас&quot;,
  610. /// &quot;restartButton8&quot;: &quot;перезагрузить сейчас&quot;,
  611. /// &quot;restartButton10&quot;: &quot;перезагрузить сейчас&quot;,
  612. /// &quot;restartAndApply&quot;: &quot;перезагрузить, чтобы изменения вступили в силу?&quot;,
  613. /// &quot;txtVersion&quot;: &quot;Версия: {VN}&quot;,
  614. /// &quot;txtBitness&quot;: &quot;Вы работаете с {BITS}&quot;,
  615. /// &quot;CleanPreviewForm&quot;: &quot;Чистый предварительный просмотр&quot;,
  616. /// &quot;linkUpdate&quot;: &quot;обновление доступно&quot;,
  617. /// &quot;lblLab&quot;: &quot;экспериментальная сборка\n(удалить после тестирования)&quot;,
  618. /// &quot;performanceSw&quot;: &quot;Вкл Настройки производительности&quot;,
  619. /// &quot;n [rest of string was truncated]&quot;;.
  620. /// </summary>
  621. internal static string RU {
  622. get {
  623. return ResourceManager.GetString("RU", resourceCulture);
  624. }
  625. }
  626. /// <summary>
  627. /// Looks up a localized resource of type System.Drawing.Bitmap.
  628. /// </summary>
  629. internal static System.Drawing.Bitmap russia {
  630. get {
  631. object obj = ResourceManager.GetObject("russia", resourceCulture);
  632. return ((System.Drawing.Bitmap)(obj));
  633. }
  634. }
  635. /// <summary>
  636. /// Looks up a localized resource of type System.Drawing.Bitmap.
  637. /// </summary>
  638. internal static System.Drawing.Bitmap spain {
  639. get {
  640. object obj = ResourceManager.GetObject("spain", resourceCulture);
  641. return ((System.Drawing.Bitmap)(obj));
  642. }
  643. }
  644. /// <summary>
  645. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  646. ///
  647. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\SystemShortcuts]
  648. ///&quot;MUIVerb&quot;=&quot;System Shortcuts&quot;
  649. ///&quot;SubCommands&quot;=&quot;admintools;datetime;regional;folderoptions;gmode;internetoptions;network;power;appwiz;rbin;run;search;services;sysdm;user;user2;flip3d&quot;
  650. ///&quot;icon&quot;=&quot;sysdm.cpl&quot;
  651. ///&quot;Position&quot;=-
  652. ///
  653. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\admintools]
  654. ///@=&quot;Administrative Tools&quot;
  655. ///&quot;icon&quot;=&quot;imageres.dll,109&quot;
  656. ///
  657. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Micros [rest of string was truncated]&quot;;.
  658. /// </summary>
  659. internal static string SystemShortcuts {
  660. get {
  661. return ResourceManager.GetString("SystemShortcuts", resourceCulture);
  662. }
  663. }
  664. /// <summary>
  665. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  666. ///
  667. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\SystemTools]
  668. ///&quot;MUIVerb&quot;=&quot;System Tools&quot;
  669. ///&quot;SubCommands&quot;=&quot;control;cleanmgr;devmgr;event;regedit;secctr;msconfig;taskmgr;taskschd;wu&quot;
  670. ///&quot;icon&quot;=&quot;imageres.dll,104&quot;
  671. ///&quot;Position&quot;=-
  672. ///
  673. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\control]
  674. ///@=&quot;Control Panel&quot;
  675. ///&quot;icon&quot;=&quot;control.exe&quot;
  676. ///
  677. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\control\command]
  678. ///@=&quot;c [rest of string was truncated]&quot;;.
  679. /// </summary>
  680. internal static string SystemTools {
  681. get {
  682. return ResourceManager.GetString("SystemTools", resourceCulture);
  683. }
  684. }
  685. /// <summary>
  686. /// Looks up a localized resource of type System.Drawing.Bitmap.
  687. /// </summary>
  688. internal static System.Drawing.Bitmap taiwan {
  689. get {
  690. object obj = ResourceManager.GetObject("taiwan", resourceCulture);
  691. return ((System.Drawing.Bitmap)(obj));
  692. }
  693. }
  694. /// <summary>
  695. /// Looks up a localized string similar to {
  696. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  697. /// &quot;restartButton&quot;: &quot;şimdi yeniden başlat&quot;,
  698. /// &quot;restartButton8&quot;: &quot;şimdi yeniden başlat&quot;,
  699. /// &quot;restartButton10&quot;: &quot;şimdi yeniden başlat&quot;,
  700. /// &quot;restartAndApply&quot;: &quot;Değişiklikleri uygulamak için yeniden başlatılsın mı?&quot;,
  701. /// &quot;txtVersion&quot;: &quot;Versiyon: {VN}&quot;,
  702. /// &quot;txtBitness&quot;: &quot;{BITS} ile çalışıyor.&quot;,
  703. /// &quot;CleanPreviewForm&quot;: &quot;Temiz Önizleme&quot;,
  704. /// &quot;linkUpdate&quot;: &quot;Güncelleme Mevcut&quot;,
  705. /// &quot;lblLab&quot;: &quot;Deneysel Yapı\n(Testten sonra silin)&quot;,
  706. /// &quot;performanceSw&quot;: &quot;Performans Ayarlarını Etkinleştir&quot;,
  707. /// &quot;networkSw&quot;: &quot;Ağ Kısıtlamasını [rest of string was truncated]&quot;;.
  708. /// </summary>
  709. internal static string TR {
  710. get {
  711. return ResourceManager.GetString("TR", resourceCulture);
  712. }
  713. }
  714. /// <summary>
  715. /// Looks up a localized resource of type System.Drawing.Bitmap.
  716. /// </summary>
  717. internal static System.Drawing.Bitmap turkey {
  718. get {
  719. object obj = ResourceManager.GetObject("turkey", resourceCulture);
  720. return ((System.Drawing.Bitmap)(obj));
  721. }
  722. }
  723. /// <summary>
  724. /// Looks up a localized string similar to {
  725. /// &quot;btnAbout&quot;: &quot;確定&quot;,
  726. /// &quot;restartButton&quot;: &quot;現在重啟&quot;,
  727. /// &quot;restartButton8&quot;: &quot;現在重啟&quot;,
  728. /// &quot;restartButton10&quot;: &quot;現在重啟&quot;,
  729. /// &quot;restartAndApply&quot;: &quot;重新啟動以應用更改?&quot;,
  730. /// &quot;txtVersion&quot;: &quot;版本: {VN}&quot;,
  731. /// &quot;txtBitness&quot;: &quot;您使用的是{BITS}&quot;,
  732. /// &quot;linkUpdate&quot;: &quot;更新可用&quot;,
  733. /// &quot;lblLab&quot;: &quot;實驗構建\n(刪除後測試)&quot;,
  734. /// &quot;performanceSw&quot;: &quot;啟用性能調整&quot;,
  735. /// &quot;networkSw&quot;: &quot;禁用網路節流&quot;,
  736. /// &quot;defenderSw&quot;: &quot;禁用 Windows Defender&quot;,
  737. /// &quot;systemRestoreSw&quot;: &quot;禁用 System Restore&quot;,
  738. /// &quot;printSw&quot;: &quot;禁用列印服務&quot;,
  739. /// &quot;mediaSharingSw&quot;: &quot;禁用媒體播放器分享&quot;,
  740. /// &quot;faxSw&quot;: &quot;禁用傳真服務&quot;,
  741. /// &quot;reportingSw&quot;: &quot;禁用錯誤報告&quot;,
  742. /// &quot;homegroupSw&quot;: &quot;禁用 [rest of string was truncated]&quot;;.
  743. /// </summary>
  744. internal static string TW {
  745. get {
  746. return ResourceManager.GetString("TW", resourceCulture);
  747. }
  748. }
  749. /// <summary>
  750. /// Looks up a localized resource of type System.Drawing.Bitmap.
  751. /// </summary>
  752. internal static System.Drawing.Bitmap united_kingdom {
  753. get {
  754. object obj = ResourceManager.GetObject("united_kingdom", resourceCulture);
  755. return ((System.Drawing.Bitmap)(obj));
  756. }
  757. }
  758. /// <summary>
  759. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  760. ///
  761. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\WindowsApps]
  762. ///&quot;MUIVerb&quot;=&quot;Windows Apps&quot;
  763. ///&quot;SubCommands&quot;=&quot;calc;chmap;cmd;dfrg;ie;notepad;paint;psr;snip;srd;srt;tsch;wmp;wordpad&quot;
  764. ///&quot;icon&quot;=&quot;imageres.dll,152&quot;
  765. ///&quot;Position&quot;=-
  766. ///
  767. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc]
  768. ///@=&quot;Calculator&quot;
  769. ///&quot;icon&quot;=&quot;calc.exe&quot;
  770. ///
  771. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc\command]
  772. ///@=&quot;calc.exe&quot;
  773. ///
  774. ///[HK [rest of string was truncated]&quot;;.
  775. /// </summary>
  776. internal static string WindowsApps {
  777. get {
  778. return ResourceManager.GetString("WindowsApps", resourceCulture);
  779. }
  780. }
  781. }
  782. }