Resources.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645
  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\D [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 string similar to {
  82. /// &quot;btnAbout&quot;: &quot;确定&quot;,
  83. /// &quot;restartButton&quot;: &quot;应用 &amp;&amp; 重启&quot;,
  84. /// &quot;restartButton8&quot;: &quot;应用 &amp;&amp; 重启&quot;,
  85. /// &quot;restartButton10&quot;: &quot;应用 &amp;&amp; 重启&quot;,
  86. /// &quot;restartAndApply&quot;: &quot;重新启动以应用更改?&quot;,
  87. /// &quot;txtVersion&quot;: &quot;版本: {VN}&quot;,
  88. /// &quot;txtBitness&quot;: &quot;您使用的是{BITS}&quot;,
  89. /// &quot;linkUpdate&quot;: &quot;更新可用&quot;,
  90. /// &quot;lblLab&quot;: &quot;实验构建\n(删除后测试)&quot;,
  91. /// &quot;performanceSw&quot;: &quot;启用性能调整&quot;,
  92. /// &quot;networkSw&quot;: &quot;禁用网络节流&quot;,
  93. /// &quot;defenderSw&quot;: &quot;禁用 Windows Defender&quot;,
  94. /// &quot;systemRestoreSw&quot;: &quot;禁用 System Restore&quot;,
  95. /// &quot;printSw&quot;: &quot;禁用打印服务&quot;,
  96. /// &quot;mediaSharingSw&quot;: &quot;禁用媒体播放器共享&quot;,
  97. /// &quot;faxSw&quot;: &quot;禁用传真服务&quot;,
  98. /// &quot;reportingSw&quot;: &quot;禁用错误报告&quot;,
  99. /// &quot;homegroupSw&quot;: &quot;禁用家庭组&quot;,
  100. /// [rest of string was truncated]&quot;;.
  101. /// </summary>
  102. internal static string CN {
  103. get {
  104. return ResourceManager.GetString("CN", resourceCulture);
  105. }
  106. }
  107. /// <summary>
  108. /// Looks up a localized string similar to {
  109. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  110. /// &quot;restartButton&quot;: &quot;Anwenden &amp;&amp; Neustarten&quot;,
  111. /// &quot;restartButton8&quot;: &quot;Anwenden &amp;&amp; Neustarten&quot;,
  112. /// &quot;restartButton10&quot;: &quot;Anwenden &amp;&amp; Neustarten&quot;,
  113. /// &quot;restartAndApply&quot;: &quot;Neustarten, um Änderungen anzuwenden?&quot;,
  114. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  115. /// &quot;txtBitness&quot;: &quot;Sie arbeiten mit {BITS}&quot;,
  116. /// &quot;linkUpdate&quot;: &quot;Update verfügbar&quot;,
  117. /// &quot;lblLab&quot;: &quot;Experimenteller Build\n(nach dem Testen löschen)&quot;,
  118. /// &quot;performanceSw&quot;: &quot;Leistungsoptimierungen aktivieren&quot;,
  119. /// &quot;networkSw&quot;: &quot;Netzwerkdrosselung deaktivieren&quot;,
  120. /// &quot;defen [rest of string was truncated]&quot;;.
  121. /// </summary>
  122. internal static string DE {
  123. get {
  124. return ResourceManager.GetString("DE", resourceCulture);
  125. }
  126. }
  127. /// <summary>
  128. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  129. ///
  130. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\DesktopShortcuts]
  131. ///&quot;MUIVerb&quot;=&quot;Desktop Shortcuts&quot;
  132. ///&quot;SubCommands&quot;=&quot;theme;wallpaper;scrnsavr;desktopicons;sound;cursor;DPI;color&quot;
  133. ///&quot;icon&quot;=&quot;desk.cpl&quot;
  134. ///&quot;Position&quot;=-
  135. ///
  136. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\theme]
  137. ///@=&quot;Change Theme&quot;
  138. ///&quot;icon&quot;=&quot;imageres.dll,145&quot;
  139. ///
  140. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\theme\command]
  141. ///@=&quot;control desk [rest of string was truncated]&quot;;.
  142. /// </summary>
  143. internal static string DesktopShortcuts {
  144. get {
  145. return ResourceManager.GetString("DesktopShortcuts", resourceCulture);
  146. }
  147. }
  148. /// <summary>
  149. /// Looks up a localized string similar to rem USE AT OWN RISK AS IS WITHOUT WARRANTY OF ANY KIND !!!!!
  150. ///
  151. ///rem https://docs.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/security-malware-windows-defender-disableantispyware
  152. ///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.
  153. ///
  154. ///rem Disable Tamper Protection First !!!!!
  155. ///rem https://www.tenforums.com/tutorials/123792-turn-off-tamper-protection-windows-defender-antivirus.ht [rest of string was truncated]&quot;;.
  156. /// </summary>
  157. internal static string DisableDefenderSafeMode1903Plus {
  158. get {
  159. return ResourceManager.GetString("DisableDefenderSafeMode1903Plus", resourceCulture);
  160. }
  161. }
  162. /// <summary>
  163. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  164. ///
  165. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedapplications]
  166. ///&quot;accesssolution&quot;=dword:00000001
  167. ///&quot;olksolution&quot;=dword:00000001
  168. ///&quot;onenotesolution&quot;=dword:00000001
  169. ///&quot;pptsolution&quot;=dword:00000001
  170. ///&quot;projectsolution&quot;=dword:00000001
  171. ///&quot;publishersolution&quot;=dword:00000001
  172. ///&quot;visiosolution&quot;=dword:00000001
  173. ///&quot;wdsolution&quot;=dword:00000001
  174. ///&quot;xlsolution&quot;=dword:00000001
  175. ///
  176. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedsolutiontypes]
  177. ///&quot;agave&quot; [rest of string was truncated]&quot;;.
  178. /// </summary>
  179. internal static string DisableOfficeTelemetry {
  180. get {
  181. return ResourceManager.GetString("DisableOfficeTelemetry", resourceCulture);
  182. }
  183. }
  184. /// <summary>
  185. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot;
  186. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot; /disable
  187. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot;
  188. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot; /disable
  189. ///.
  190. /// </summary>
  191. internal static string DisableOfficeTelemetryTasks {
  192. get {
  193. return ResourceManager.GetString("DisableOfficeTelemetryTasks", resourceCulture);
  194. }
  195. }
  196. /// <summary>
  197. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot;
  198. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot; /disable
  199. ///schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot;
  200. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot; /disable
  201. ///schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask&quot;
  202. ///schtasks /change /tn &quot;\Microsoft\ [rest of string was truncated]&quot;;.
  203. /// </summary>
  204. internal static string DisableTelemetryTasks {
  205. get {
  206. return ResourceManager.GetString("DisableTelemetryTasks", resourceCulture);
  207. }
  208. }
  209. /// <summary>
  210. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot;
  211. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot; /disable
  212. ///schtasks /end /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot;
  213. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot; /disable
  214. ///.
  215. /// </summary>
  216. internal static string DisableXboxTasks {
  217. get {
  218. return ResourceManager.GetString("DisableXboxTasks", resourceCulture);
  219. }
  220. }
  221. /// <summary>
  222. /// Looks up a localized string similar to {
  223. /// &quot;btnAbout&quot;: &quot;Εντάξει&quot;,
  224. /// &quot;restartButton&quot;: &quot;Εφαρμογή &amp;&amp; Επανεκκίνηση&quot;,
  225. /// &quot;restartButton8&quot;: &quot;Εφαρμογή &amp;&amp; Επανεκκίνηση&quot;,
  226. /// &quot;restartButton10&quot;: &quot;Εφαρμογή &amp;&amp; Επανεκκίνηση&quot;,
  227. /// &quot;restartAndApply&quot;: &quot;Επανεκκίνηση για την εφαρμογή των αλλαγών;&quot;,
  228. /// &quot;txtVersion&quot;: &quot;Έκδοση: {VN}&quot;,
  229. /// &quot;txtBitness&quot;: &quot;Αρχιτεκτονική {BITS}&quot;,
  230. /// &quot;linkUpdate&quot;: &quot;Διαθέσιμη ενημέρωση&quot;,
  231. /// &quot;lblLab&quot;: &quot;Πειραματική έκδοση&quot;,
  232. /// &quot;performanceSw&quot;: &quot;Βελτιστοποίηση Απόδοσης Συστήματος&quot;,
  233. /// &quot;networkSw&quot;: &quot;Βελτιστοποίηση Δικτύου&quot;,
  234. /// &quot;defenderSw&quot;: &quot;Απενεργοποίηση [rest of string was truncated]&quot;;.
  235. /// </summary>
  236. internal static string EL {
  237. get {
  238. return ResourceManager.GetString("EL", resourceCulture);
  239. }
  240. }
  241. /// <summary>
  242. /// Looks up a localized string similar to {
  243. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  244. /// &quot;restartButton&quot;: &quot;Apply &amp;&amp; Restart&quot;,
  245. /// &quot;restartButton8&quot;: &quot;Apply &amp;&amp; Restart&quot;,
  246. /// &quot;restartButton10&quot;: &quot;Apply &amp;&amp; Restart&quot;,
  247. /// &quot;restartAndApply&quot;: &quot;Restart to apply changes?&quot;,
  248. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  249. /// &quot;txtBitness&quot;: &quot;You are working with {BITS}&quot;,
  250. /// &quot;linkUpdate&quot;: &quot;Update available&quot;,
  251. /// &quot;lblLab&quot;: &quot;Experimental build\n(delete after testing)&quot;,
  252. /// &quot;performanceSw&quot;: &quot;Enable Performance Tweaks&quot;,
  253. /// &quot;networkSw&quot;: &quot;Disable Network Throttling&quot;,
  254. /// &quot;defenderSw&quot;: &quot;Disable Windows Defender&quot;,
  255. /// &quot;system [rest of string was truncated]&quot;;.
  256. /// </summary>
  257. internal static string EN {
  258. get {
  259. return ResourceManager.GetString("EN", resourceCulture);
  260. }
  261. }
  262. /// <summary>
  263. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  264. ///
  265. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedapplications]
  266. ///&quot;accesssolution&quot;=-
  267. ///&quot;olksolution&quot;=-
  268. ///&quot;onenotesolution&quot;=-
  269. ///&quot;pptsolution&quot;=-
  270. ///&quot;projectsolution&quot;=-
  271. ///&quot;publishersolution&quot;=-
  272. ///&quot;visiosolution&quot;=-
  273. ///&quot;wdsolution&quot;=-
  274. ///&quot;xlsolution&quot;=-
  275. ///
  276. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedsolutiontypes]
  277. ///&quot;agave&quot;=-
  278. ///&quot;appaddins&quot;=-
  279. ///&quot;comaddins&quot;=-
  280. ///&quot;documentfiles&quot;=-
  281. ///&quot;templatefiles&quot;=-
  282. ///.
  283. /// </summary>
  284. internal static string EnableOfficeTelemetry {
  285. get {
  286. return ResourceManager.GetString("EnableOfficeTelemetry", resourceCulture);
  287. }
  288. }
  289. /// <summary>
  290. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot; /enable
  291. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot; /enable
  292. ///.
  293. /// </summary>
  294. internal static string EnableOfficeTelemetryTasks {
  295. get {
  296. return ResourceManager.GetString("EnableOfficeTelemetryTasks", resourceCulture);
  297. }
  298. }
  299. /// <summary>
  300. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot; /enable
  301. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot; /enable
  302. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask&quot; /enable
  303. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\UsbCeip&quot; /enable
  304. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Uploader&quot; /enable
  305. ///schta [rest of string was truncated]&quot;;.
  306. /// </summary>
  307. internal static string EnableTelemetryTasks {
  308. get {
  309. return ResourceManager.GetString("EnableTelemetryTasks", resourceCulture);
  310. }
  311. }
  312. /// <summary>
  313. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot; /enable
  314. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot; /enable
  315. ///.
  316. /// </summary>
  317. internal static string EnableXboxTasks {
  318. get {
  319. return ResourceManager.GetString("EnableXboxTasks", resourceCulture);
  320. }
  321. }
  322. /// <summary>
  323. /// Looks up a localized string similar to {
  324. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  325. /// &quot;restartButton&quot;: &quot;Aplicar &amp;&amp; Reiniciar&quot;,
  326. /// &quot;restartButton8&quot;: &quot;Aplicar &amp;&amp; Reiniciar&quot;,
  327. /// &quot;restartButton10&quot;: &quot;Aplicar &amp;&amp; Reiniciar&quot;,
  328. /// &quot;restartAndApply&quot;: &quot;Reiniciar para aplicar cambios?&quot;,
  329. /// &quot;txtVersion&quot;: &quot;Versión: {VN}&quot;,
  330. /// &quot;txtBitness&quot;: &quot;Estas trabajando con {BITS}&quot;,
  331. /// &quot;linkUpdate&quot;: &quot;Actualización disponible&quot;,
  332. /// &quot;lblLab&quot;: &quot;Lamzamiento experimental\n(eliminar después de la prueba)&quot;,
  333. /// &quot;CleanPreviewForm&quot;: &quot;Vista Previa Limpia&quot;,
  334. /// &quot;performanceSw&quot;: &quot;Habilitar ajustes de rendimiento&quot;,
  335. /// &quot;ne [rest of string was truncated]&quot;;.
  336. /// </summary>
  337. internal static string ES {
  338. get {
  339. return ResourceManager.GetString("ES", resourceCulture);
  340. }
  341. }
  342. /// <summary>
  343. /// Looks up a localized string similar to ipconfig /release
  344. ///ipconfig /renew
  345. ///arp -d *
  346. ///nbtstat -R
  347. ///nbtstat -RR
  348. ///ipconfig /flushdns
  349. ///ipconfig /registerdns.
  350. /// </summary>
  351. internal static string FlushDNSCache {
  352. get {
  353. return ResourceManager.GetString("FlushDNSCache", resourceCulture);
  354. }
  355. }
  356. /// <summary>
  357. /// Looks up a localized string similar to {
  358. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  359. /// &quot;restartButton&quot;: &quot;Appliquer &amp;&amp; Redemarrer&quot;,
  360. /// &quot;restartButton8&quot;: &quot;Appliquer &amp;&amp; Redemarrer&quot;,
  361. /// &quot;restartButton10&quot;: &quot;Appliquer &amp;&amp; Redemarrer&quot;,
  362. /// &quot;restartAndApply&quot;: &quot;Redemarrer pour appliquer les changements?&quot;,
  363. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  364. /// &quot;txtBitness&quot;: &quot;Vous travaillez avec {BITS}&quot;,
  365. /// &quot;linkUpdate&quot;: &quot;Mise a jour disponible&quot;,
  366. /// &quot;CleanPreviewForm&quot;: &quot;Nettoyer L&apos;aperçu&quot;,
  367. /// &quot;lblLab&quot;: &quot;build Experimental\n(supprimer apres avoir teste)&quot;,
  368. /// &quot;performanceSw&quot;: &quot;Activer les Tweaks de Performanc [rest of string was truncated]&quot;;.
  369. /// </summary>
  370. internal static string FR {
  371. get {
  372. return ResourceManager.GetString("FR", resourceCulture);
  373. }
  374. }
  375. /// <summary>
  376. /// Looks up a localized string similar to @echo off
  377. ///pushd &quot;%~dp0&quot;
  378. ///dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum &gt;List.txt
  379. ///dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum &gt;&gt;List.txt
  380. ///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;
  381. ///.
  382. /// </summary>
  383. internal static string GPEditEnablerInHome {
  384. get {
  385. return ResourceManager.GetString("GPEditEnablerInHome", resourceCulture);
  386. }
  387. }
  388. /// <summary>
  389. /// Looks up a localized resource of type System.Byte[].
  390. /// </summary>
  391. internal static byte[] hosts {
  392. get {
  393. object obj = ResourceManager.GetObject("hosts", resourceCulture);
  394. return ((byte[])(obj));
  395. }
  396. }
  397. /// <summary>
  398. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  399. ///
  400. ///[HKEY_CLASSES_ROOT\*\shell\runas]
  401. ///@=&quot;Take Ownership&quot;
  402. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  403. ///
  404. ///[HKEY_CLASSES_ROOT\*\shell\runas\command]
  405. ///@=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F&quot;
  406. ///&quot;IsolatedCommand&quot;=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F&quot;
  407. ///
  408. ///[HKEY_CLASSES_ROOT\Directory\shell\runas]
  409. ///@=&quot;Take Ownership&quot;
  410. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  411. ///
  412. ///[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
  413. ///@=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; /r /d [rest of string was truncated]&quot;;.
  414. /// </summary>
  415. internal static string InstallTakeOwnership {
  416. get {
  417. return ResourceManager.GetString("InstallTakeOwnership", resourceCulture);
  418. }
  419. }
  420. /// <summary>
  421. /// Looks up a localized string similar to {
  422. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  423. /// &quot;restartButton&quot;: &quot;Applica &amp;&amp; riavvia&quot;,
  424. /// &quot;restartButton8&quot;: &quot;Applica &amp;&amp; riavvia&quot;,
  425. /// &quot;restartButton10&quot;: &quot;Applica &amp;&amp; riavvia&quot;,
  426. /// &quot;restartAndApply&quot;: &quot;Riavviare per applicare le modifiche?&quot;,
  427. /// &quot;txtVersion&quot;: &quot;Versione: {VN}&quot;,
  428. /// &quot;txtBitness&quot;: &quot;Archiettura: {BITS}&quot;,
  429. /// &quot;linkUpdate&quot;: &quot;Aggiornamento disponibile&quot;,
  430. /// &quot;lblLab&quot;: &quot;Build sperimentale\n(cancellare dopo il test)&quot;,
  431. /// &quot;performanceSw&quot;: &quot;Abilita miglioramento prestazioni&quot;,
  432. /// &quot;networkSw&quot;: &quot;Disabilita rallentamento della rete&quot;,
  433. /// &quot;defenderSw [rest of string was truncated]&quot;;.
  434. /// </summary>
  435. internal static string IT {
  436. get {
  437. return ResourceManager.GetString("IT", resourceCulture);
  438. }
  439. }
  440. /// <summary>
  441. /// Looks up a localized resource of type System.Byte[].
  442. /// </summary>
  443. internal static byte[] OneDrive_Uninstaller {
  444. get {
  445. object obj = ResourceManager.GetObject("OneDrive_Uninstaller", resourceCulture);
  446. return ((byte[])(obj));
  447. }
  448. }
  449. /// <summary>
  450. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  451. ///
  452. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Power Menu]
  453. ///&quot;MUIVerb&quot;=&quot;Power Menu&quot;
  454. ///&quot;SubCommands&quot;=&quot;lock;logoff;switch;sleep;hibernate;restart;safemode;shutdown;hybridshutdown&quot;
  455. ///&quot;Icon&quot;=&quot;shell32.dll,215&quot;
  456. ///&quot;Position&quot;=&quot;bottom&quot;
  457. ///
  458. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock]
  459. ///@=&quot;Lock&quot;
  460. ///
  461. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock\command]
  462. ///@=&quot;Rundll32 User32.dll,LockWorkStati [rest of string was truncated]&quot;;.
  463. /// </summary>
  464. internal static string PowerMenu {
  465. get {
  466. return ResourceManager.GetString("PowerMenu", resourceCulture);
  467. }
  468. }
  469. /// <summary>
  470. /// Looks up a localized string similar to {
  471. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  472. /// &quot;restartButton&quot;: &quot;Aplicar e Reiniciar&quot;,
  473. /// &quot;restartButton8&quot;: &quot;Aplicar e Reiniciar&quot;,
  474. /// &quot;restartButton10&quot;: &quot;Aplicar e Reiniciar&quot;,
  475. /// &quot;restartAndApply&quot;: &quot;Reiniciar para aplicar as alterações?&quot;,
  476. /// &quot;CleanPreviewForm&quot;: &quot;Antevisão Limpa&quot;,
  477. /// &quot;txtVersion&quot;: &quot;Versão: {VN}&quot;,
  478. /// &quot;txtBitness&quot;: &quot;A arquitetura do seu computador é de {BITS}.&quot;,
  479. /// &quot;linkUpdate&quot;: &quot;Nova atualização disponível&quot;,
  480. /// &quot;lblLab&quot;: &quot;Experimentar nova implementação\n(deletar após teste)&quot;,
  481. /// &quot;performanceSw&quot;: &quot;Habilitar ajustes de desem [rest of string was truncated]&quot;;.
  482. /// </summary>
  483. internal static string PT {
  484. get {
  485. return ResourceManager.GetString("PT", resourceCulture);
  486. }
  487. }
  488. /// <summary>
  489. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  490. ///
  491. ///
  492. ///[-HKEY_CLASSES_ROOT\*\shell\runas]
  493. ///
  494. ///[-HKEY_CLASSES_ROOT\Directory\shell\runas]
  495. ///.
  496. /// </summary>
  497. internal static string RemoveTakeOwnership {
  498. get {
  499. return ResourceManager.GetString("RemoveTakeOwnership", resourceCulture);
  500. }
  501. }
  502. /// <summary>
  503. /// Looks up a localized string similar to {
  504. /// &quot;btnAbout&quot;: &quot;Ок&quot;,
  505. /// &quot;restartButton&quot;: &quot;Применить и перезапустить&quot;,
  506. /// &quot;restartButton8&quot;: &quot;Применить и перезапустить&quot;,
  507. /// &quot;restartButton10&quot;: &quot;Применить и перезапустить&quot;,
  508. /// &quot;restartAndApply&quot;: &quot;перезагрузить, чтобы изменения вступили в силу?&quot;,
  509. /// &quot;txtVersion&quot;: &quot;Версия: {VN}&quot;,
  510. /// &quot;txtBitness&quot;: &quot;Вы работаете с {BITS}&quot;,
  511. /// &quot;CleanPreviewForm&quot;: &quot;Чистый предварительный просмотр&quot;,
  512. /// &quot;linkUpdate&quot;: &quot;обновление доступно&quot;,
  513. /// &quot;lblLab&quot;: &quot;экспериментальная сборка\n(удалить после тестирования)&quot;,
  514. /// &quot;performanceSw&quot;: &quot;Вкл Настройк [rest of string was truncated]&quot;;.
  515. /// </summary>
  516. internal static string RU {
  517. get {
  518. return ResourceManager.GetString("RU", resourceCulture);
  519. }
  520. }
  521. /// <summary>
  522. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  523. ///
  524. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\SystemShortcuts]
  525. ///&quot;MUIVerb&quot;=&quot;System Shortcuts&quot;
  526. ///&quot;SubCommands&quot;=&quot;admintools;datetime;regional;folderoptions;gmode;internetoptions;network;power;appwiz;rbin;run;search;services;sysdm;user;user2;flip3d&quot;
  527. ///&quot;icon&quot;=&quot;sysdm.cpl&quot;
  528. ///&quot;Position&quot;=-
  529. ///
  530. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\admintools]
  531. ///@=&quot;Administrative Tools&quot;
  532. ///&quot;icon&quot;=&quot;imageres.dll,109&quot;
  533. ///
  534. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Micros [rest of string was truncated]&quot;;.
  535. /// </summary>
  536. internal static string SystemShortcuts {
  537. get {
  538. return ResourceManager.GetString("SystemShortcuts", resourceCulture);
  539. }
  540. }
  541. /// <summary>
  542. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  543. ///
  544. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\SystemTools]
  545. ///&quot;MUIVerb&quot;=&quot;System Tools&quot;
  546. ///&quot;SubCommands&quot;=&quot;control;cleanmgr;devmgr;event;regedit;secctr;msconfig;taskmgr;taskschd;wu&quot;
  547. ///&quot;icon&quot;=&quot;imageres.dll,104&quot;
  548. ///&quot;Position&quot;=-
  549. ///
  550. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\control]
  551. ///@=&quot;Control Panel&quot;
  552. ///&quot;icon&quot;=&quot;control.exe&quot;
  553. ///
  554. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\control\command]
  555. ///@=&quot;c [rest of string was truncated]&quot;;.
  556. /// </summary>
  557. internal static string SystemTools {
  558. get {
  559. return ResourceManager.GetString("SystemTools", resourceCulture);
  560. }
  561. }
  562. /// <summary>
  563. /// Looks up a localized string similar to {
  564. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  565. /// &quot;restartButton&quot;: &quot;Uygula ve Yeniden Başlat&quot;,
  566. /// &quot;restartButton8&quot;: &quot;Uygula ve Yeniden Başlat&quot;,
  567. /// &quot;restartButton10&quot;: &quot;Uygula ve Yeniden Başlat&quot;,
  568. /// &quot;restartAndApply&quot;: &quot;Değişiklikleri uygulamak için yeniden başlatılsın mı?&quot;,
  569. /// &quot;txtVersion&quot;: &quot;Versiyon: {VN}&quot;,
  570. /// &quot;txtBitness&quot;: &quot;{BITS} ile çalışıyor.&quot;,
  571. /// &quot;CleanPreviewForm&quot;: &quot;Temiz Önizleme&quot;,
  572. /// &quot;linkUpdate&quot;: &quot;Güncelleme Mevcut&quot;,
  573. /// &quot;lblLab&quot;: &quot;Deneysel Yapı\n(Testten sonra silin)&quot;,
  574. /// &quot;performanceSw&quot;: &quot;Performans Ayarlarını Etkinleştir&quot;,
  575. /// &quot;netwo [rest of string was truncated]&quot;;.
  576. /// </summary>
  577. internal static string TR {
  578. get {
  579. return ResourceManager.GetString("TR", resourceCulture);
  580. }
  581. }
  582. /// <summary>
  583. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  584. ///
  585. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\WindowsApps]
  586. ///&quot;MUIVerb&quot;=&quot;Windows Apps&quot;
  587. ///&quot;SubCommands&quot;=&quot;calc;chmap;cmd;dfrg;ie;notepad;paint;psr;snip;srd;srt;tsch;wmp;wordpad&quot;
  588. ///&quot;icon&quot;=&quot;imageres.dll,152&quot;
  589. ///&quot;Position&quot;=-
  590. ///
  591. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc]
  592. ///@=&quot;Calculator&quot;
  593. ///&quot;icon&quot;=&quot;calc.exe&quot;
  594. ///
  595. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc\command]
  596. ///@=&quot;calc.exe&quot;
  597. ///
  598. ///[HK [rest of string was truncated]&quot;;.
  599. /// </summary>
  600. internal static string WindowsApps {
  601. get {
  602. return ResourceManager.GetString("WindowsApps", resourceCulture);
  603. }
  604. }
  605. }
  606. }