Resources.Designer.cs 61 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289
  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", "17.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 string similar to {
  82. /// &quot;subSystem&quot;: &quot;نظام&quot;,
  83. /// &quot;subPrivacy&quot;: &quot;خصوصية&quot;,
  84. /// &quot;subGaming&quot;: &quot;الألعاب&quot;,
  85. /// &quot;subTouch&quot;: &quot;يلمس&quot;,
  86. /// &quot;subTaskbar&quot;: &quot;ريط المهام&quot;,
  87. /// &quot;subExtras&quot;: &quot;إضافات&quot;,
  88. /// &quot;btnAbout&quot;: &quot;حسنا&quot;,
  89. /// &quot;restartButton&quot;: &quot;إعادة التشغيل الآن&quot;,
  90. /// &quot;restartButton8&quot;: &quot;إعادة التشغيل الآن&quot;,
  91. /// &quot;restartButton10&quot;: &quot;إعادة التشغيل الآن&quot;,
  92. /// &quot;restartAndApply&quot;: &quot;إعادة التشغيل لتطبيق التغييرات&quot;,
  93. /// &quot;btnFind&quot;: &quot;يجد&quot;,
  94. /// &quot;btnKill&quot;: &quot;قتل&quot;,
  95. /// &quot;trayUnlocker&quot;: &quot;مقابض الملفات&quot;,
  96. /// &quot;onedriveM&quot;: &quot;هل أنت متأكد من أنك تريد إزالة تثبيت OneDrive؟ يؤدي هذا إلى حذف [rest of string was truncated]&quot;;.
  97. /// </summary>
  98. internal static string AR {
  99. get {
  100. return ResourceManager.GetString("AR", resourceCulture);
  101. }
  102. }
  103. /// <summary>
  104. /// Looks up a localized resource of type System.Drawing.Bitmap.
  105. /// </summary>
  106. internal static System.Drawing.Bitmap banner {
  107. get {
  108. object obj = ResourceManager.GetObject("banner", resourceCulture);
  109. return ((System.Drawing.Bitmap)(obj));
  110. }
  111. }
  112. /// <summary>
  113. /// Looks up a localized resource of type System.Drawing.Bitmap.
  114. /// </summary>
  115. internal static System.Drawing.Bitmap brazil {
  116. get {
  117. object obj = ResourceManager.GetObject("brazil", resourceCulture);
  118. return ((System.Drawing.Bitmap)(obj));
  119. }
  120. }
  121. /// <summary>
  122. /// Looks up a localized resource of type System.Drawing.Bitmap.
  123. /// </summary>
  124. internal static System.Drawing.Bitmap china {
  125. get {
  126. object obj = ResourceManager.GetObject("china", resourceCulture);
  127. return ((System.Drawing.Bitmap)(obj));
  128. }
  129. }
  130. /// <summary>
  131. /// Looks up a localized string similar to {
  132. /// &quot;subSystem&quot;: &quot;系统&quot;,
  133. /// &quot;subPrivacy&quot;: &quot;隐私&quot;,
  134. /// &quot;subGaming&quot;: &quot;游戏&quot;,
  135. /// &quot;subTouch&quot;: &quot;触碰&quot;,
  136. /// &quot;subTaskbar&quot;: &quot;任务栏&quot;,
  137. /// &quot;subExtras&quot;: &quot;附加功能&quot;,
  138. /// &quot;btnAbout&quot;: &quot;确定&quot;,
  139. /// &quot;restartButton&quot;: &quot;现在重启&quot;,
  140. /// &quot;restartButton8&quot;: &quot;现在重启&quot;,
  141. /// &quot;restartButton10&quot;: &quot;现在重启&quot;,
  142. /// &quot;restartAndApply&quot;: &quot;重新启动以应用更改&quot;,
  143. /// &quot;btnFind&quot;: &quot;查找进程&quot;,
  144. /// &quot;btnKill&quot;: &quot;结束进程&quot;,
  145. /// &quot;trayUnlocker&quot;: &quot;查找文件句柄&quot;,
  146. /// &quot;txtVersion&quot;: &quot;版本: {VN}&quot;,
  147. /// &quot;txtBitness&quot;: &quot;您使用的是{BITS}&quot;,
  148. /// &quot;onedriveM&quot;: &quot;确定要卸载 OneDrive 吗? 这将删除您的桌面和文档文件! 仅在本地帐户上使用此选项!&quot;,
  149. /// &quot;systemRestoreM&quot;: &quot;您确定要禁用系统还原吗? 这将删除您当前的备份图像!&quot; [rest of string was truncated]&quot;;.
  150. /// </summary>
  151. internal static string CN {
  152. get {
  153. return ResourceManager.GetString("CN", resourceCulture);
  154. }
  155. }
  156. /// <summary>
  157. /// Looks up a localized string similar to {
  158. /// &quot;subSystem&quot;: &quot;Systém&quot;,
  159. /// &quot;subPrivacy&quot;: &quot;Soukromí&quot;,
  160. /// &quot;subGaming&quot;: &quot;Hraní&quot;,
  161. /// &quot;subTouch&quot;: &quot;Dotek&quot;,
  162. /// &quot;subTaskbar&quot;: &quot;Hlavní panel&quot;,
  163. /// &quot;subExtras&quot;: &quot;Extra&quot;,
  164. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  165. /// &quot;restartButton&quot;: &quot;Restartovat nyní&quot;,
  166. /// &quot;restartButton8&quot;: &quot;Restartovat nyní&quot;,
  167. /// &quot;restartButton10&quot;: &quot;Restartovat nyní&quot;,
  168. /// &quot;restartAndApply&quot;: &quot;Restartovat a použít změny&quot;,
  169. /// &quot;btnFind&quot;: &quot;Nalézt&quot;,
  170. /// &quot;btnKill&quot;: &quot;Zabít&quot;,
  171. /// &quot;trayUnlocker&quot;: &quot;Držadla souborů (File Handles)&quot;,
  172. /// &quot;txtVersion&quot;: &quot;Verze: {VN}&quot;,
  173. /// &quot;onedriveM&quot;: &quot;Opravdu chcete odin [rest of string was truncated]&quot;;.
  174. /// </summary>
  175. internal static string CZ {
  176. get {
  177. return ResourceManager.GetString("CZ", resourceCulture);
  178. }
  179. }
  180. /// <summary>
  181. /// Looks up a localized resource of type System.Drawing.Bitmap.
  182. /// </summary>
  183. internal static System.Drawing.Bitmap czech {
  184. get {
  185. object obj = ResourceManager.GetObject("czech", resourceCulture);
  186. return ((System.Drawing.Bitmap)(obj));
  187. }
  188. }
  189. /// <summary>
  190. /// Looks up a localized string similar to {
  191. /// &quot;subSystem&quot;: &quot;System&quot;,
  192. /// &quot;subPrivacy&quot;: &quot;Privatsphäre&quot;,
  193. /// &quot;subGaming&quot;: &quot;Spielen&quot;,
  194. /// &quot;subTouch&quot;: &quot;Berühren&quot;,
  195. /// &quot;subTaskbar&quot;: &quot;Taskleiste&quot;,
  196. /// &quot;subExtras&quot;: &quot;Extras&quot;,
  197. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  198. /// &quot;restartButton&quot;: &quot;Jetzt neu starten&quot;,
  199. /// &quot;restartButton8&quot;: &quot;Jetzt neu starten&quot;,
  200. /// &quot;restartButton10&quot;: &quot;Jetzt neu starten&quot;,
  201. /// &quot;restartAndApply&quot;: &quot;Neu starten, um Änderungen anzuwenden&quot;,
  202. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  203. /// &quot;btnFind&quot;: &quot;Finden&quot;,
  204. /// &quot;btnKill&quot;: &quot;Töten&quot;,
  205. /// &quot;trayUnlocker&quot;: &quot;Dateihandles&quot;,
  206. /// &quot;txtBitness&quot;: &quot;Betriebssyst [rest of string was truncated]&quot;;.
  207. /// </summary>
  208. internal static string DE {
  209. get {
  210. return ResourceManager.GetString("DE", resourceCulture);
  211. }
  212. }
  213. /// <summary>
  214. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  215. ///
  216. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\DesktopShortcuts]
  217. ///&quot;MUIVerb&quot;=&quot;Desktop Shortcuts&quot;
  218. ///&quot;SubCommands&quot;=&quot;theme;wallpaper;scrnsavr;desktopicons;sound;cursor;DPI;color&quot;
  219. ///&quot;icon&quot;=&quot;desk.cpl&quot;
  220. ///&quot;Position&quot;=-
  221. ///
  222. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\theme]
  223. ///@=&quot;Change Theme&quot;
  224. ///&quot;icon&quot;=&quot;imageres.dll,145&quot;
  225. ///
  226. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\theme\command]
  227. ///@=&quot;control desk [rest of string was truncated]&quot;;.
  228. /// </summary>
  229. internal static string DesktopShortcuts {
  230. get {
  231. return ResourceManager.GetString("DesktopShortcuts", resourceCulture);
  232. }
  233. }
  234. /// <summary>
  235. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  236. ///
  237. ///; MajorGeeks.Com
  238. ///; How to Restore the Windows Photo Viewer on Windows 10
  239. ///; https://www.majorgeeks.com/content/page/restore_the_windows_photo_viewer_on_windows_10.html
  240. ///
  241. ///[HKEY_CLASSES_ROOT\jpegfile\shell\open\DropTarget]
  242. ///&quot;Clsid&quot;=-
  243. ///
  244. ///[HKEY_CLASSES_ROOT\pngfile\shell\open\DropTarget]
  245. ///&quot;Clsid&quot;=-
  246. ///
  247. ///[-HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open]
  248. ///
  249. ///[-HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Bitmap]
  250. ///
  251. ///[-HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.JFIF]
  252. ///
  253. ///[-H [rest of string was truncated]&quot;;.
  254. /// </summary>
  255. internal static string DisableClassicPhotoViewer {
  256. get {
  257. return ResourceManager.GetString("DisableClassicPhotoViewer", resourceCulture);
  258. }
  259. }
  260. /// <summary>
  261. /// Looks up a localized string similar to rem USE AT OWN RISK AS IS WITHOUT WARRANTY OF ANY KIND !!!!!
  262. ///
  263. ///rem https://docs.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/security-malware-windows-defender-disableantispyware
  264. ///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.
  265. ///
  266. ///rem Disable Tamper Protection First !!!!!
  267. ///rem https://www.tenforums.com/tutorials/123792-turn-off-tamper-protection-windows-defender-antivirus.html
  268. ///reg [rest of string was truncated]&quot;;.
  269. /// </summary>
  270. internal static string DisableDefenderSafeMode1903Plus {
  271. get {
  272. return ResourceManager.GetString("DisableDefenderSafeMode1903Plus", resourceCulture);
  273. }
  274. }
  275. /// <summary>
  276. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  277. ///
  278. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedapplications]
  279. ///&quot;accesssolution&quot;=dword:00000001
  280. ///&quot;olksolution&quot;=dword:00000001
  281. ///&quot;onenotesolution&quot;=dword:00000001
  282. ///&quot;pptsolution&quot;=dword:00000001
  283. ///&quot;projectsolution&quot;=dword:00000001
  284. ///&quot;publishersolution&quot;=dword:00000001
  285. ///&quot;visiosolution&quot;=dword:00000001
  286. ///&quot;wdsolution&quot;=dword:00000001
  287. ///&quot;xlsolution&quot;=dword:00000001
  288. ///
  289. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedsolutiontypes]
  290. ///&quot;agave&quot;=dword:0000000 [rest of string was truncated]&quot;;.
  291. /// </summary>
  292. internal static string DisableOfficeTelemetry {
  293. get {
  294. return ResourceManager.GetString("DisableOfficeTelemetry", resourceCulture);
  295. }
  296. }
  297. /// <summary>
  298. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot;
  299. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot; /disable
  300. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot;
  301. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot; /disable
  302. ///
  303. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot;
  304. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot; /disable
  305. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn&quot; [rest of string was truncated]&quot;;.
  306. /// </summary>
  307. internal static string DisableOfficeTelemetryTasks {
  308. get {
  309. return ResourceManager.GetString("DisableOfficeTelemetryTasks", resourceCulture);
  310. }
  311. }
  312. /// <summary>
  313. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot;
  314. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot; /disable
  315. ///schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot;
  316. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot; /disable
  317. ///schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask&quot;
  318. ///schtasks /change /tn &quot;\Microsoft\Windo [rest of string was truncated]&quot;;.
  319. /// </summary>
  320. internal static string DisableTelemetryTasks {
  321. get {
  322. return ResourceManager.GetString("DisableTelemetryTasks", resourceCulture);
  323. }
  324. }
  325. /// <summary>
  326. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot;
  327. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot; /disable
  328. ///schtasks /end /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot;
  329. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot; /disable
  330. ///.
  331. /// </summary>
  332. internal static string DisableXboxTasks {
  333. get {
  334. return ResourceManager.GetString("DisableXboxTasks", resourceCulture);
  335. }
  336. }
  337. /// <summary>
  338. /// Looks up a localized resource of type System.Drawing.Bitmap.
  339. /// </summary>
  340. internal static System.Drawing.Bitmap dutch {
  341. get {
  342. object obj = ResourceManager.GetObject("dutch", resourceCulture);
  343. return ((System.Drawing.Bitmap)(obj));
  344. }
  345. }
  346. /// <summary>
  347. /// Looks up a localized resource of type System.Drawing.Bitmap.
  348. /// </summary>
  349. internal static System.Drawing.Bitmap egypt {
  350. get {
  351. object obj = ResourceManager.GetObject("egypt", resourceCulture);
  352. return ((System.Drawing.Bitmap)(obj));
  353. }
  354. }
  355. /// <summary>
  356. /// Looks up a localized string similar to {
  357. /// &quot;subSystem&quot;: &quot;Σύστημα&quot;,
  358. /// &quot;subPrivacy&quot;: &quot;Ιδιωτικότητα&quot;,
  359. /// &quot;subGaming&quot;: &quot;Gaming&quot;,
  360. /// &quot;subTouch&quot;: &quot;Αφή&quot;,
  361. /// &quot;subTaskbar&quot;: &quot;Γραμμή Εργασιών&quot;,
  362. /// &quot;subExtras&quot;: &quot;Πρόσθετα&quot;,
  363. /// &quot;btnAbout&quot;: &quot;Εντάξει&quot;,
  364. /// &quot;restartButton&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  365. /// &quot;restartButton8&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  366. /// &quot;restartButton10&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  367. /// &quot;btnFind&quot;: &quot;Εύρεση&quot;,
  368. /// &quot;btnKill&quot;: &quot;Τερματισμός&quot;,
  369. /// &quot;trayUnlocker&quot;: &quot;File Handles&quot;,
  370. /// &quot;restartAndApply&quot;: &quot;Επανεκκίνηση για την εφαρμογή των αλλαγών&quot;,
  371. /// &quot;txtVersion&quot;: &quot;Έκδοση: {VN}&quot;,
  372. /// &quot;txtBitness [rest of string was truncated]&quot;;.
  373. /// </summary>
  374. internal static string EL {
  375. get {
  376. return ResourceManager.GetString("EL", resourceCulture);
  377. }
  378. }
  379. /// <summary>
  380. /// Looks up a localized string similar to {
  381. /// &quot;subSystem&quot;: &quot;System&quot;,
  382. /// &quot;subPrivacy&quot;: &quot;Privacy&quot;,
  383. /// &quot;subGaming&quot;: &quot;Gaming&quot;,
  384. /// &quot;subTouch&quot;: &quot;Touch&quot;,
  385. /// &quot;subTaskbar&quot;: &quot;Taskbar&quot;,
  386. /// &quot;subExtras&quot;: &quot;Extras&quot;,
  387. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  388. /// &quot;restartButton&quot;: &quot;Restart now&quot;,
  389. /// &quot;restartButton8&quot;: &quot;Restart now&quot;,
  390. /// &quot;restartButton10&quot;: &quot;Restart now&quot;,
  391. /// &quot;btnFind&quot;: &quot;Find&quot;,
  392. /// &quot;btnKill&quot;: &quot;Kill&quot;,
  393. /// &quot;trayUnlocker&quot;: &quot;File Handles&quot;,
  394. /// &quot;restartAndApply&quot;: &quot;Restart to apply changes&quot;,
  395. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  396. /// &quot;txtBitness&quot;: &quot;You are working with {BITS}&quot;,
  397. /// &quot;linkUpdate&quot;: &quot;Update avai [rest of string was truncated]&quot;;.
  398. /// </summary>
  399. internal static string EN {
  400. get {
  401. return ResourceManager.GetString("EN", resourceCulture);
  402. }
  403. }
  404. /// <summary>
  405. /// Looks up a localized string similar to reg add &quot;HKLM\Software\Microsoft\Windows Defender\Features&quot; /v &quot;TamperProtection&quot; /t REG_DWORD /d &quot;1&quot; /f
  406. ///
  407. ///reg add &quot;HKLM\System\CurrentControlSet\Services\SgrmBroker&quot; /v &quot;Start&quot; /t REG_DWORD /d &quot;2&quot; /f
  408. ///
  409. ///reg add &quot;HKLM\System\CurrentControlSet\Services\SecurityHealthService&quot; /v &quot;Start&quot; /t REG_DWORD /d &quot;2&quot; /f
  410. ///
  411. ///rem 1 - Disable Real-time protection
  412. ///reg delete &quot;HKLM\Software\Policies\Microsoft\Windows Defender&quot; /f
  413. ///reg add &quot;HKLM\Software\Policies\Microsoft\Windows Defender&quot; /v &quot;DisableAntiSpyware&quot; /t REG_DWO [rest of string was truncated]&quot;;.
  414. /// </summary>
  415. internal static string EnableDefenderSafeMode1903Plus {
  416. get {
  417. return ResourceManager.GetString("EnableDefenderSafeMode1903Plus", resourceCulture);
  418. }
  419. }
  420. /// <summary>
  421. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  422. ///
  423. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedapplications]
  424. ///&quot;accesssolution&quot;=-
  425. ///&quot;olksolution&quot;=-
  426. ///&quot;onenotesolution&quot;=-
  427. ///&quot;pptsolution&quot;=-
  428. ///&quot;projectsolution&quot;=-
  429. ///&quot;publishersolution&quot;=-
  430. ///&quot;visiosolution&quot;=-
  431. ///&quot;wdsolution&quot;=-
  432. ///&quot;xlsolution&quot;=-
  433. ///
  434. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedsolutiontypes]
  435. ///&quot;agave&quot;=-
  436. ///&quot;appaddins&quot;=-
  437. ///&quot;comaddins&quot;=-
  438. ///&quot;documentfiles&quot;=-
  439. ///&quot;templatefiles&quot;=-
  440. ///.
  441. /// </summary>
  442. internal static string EnableOfficeTelemetry {
  443. get {
  444. return ResourceManager.GetString("EnableOfficeTelemetry", resourceCulture);
  445. }
  446. }
  447. /// <summary>
  448. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot; /enable
  449. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot; /enable
  450. ///
  451. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot; /enable
  452. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn&quot; /enable
  453. ///
  454. ///reg add &quot;HKCU\SOFTWARE\Microsoft\Office\15.0\Outlook\Options\Mail&quot; /v &quot;EnableLogging&quot; /t REG_DWORD /d 1 /f
  455. ///reg add &quot;HKCU\SOFTWARE\Microsoft\Office\16.0\Outlook\Options\Mail&quot; /v &quot;EnableLogging&quot; /t [rest of string was truncated]&quot;;.
  456. /// </summary>
  457. internal static string EnableOfficeTelemetryTasks {
  458. get {
  459. return ResourceManager.GetString("EnableOfficeTelemetryTasks", resourceCulture);
  460. }
  461. }
  462. /// <summary>
  463. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot; /enable
  464. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot; /enable
  465. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask&quot; /enable
  466. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\UsbCeip&quot; /enable
  467. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Uploader&quot; /enable
  468. ///schtasks / [rest of string was truncated]&quot;;.
  469. /// </summary>
  470. internal static string EnableTelemetryTasks {
  471. get {
  472. return ResourceManager.GetString("EnableTelemetryTasks", resourceCulture);
  473. }
  474. }
  475. /// <summary>
  476. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot; /enable
  477. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot; /enable
  478. ///.
  479. /// </summary>
  480. internal static string EnableXboxTasks {
  481. get {
  482. return ResourceManager.GetString("EnableXboxTasks", resourceCulture);
  483. }
  484. }
  485. /// <summary>
  486. /// Looks up a localized string similar to {
  487. /// &quot;subSystem&quot;: &quot;Sistema&quot;,
  488. /// &quot;subPrivacy&quot;: &quot;Privacidad&quot;,
  489. /// &quot;subGaming&quot;: &quot;Juego de azar&quot;,
  490. /// &quot;subTouch&quot;: &quot;Tocar&quot;,
  491. /// &quot;subTaskbar&quot;: &quot;Barra de tareas&quot;,
  492. /// &quot;subExtras&quot;: &quot;Extras&quot;,
  493. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  494. /// &quot;restartButton&quot;: &quot;Reiniciar ahora&quot;,
  495. /// &quot;restartButton8&quot;: &quot;Reiniciar ahora&quot;,
  496. /// &quot;restartButton10&quot;: &quot;Reiniciar ahora&quot;,
  497. /// &quot;btnFind&quot;: &quot;Encontrar&quot;,
  498. /// &quot;btnKill&quot;: &quot;Matar&quot;,
  499. /// &quot;trayUnlocker&quot;: &quot;Asas de archivo&quot;,
  500. /// &quot;restartAndApply&quot;: &quot;Reiniciar para aplicar cambios&quot;,
  501. /// &quot;onedriveM&quot;: &quot;¿Seguro que quieres desinstalar OneDrive? ¡Est [rest of string was truncated]&quot;;.
  502. /// </summary>
  503. internal static string ES {
  504. get {
  505. return ResourceManager.GetString("ES", resourceCulture);
  506. }
  507. }
  508. /// <summary>
  509. /// Looks up a localized string similar to {
  510. /// &quot;subSystem&quot;: &quot;سیستم&quot;,
  511. /// &quot;subPrivacy&quot;: &quot;Privacy&quot;,
  512. /// &quot;subGaming&quot;: &quot;Gaming&quot;,
  513. /// &quot;subTouch&quot;: &quot;Touch&quot;,
  514. /// &quot;subTaskbar&quot;: &quot;نوار وظیفه&quot;,
  515. /// &quot;subExtras&quot;: &quot;Extras&quot;,
  516. /// &quot;btnAbout&quot;: &quot;تایید&quot;,
  517. /// &quot;restartButton&quot;: &quot;Restart now&quot;,
  518. /// &quot;restartButton8&quot;: &quot;Restart now&quot;,
  519. /// &quot;restartButton10&quot;: &quot;Restart now&quot;,
  520. /// &quot;btnFind&quot;: &quot;پیدا کردن&quot;,
  521. /// &quot;btnKill&quot;: &quot;Kill&quot;,
  522. /// &quot;trayUnlocker&quot;: &quot;File Handles&quot;,
  523. /// &quot;restartAndApply&quot;: &quot;Restart to apply changes&quot;,
  524. /// &quot;txtVersion&quot;: &quot;نسخه: {VN}&quot;,
  525. /// &quot;txtBitness&quot;: &quot;You are working with {BITS}&quot;,
  526. /// &quot;linkUpdate&quot;: &quot;بروز [rest of string was truncated]&quot;;.
  527. /// </summary>
  528. internal static string FA {
  529. get {
  530. return ResourceManager.GetString("FA", resourceCulture);
  531. }
  532. }
  533. /// <summary>
  534. /// Looks up a localized string similar to {
  535. /// &quot;subSystem&quot;: &quot;Système&quot;,
  536. /// &quot;subPrivacy&quot;: &quot;Intimité&quot;,
  537. /// &quot;subGaming&quot;: &quot;Jeux&quot;,
  538. /// &quot;subTouch&quot;: &quot;Toucher&quot;,
  539. /// &quot;subTaskbar&quot;: &quot;Barre des tâches&quot;,
  540. /// &quot;subExtras&quot;: &quot;Suppléments&quot;,
  541. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  542. /// &quot;restartButton&quot;: &quot;redemarrer maintenant&quot;,
  543. /// &quot;restartButton8&quot;: &quot;redemarrer maintenant&quot;,
  544. /// &quot;restartButton10&quot;: &quot;redemarrer maintenant&quot;,
  545. /// &quot;btnFind&quot;: &quot;Trouver&quot;,
  546. /// &quot;btnKill&quot;: &quot;Tuer&quot;,
  547. /// &quot;trayUnlocker&quot;: &quot;Poignées de fichier&quot;,
  548. /// &quot;restartAndApply&quot;: &quot;Redemarrer pour appliquer les changements&quot;,
  549. /// &quot;onedriveM&quot;: &quot;Voulez-vous vraimen [rest of string was truncated]&quot;;.
  550. /// </summary>
  551. internal static string FR {
  552. get {
  553. return ResourceManager.GetString("FR", resourceCulture);
  554. }
  555. }
  556. /// <summary>
  557. /// Looks up a localized resource of type System.Drawing.Bitmap.
  558. /// </summary>
  559. internal static System.Drawing.Bitmap france {
  560. get {
  561. object obj = ResourceManager.GetObject("france", resourceCulture);
  562. return ((System.Drawing.Bitmap)(obj));
  563. }
  564. }
  565. /// <summary>
  566. /// Looks up a localized resource of type System.Drawing.Bitmap.
  567. /// </summary>
  568. internal static System.Drawing.Bitmap germany {
  569. get {
  570. object obj = ResourceManager.GetObject("germany", resourceCulture);
  571. return ((System.Drawing.Bitmap)(obj));
  572. }
  573. }
  574. /// <summary>
  575. /// Looks up a localized string similar to @echo off
  576. ///pushd &quot;%~dp0&quot;
  577. ///dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum &gt;List.txt
  578. ///dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum &gt;&gt;List.txt
  579. ///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;
  580. ///.
  581. /// </summary>
  582. internal static string GPEditEnablerInHome {
  583. get {
  584. return ResourceManager.GetString("GPEditEnablerInHome", resourceCulture);
  585. }
  586. }
  587. /// <summary>
  588. /// Looks up a localized resource of type System.Drawing.Bitmap.
  589. /// </summary>
  590. internal static System.Drawing.Bitmap greece {
  591. get {
  592. object obj = ResourceManager.GetObject("greece", resourceCulture);
  593. return ((System.Drawing.Bitmap)(obj));
  594. }
  595. }
  596. /// <summary>
  597. /// Looks up a localized resource of type System.Byte[].
  598. /// </summary>
  599. internal static byte[] hosts {
  600. get {
  601. object obj = ResourceManager.GetObject("hosts", resourceCulture);
  602. return ((byte[])(obj));
  603. }
  604. }
  605. /// <summary>
  606. /// Looks up a localized string similar to {
  607. /// &quot;subSystem&quot;: &quot;Rendszer&quot;,
  608. /// &quot;subPrivacy&quot;: &quot;Magánélet&quot;,
  609. /// &quot;subGaming&quot;: &quot;Szerencsejáték&quot;,
  610. /// &quot;subTouch&quot;: &quot;Érintés&quot;,
  611. /// &quot;subTaskbar&quot;: &quot;Tálca&quot;,
  612. /// &quot;subExtras&quot;: &quot;Extrák&quot;,
  613. /// &quot;btnAbout&quot;: &quot;Rendben&quot;,
  614. /// &quot;restartButton&quot;: &quot;Újraindítás most&quot;,
  615. /// &quot;restartButton8&quot;: &quot;Újraindítás most&quot;,
  616. /// &quot;restartButton10&quot;: &quot;Újraindítás most&quot;,
  617. /// &quot;restartAndApply&quot;: &quot;Újraindítod az eszközt, hogy a változások érvénybe kerüljenek&quot;,
  618. /// &quot;txtVersion&quot;: &quot;Verzuó: {VN}&quot;,
  619. /// &quot;txtBitness&quot;: &quot;You are working with {BITS}&quot;,
  620. /// &quot;linkUpdate&quot;: &quot;Frissítés elérhető&quot; [rest of string was truncated]&quot;;.
  621. /// </summary>
  622. internal static string HU {
  623. get {
  624. return ResourceManager.GetString("HU", resourceCulture);
  625. }
  626. }
  627. /// <summary>
  628. /// Looks up a localized resource of type System.Drawing.Bitmap.
  629. /// </summary>
  630. internal static System.Drawing.Bitmap hungary {
  631. get {
  632. object obj = ResourceManager.GetObject("hungary", resourceCulture);
  633. return ((System.Drawing.Bitmap)(obj));
  634. }
  635. }
  636. /// <summary>
  637. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  638. ///
  639. ///[HKEY_CLASSES_ROOT\*\shell\runas]
  640. ///@=&quot;Take Ownership&quot;
  641. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  642. ///
  643. ///[HKEY_CLASSES_ROOT\*\shell\runas\command]
  644. ///@=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F&quot;
  645. ///&quot;IsolatedCommand&quot;=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F&quot;
  646. ///
  647. ///[HKEY_CLASSES_ROOT\Directory\shell\runas]
  648. ///@=&quot;Take Ownership&quot;
  649. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  650. ///
  651. ///[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
  652. ///@=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; /r /d y &amp;&amp; icacls \&quot;% [rest of string was truncated]&quot;;.
  653. /// </summary>
  654. internal static string InstallTakeOwnership {
  655. get {
  656. return ResourceManager.GetString("InstallTakeOwnership", resourceCulture);
  657. }
  658. }
  659. /// <summary>
  660. /// Looks up a localized resource of type System.Drawing.Bitmap.
  661. /// </summary>
  662. internal static System.Drawing.Bitmap iran {
  663. get {
  664. object obj = ResourceManager.GetObject("iran", resourceCulture);
  665. return ((System.Drawing.Bitmap)(obj));
  666. }
  667. }
  668. /// <summary>
  669. /// Looks up a localized string similar to {
  670. /// &quot;subSystem&quot;: &quot;Sistema&quot;,
  671. /// &quot;subPrivacy&quot;: &quot;Privacy&quot;,
  672. /// &quot;subGaming&quot;: &quot;Gioco&quot;,
  673. /// &quot;subTouch&quot;: &quot;Tocco&quot;,
  674. /// &quot;subTaskbar&quot;: &quot;Barra delle applicazioni&quot;,
  675. /// &quot;subExtras&quot;: &quot;Extra&quot;,
  676. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  677. /// &quot;restartButton&quot;: &quot;riavvia ora&quot;,
  678. /// &quot;restartButton8&quot;: &quot;riavvia ora&quot;,
  679. /// &quot;restartButton10&quot;: &quot;riavvia ora&quot;,
  680. /// &quot;restartAndApply&quot;: &quot;Riavviare per applicare le modifiche&quot;,
  681. /// &quot;txtVersion&quot;: &quot;Versione: {VN}&quot;,
  682. /// &quot;btnFind&quot;: &quot;Trova&quot;,
  683. /// &quot;btnKill&quot;: &quot;Uccisione&quot;,
  684. /// &quot;trayUnlocker&quot;: &quot;Manici di file&quot;,
  685. /// &quot;txtBitness&quot;: &quot;Architettura: {BITS}&quot; [rest of string was truncated]&quot;;.
  686. /// </summary>
  687. internal static string IT {
  688. get {
  689. return ResourceManager.GetString("IT", resourceCulture);
  690. }
  691. }
  692. /// <summary>
  693. /// Looks up a localized resource of type System.Drawing.Bitmap.
  694. /// </summary>
  695. internal static System.Drawing.Bitmap italy {
  696. get {
  697. object obj = ResourceManager.GetObject("italy", resourceCulture);
  698. return ((System.Drawing.Bitmap)(obj));
  699. }
  700. }
  701. /// <summary>
  702. /// Looks up a localized string similar to {
  703. /// &quot;subSystem&quot;: &quot;システム&quot;,
  704. /// &quot;subPrivacy&quot;: &quot;プライバシー&quot;,
  705. /// &quot;subGaming&quot;: &quot;ゲーム&quot;,
  706. /// &quot;subTouch&quot;: &quot;タッチ&quot;,
  707. /// &quot;subTaskbar&quot;: &quot;タスクバー&quot;,
  708. /// &quot;subExtras&quot;: &quot;その他&quot;,
  709. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  710. /// &quot;restartButton&quot;: &quot;今すぐ再起動&quot;,
  711. /// &quot;restartButton8&quot;: &quot;今すぐ再起動&quot;,
  712. /// &quot;restartButton10&quot;: &quot;今すぐ再起動&quot;,
  713. /// &quot;btnFind&quot;: &quot;検索&quot;,
  714. /// &quot;btnKill&quot;: &quot;強制終了&quot;,
  715. /// &quot;trayUnlocker&quot;: &quot;ファイル ハンドル&quot;,
  716. /// &quot;restartAndApply&quot;: &quot;再起動して変更を適用&quot;,
  717. /// &quot;txtVersion&quot;: &quot;バージョン: {VN}&quot;,
  718. /// &quot;txtBitness&quot;: &quot;{BITS}で動作しています。&quot;,
  719. /// &quot;linkUpdate&quot;: &quot;アップデートが利用可能です&quot;,
  720. /// &quot;lblLab&quot;: &quot;実験的ビルド\n(テスト後に削除されます)&quot;,
  721. /// &quot;performanceSw&quot;: [rest of string was truncated]&quot;;.
  722. /// </summary>
  723. internal static string JA {
  724. get {
  725. return ResourceManager.GetString("JA", resourceCulture);
  726. }
  727. }
  728. /// <summary>
  729. /// Looks up a localized resource of type System.Drawing.Bitmap.
  730. /// </summary>
  731. internal static System.Drawing.Bitmap japan {
  732. get {
  733. object obj = ResourceManager.GetObject("japan", resourceCulture);
  734. return ((System.Drawing.Bitmap)(obj));
  735. }
  736. }
  737. /// <summary>
  738. /// Looks up a localized string similar to {
  739. /// &quot;subSystem&quot;: &quot;시스템&quot;,
  740. /// &quot;subPrivacy&quot;: &quot;개인 정보&quot;,
  741. /// &quot;subGaming&quot;: &quot;게이밍&quot;,
  742. /// &quot;subTouch&quot;: &quot;터치&quot;,
  743. /// &quot;subTaskbar&quot;: &quot;작업 표시줄&quot;,
  744. /// &quot;subExtras&quot;: &quot;추가&quot;,
  745. /// &quot;btnAbout&quot;: &quot;확인&quot;,
  746. /// &quot;restartButton&quot;: &quot;지금 다시 시작&quot;,
  747. /// &quot;restartButton8&quot;: &quot;지금 다시 시작&quot;,
  748. /// &quot;restartButton10&quot;: &quot;지금 다시 시작&quot;,
  749. /// &quot;btnFind&quot;: &quot;찾기&quot;,
  750. /// &quot;btnKill&quot;: &quot;죽이기&quot;,
  751. /// &quot;trayUnlocker&quot;: &quot;파일 핸들&quot;,
  752. /// &quot;restartAndApply&quot;: &quot;다시 시작하여 변경 사항 적용&quot;,
  753. /// &quot;txtVersion&quot;: &quot;버전: {VN}&quot;,
  754. /// &quot;txtBitness&quot;: &quot;{BITS}로 작업중 - 한국어: 비너스걸&quot;,
  755. /// &quot;linkUpdate&quot;: &quot;업데이트 가능&quot;,
  756. /// &quot;lblLab&quot;: &quot;실험 빌드\n(테스트 후 삭제)&quot;,
  757. /// &quot;performanceSw&quot;: [rest of string was truncated]&quot;;.
  758. /// </summary>
  759. internal static string KO {
  760. get {
  761. return ResourceManager.GetString("KO", resourceCulture);
  762. }
  763. }
  764. /// <summary>
  765. /// Looks up a localized resource of type System.Drawing.Bitmap.
  766. /// </summary>
  767. internal static System.Drawing.Bitmap korea {
  768. get {
  769. object obj = ResourceManager.GetObject("korea", resourceCulture);
  770. return ((System.Drawing.Bitmap)(obj));
  771. }
  772. }
  773. /// <summary>
  774. /// Looks up a localized string similar to {
  775. /// &quot;subSystem&quot;: &quot;سیستەم&quot;,
  776. /// &quot;subPrivacy&quot;: &quot;تایبەتمەندیەتی&quot;,
  777. /// &quot;subGaming&quot;: &quot;یاریکردن&quot;,
  778. /// &quot;subTouch&quot;: &quot;دەست لێدان&quot;,
  779. /// &quot;subTaskbar&quot;: &quot;تاسکبار&quot;,
  780. /// &quot;subExtras&quot;: &quot;زیادە&quot;,
  781. /// &quot;btnAbout&quot;: &quot;باشە&quot;,
  782. /// &quot;restartButton&quot;: &quot;ئێستا ڕیستارتی بکەوە&quot;,
  783. /// &quot;restartButton8&quot;: &quot;ئێستا ڕیستارتی بکەوە&quot;,
  784. /// &quot;restartButton10&quot;: &quot;ئێستا ڕیستارتی بکەوە&quot;,
  785. /// &quot;btnFind&quot;: &quot;بیدۆزەوە&quot;,
  786. /// &quot;btnKill&quot;: &quot;بیکوژە (دایبخە)&quot;,
  787. /// &quot;trayUnlocker&quot;: &quot;دەسکەکانی فایل&quot;,
  788. /// &quot;restartAndApply&quot;: &quot;ڕیستارتی ئەکەیتەوە بۆ بینینی گۆڕانکاریەکان&quot;,
  789. /// &quot;txtVersion&quot;: &quot;وەشان : &quot;,
  790. /// &quot; [rest of string was truncated]&quot;;.
  791. /// </summary>
  792. internal static string KU {
  793. get {
  794. return ResourceManager.GetString("KU", resourceCulture);
  795. }
  796. }
  797. /// <summary>
  798. /// Looks up a localized resource of type System.Drawing.Bitmap.
  799. /// </summary>
  800. internal static System.Drawing.Bitmap kurdish {
  801. get {
  802. object obj = ResourceManager.GetObject("kurdish", resourceCulture);
  803. return ((System.Drawing.Bitmap)(obj));
  804. }
  805. }
  806. /// <summary>
  807. /// Looks up a localized resource of type System.Drawing.Bitmap.
  808. /// </summary>
  809. internal static System.Drawing.Bitmap logo {
  810. get {
  811. object obj = ResourceManager.GetObject("logo", resourceCulture);
  812. return ((System.Drawing.Bitmap)(obj));
  813. }
  814. }
  815. /// <summary>
  816. /// Looks up a localized string similar to {
  817. /// &quot;subSystem&quot;: &quot;Systeem&quot;,
  818. /// &quot;subPrivacy&quot;: &quot;Privacy&quot;,
  819. /// &quot;subGaming&quot;: &quot;Gamen&quot;,
  820. /// &quot;subTouch&quot;: &quot;Aanraken&quot;,
  821. /// &quot;subTaskbar&quot;: &quot;Taakbalk&quot;,
  822. /// &quot;subExtras&quot;: &quot;Extra&apos;s&quot;,
  823. /// &quot;btnAbout&quot;:&quot;OK&quot;,
  824. /// &quot;restartButton&quot;:&quot;Nu opnieuw opstarten&quot;,
  825. /// &quot;restartButton8&quot;:&quot;Nu opnieuw opstarten&quot;,
  826. /// &quot;restartButton10&quot;:&quot;Nu opnieuw opstarten&quot;,
  827. /// &quot;restartAndApply&quot;:&quot;Herstart om wijzigingen toe te passen&quot;,
  828. /// &quot;txtVersion&quot;:&quot;Versie: {VN}&quot;,
  829. /// &quot;btnFind&quot;:&quot;Vind&quot;,
  830. /// &quot;btnKill&quot;:&quot;Dood&quot;,
  831. /// &quot;trayUnlocker&quot;:&quot;Bestandshandvatten&quot;,
  832. /// [rest of string was truncated]&quot;;.
  833. /// </summary>
  834. internal static string NL {
  835. get {
  836. return ResourceManager.GetString("NL", resourceCulture);
  837. }
  838. }
  839. /// <summary>
  840. /// Looks up a localized resource of type System.Byte[].
  841. /// </summary>
  842. internal static byte[] OneDrive_Uninstaller {
  843. get {
  844. object obj = ResourceManager.GetObject("OneDrive_Uninstaller", resourceCulture);
  845. return ((byte[])(obj));
  846. }
  847. }
  848. /// <summary>
  849. /// Looks up a localized string similar to {
  850. /// &quot;subSystem&quot;: &quot;System&quot;,
  851. /// &quot;subPrivacy&quot;: &quot;Prywatność&quot;,
  852. /// &quot;subGaming&quot;: &quot;Gra&quot;,
  853. /// &quot;subTouch&quot;: &quot;Dotyk&quot;,
  854. /// &quot;subTaskbar&quot;: &quot;Pasek zadań&quot;,
  855. /// &quot;subExtras&quot;: &quot;Dodatki&quot;,
  856. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  857. /// &quot;restartButton&quot;: &quot;Uruchom ponownie teraz&quot;,
  858. /// &quot;restartButton8&quot;: &quot;Uruchom ponownie teraz&quot;,
  859. /// &quot;restartButton10&quot;: &quot;Uruchom ponownie teraz&quot;,
  860. /// &quot;btnFind&quot;: &quot;Znajdź&quot;,
  861. /// &quot;btnKill&quot;: &quot;Zakończ&quot;,
  862. /// &quot;trayUnlocker&quot;: &quot;Deskryptory plików&quot;,
  863. /// &quot;restartAndApply&quot;: &quot;Uruchom ponownie, aby zastosować zmiany&quot;,
  864. /// &quot;onedriveM&quot;: &quot;Czy na pewno chcesz usunąć u [rest of string was truncated]&quot;;.
  865. /// </summary>
  866. internal static string PL {
  867. get {
  868. return ResourceManager.GetString("PL", resourceCulture);
  869. }
  870. }
  871. /// <summary>
  872. /// Looks up a localized resource of type System.Drawing.Bitmap.
  873. /// </summary>
  874. internal static System.Drawing.Bitmap poland {
  875. get {
  876. object obj = ResourceManager.GetObject("poland", resourceCulture);
  877. return ((System.Drawing.Bitmap)(obj));
  878. }
  879. }
  880. /// <summary>
  881. /// Looks up a localized resource of type System.Byte[].
  882. /// </summary>
  883. internal static byte[] Poppins_Regular {
  884. get {
  885. object obj = ResourceManager.GetObject("Poppins_Regular", resourceCulture);
  886. return ((byte[])(obj));
  887. }
  888. }
  889. /// <summary>
  890. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  891. ///
  892. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Power Menu]
  893. ///&quot;MUIVerb&quot;=&quot;Power Menu&quot;
  894. ///&quot;SubCommands&quot;=&quot;lock;logoff;switch;sleep;hibernate;restart;safemode;shutdown;hybridshutdown&quot;
  895. ///&quot;Icon&quot;=&quot;shell32.dll,215&quot;
  896. ///&quot;Position&quot;=&quot;bottom&quot;
  897. ///
  898. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock]
  899. ///@=&quot;Lock&quot;
  900. ///
  901. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock\command]
  902. ///@=&quot;Rundll32 User32.dll,LockWorkStati [rest of string was truncated]&quot;;.
  903. /// </summary>
  904. internal static string PowerMenu {
  905. get {
  906. return ResourceManager.GetString("PowerMenu", resourceCulture);
  907. }
  908. }
  909. /// <summary>
  910. /// Looks up a localized string similar to {
  911. /// &quot;subSystem&quot;: &quot;Sistema&quot;,
  912. /// &quot;subPrivacy&quot;: &quot;Privacidade&quot;,
  913. /// &quot;subGaming&quot;: &quot;Jogos&quot;,
  914. /// &quot;subTouch&quot;: &quot;Toque&quot;,
  915. /// &quot;subTaskbar&quot;: &quot;Barra de tarefas&quot;,
  916. /// &quot;subExtras&quot;: &quot;Extras&quot;,
  917. /// &quot;btnAbout&quot;: &quot;Feito&quot;,
  918. /// &quot;restartButton&quot;: &quot;Reinicie agora&quot;,
  919. /// &quot;restartButton8&quot;: &quot;Reinicie agora&quot;,
  920. /// &quot;restartButton10&quot;: &quot;Reinicie agora&quot;,
  921. /// &quot;btnFind&quot;: &quot;Encontrar&quot;,
  922. /// &quot;btnKill&quot;: &quot;Finalizar&quot;,
  923. /// &quot;trayUnlocker&quot;: &quot;Alças de arquivo&quot;,
  924. /// &quot;restartAndApply&quot;: &quot;Reinicie para aplicar as alterações&quot;,
  925. /// &quot;onedriveM&quot;: &quot;Tem certeza de que deseja desinstalar o On [rest of string was truncated]&quot;;.
  926. /// </summary>
  927. internal static string PT {
  928. get {
  929. return ResourceManager.GetString("PT", resourceCulture);
  930. }
  931. }
  932. /// <summary>
  933. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  934. ///
  935. ///
  936. ///[-HKEY_CLASSES_ROOT\*\shell\runas]
  937. ///
  938. ///[-HKEY_CLASSES_ROOT\Directory\shell\runas]
  939. ///.
  940. /// </summary>
  941. internal static string RemoveTakeOwnership {
  942. get {
  943. return ResourceManager.GetString("RemoveTakeOwnership", resourceCulture);
  944. }
  945. }
  946. /// <summary>
  947. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  948. ///
  949. ///; MajorGeeks.Com
  950. ///; How to Restore the Windows Photo Viewer on Windows 10
  951. ///; https://www.majorgeeks.com/content/page/restore_the_windows_photo_viewer_on_windows_10.html
  952. ///
  953. ///[HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open]
  954. ///&quot;MuiVerb&quot;=&quot;@photoviewer.dll,-3043&quot;
  955. ///
  956. ///[HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open\command]
  957. ///@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
  958. /// 00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,0 [rest of string was truncated]&quot;;.
  959. /// </summary>
  960. internal static string RestoreClassicPhotoViewer {
  961. get {
  962. return ResourceManager.GetString("RestoreClassicPhotoViewer", resourceCulture);
  963. }
  964. }
  965. /// <summary>
  966. /// Looks up a localized string similar to {
  967. /// &quot;subSystem&quot;: &quot;Sistem&quot;,
  968. /// &quot;subPrivacy&quot;: &quot;Confidențialitate&quot;,
  969. /// &quot;subGaming&quot;: &quot;Jocuri&quot;,
  970. /// &quot;subTouch&quot;: &quot;Atingere&quot;,
  971. /// &quot;subTaskbar&quot;: &quot;Bara de activități&quot;,
  972. /// &quot;subExtras&quot;: &quot;In plus&quot;,
  973. /// &quot;btnAbout&quot;: &quot;Bine&quot;,
  974. /// &quot;restartButton&quot;: &quot;Reporniți acum&quot;,
  975. /// &quot;restartButton8&quot;: &quot;Reporniți acum&quot;,
  976. /// &quot;restartButton10&quot;: &quot;Reporniți acum&quot;,
  977. /// &quot;btnFind&quot;: &quot;Găsește&quot;,
  978. /// &quot;btnKill&quot;: &quot;Terminati&quot;,
  979. /// &quot;trayUnlocker&quot;: &quot;Mânere de fișiere&quot;,
  980. /// &quot;restartAndApply&quot;: &quot;Reporniți pentru a aplica modificările&quot;,
  981. /// &quot;txtVersion&quot;: &quot;Versiunea: {VN}&quot;,
  982. /// &quot;txtBitn [rest of string was truncated]&quot;;.
  983. /// </summary>
  984. internal static string RO {
  985. get {
  986. return ResourceManager.GetString("RO", resourceCulture);
  987. }
  988. }
  989. /// <summary>
  990. /// Looks up a localized resource of type System.Drawing.Bitmap.
  991. /// </summary>
  992. internal static System.Drawing.Bitmap romania {
  993. get {
  994. object obj = ResourceManager.GetObject("romania", resourceCulture);
  995. return ((System.Drawing.Bitmap)(obj));
  996. }
  997. }
  998. /// <summary>
  999. /// Looks up a localized string similar to {
  1000. /// &quot;subSystem&quot;: &quot;Система&quot;,
  1001. /// &quot;subPrivacy&quot;: &quot;Конфиденциальность&quot;,
  1002. /// &quot;subGaming&quot;: &quot;Игры&quot;,
  1003. /// &quot;subTouch&quot;: &quot;Сенсорный экран&quot;,
  1004. /// &quot;subTaskbar&quot;: &quot;Панель задач&quot;,
  1005. /// &quot;subExtras&quot;: &quot;Дополнительно&quot;,
  1006. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  1007. /// &quot;restartButton&quot;: &quot;Перезапустить сейчас&quot;,
  1008. /// &quot;restartButton8&quot;: &quot;Перезапустить сейчас&quot;,
  1009. /// &quot;restartButton10&quot;: &quot;Перезапустить сейчас&quot;,
  1010. /// &quot;restartAndApply&quot;: &quot;Перезапустить, чтобы применить изменения&quot;,
  1011. /// &quot;txtVersion&quot;: &quot;Версия: {VN}&quot;,
  1012. /// &quot;btnFind&quot;: &quot;Находить&quot;,
  1013. /// &quot;btnKill&quot;: &quot;Убийство&quot;,
  1014. /// &quot;trayUnlocker&quot;: &quot;Дескрипт [rest of string was truncated]&quot;;.
  1015. /// </summary>
  1016. internal static string RU {
  1017. get {
  1018. return ResourceManager.GetString("RU", resourceCulture);
  1019. }
  1020. }
  1021. /// <summary>
  1022. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1023. /// </summary>
  1024. internal static System.Drawing.Bitmap russia {
  1025. get {
  1026. object obj = ResourceManager.GetObject("russia", resourceCulture);
  1027. return ((System.Drawing.Bitmap)(obj));
  1028. }
  1029. }
  1030. /// <summary>
  1031. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1032. /// </summary>
  1033. internal static System.Drawing.Bitmap spain {
  1034. get {
  1035. object obj = ResourceManager.GetObject("spain", resourceCulture);
  1036. return ((System.Drawing.Bitmap)(obj));
  1037. }
  1038. }
  1039. /// <summary>
  1040. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  1041. ///
  1042. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\SystemShortcuts]
  1043. ///&quot;MUIVerb&quot;=&quot;System Shortcuts&quot;
  1044. ///&quot;SubCommands&quot;=&quot;admintools;datetime;regional;folderoptions;gmode;internetoptions;network;power;appwiz;rbin;run;search;services;sysdm;user;user2;flip3d&quot;
  1045. ///&quot;icon&quot;=&quot;sysdm.cpl&quot;
  1046. ///&quot;Position&quot;=-
  1047. ///
  1048. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\admintools]
  1049. ///@=&quot;Administrative Tools&quot;
  1050. ///&quot;icon&quot;=&quot;imageres.dll,109&quot;
  1051. ///
  1052. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Micros [rest of string was truncated]&quot;;.
  1053. /// </summary>
  1054. internal static string SystemShortcuts {
  1055. get {
  1056. return ResourceManager.GetString("SystemShortcuts", resourceCulture);
  1057. }
  1058. }
  1059. /// <summary>
  1060. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  1061. ///
  1062. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\SystemTools]
  1063. ///&quot;MUIVerb&quot;=&quot;System Tools&quot;
  1064. ///&quot;SubCommands&quot;=&quot;control;cleanmgr;devmgr;event;regedit;secctr;msconfig;taskmgr;taskschd;wu&quot;
  1065. ///&quot;icon&quot;=&quot;imageres.dll,104&quot;
  1066. ///&quot;Position&quot;=-
  1067. ///
  1068. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\control]
  1069. ///@=&quot;Control Panel&quot;
  1070. ///&quot;icon&quot;=&quot;control.exe&quot;
  1071. ///
  1072. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\control\command]
  1073. ///@=&quot;c [rest of string was truncated]&quot;;.
  1074. /// </summary>
  1075. internal static string SystemTools {
  1076. get {
  1077. return ResourceManager.GetString("SystemTools", resourceCulture);
  1078. }
  1079. }
  1080. /// <summary>
  1081. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1082. /// </summary>
  1083. internal static System.Drawing.Bitmap taiwan {
  1084. get {
  1085. object obj = ResourceManager.GetObject("taiwan", resourceCulture);
  1086. return ((System.Drawing.Bitmap)(obj));
  1087. }
  1088. }
  1089. /// <summary>
  1090. /// Looks up a localized string similar to {
  1091. /// &quot;subSystem&quot;: &quot;Sistem&quot;,
  1092. /// &quot;subPrivacy&quot;: &quot;Mahremiyet&quot;,
  1093. /// &quot;subGaming&quot;: &quot;Oyun&quot;,
  1094. /// &quot;subTouch&quot;: &quot;Dokunmak&quot;,
  1095. /// &quot;subTaskbar&quot;: &quot;Görev çubuğu&quot;,
  1096. /// &quot;subExtras&quot;: &quot;Ekstralar&quot;,
  1097. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  1098. /// &quot;restartButton&quot;: &quot;şimdi yeniden başlat&quot;,
  1099. /// &quot;restartButton8&quot;: &quot;şimdi yeniden başlat&quot;,
  1100. /// &quot;restartButton10&quot;: &quot;şimdi yeniden başlat&quot;,
  1101. /// &quot;restartAndApply&quot;: &quot;Değişiklikleri uygulamak için yeniden başlatılsın mı&quot;,
  1102. /// &quot;onedriveM&quot;: &quot;OneDrive&apos;ı kaldırmak istediğinizden emin misiniz? Bu, Masaüstü ve Belge dosyalarınızı siler! Bu seçen [rest of string was truncated]&quot;;.
  1103. /// </summary>
  1104. internal static string TR {
  1105. get {
  1106. return ResourceManager.GetString("TR", resourceCulture);
  1107. }
  1108. }
  1109. /// <summary>
  1110. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1111. /// </summary>
  1112. internal static System.Drawing.Bitmap turkey {
  1113. get {
  1114. object obj = ResourceManager.GetObject("turkey", resourceCulture);
  1115. return ((System.Drawing.Bitmap)(obj));
  1116. }
  1117. }
  1118. /// <summary>
  1119. /// Looks up a localized string similar to {
  1120. /// &quot;subSystem&quot;: &quot;系統&quot;,
  1121. /// &quot;subPrivacy&quot;: &quot;隱私&quot;,
  1122. /// &quot;subGaming&quot;: &quot;賭博&quot;,
  1123. /// &quot;subTouch&quot;: &quot;觸碰&quot;,
  1124. /// &quot;subTaskbar&quot;: &quot;任務欄&quot;,
  1125. /// &quot;subExtras&quot;: &quot;附加功能&quot;,
  1126. /// &quot;btnAbout&quot;: &quot;確定&quot;,
  1127. /// &quot;restartButton&quot;: &quot;現在重啟&quot;,
  1128. /// &quot;restartButton8&quot;: &quot;現在重啟&quot;,
  1129. /// &quot;restartButton10&quot;: &quot;現在重啟&quot;,
  1130. /// &quot;restartAndApply&quot;: &quot;重新啟動以應用更改&quot;,
  1131. /// &quot;onedriveM&quot;: &quot;確定要卸載 OneDrive 嗎? 這將刪除您的桌面和文檔文件! 僅在本地帳戶上使用此選項!&quot;,
  1132. /// &quot;txtVersion&quot;: &quot;版本: {VN}&quot;,
  1133. /// &quot;systemRestoreM&quot;: &quot;您確定要禁用系統還原嗎? 這將刪除您當前的備份圖像!&quot;,
  1134. /// &quot;txtBitness&quot;: &quot;您使用的是{BITS}&quot;,
  1135. /// &quot;btnFind&quot;: &quot;尋找&quot;,
  1136. /// &quot;btnKill&quot;: &quot;殺&quot;,
  1137. /// &quot;trayUnlocker&quot;: &quot;文件句柄&quot;,
  1138. /// &quot;li [rest of string was truncated]&quot;;.
  1139. /// </summary>
  1140. internal static string TW {
  1141. get {
  1142. return ResourceManager.GetString("TW", resourceCulture);
  1143. }
  1144. }
  1145. /// <summary>
  1146. /// Looks up a localized string similar to {
  1147. /// &quot;subSystem&quot;: &quot;Система&quot;,
  1148. /// &quot;subPrivacy&quot;: &quot;Конфіденційність&quot;,
  1149. /// &quot;subGaming&quot;: &quot;Ігри&quot;,
  1150. /// &quot;subTouch&quot;: &quot;Дотик&quot;,
  1151. /// &quot;subTaskbar&quot;: &quot;Панель задач&quot;,
  1152. /// &quot;subExtras&quot;: &quot; Доповнення&quot;,
  1153. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  1154. /// &quot;restartButton&quot;: &quot;Перезапустити зараз&quot;,
  1155. /// &quot;restartButton8&quot;: &quot;Перезапустити зараз&quot;,
  1156. /// &quot;restartButton10&quot;: &quot;Перезапустити зараз&quot;,
  1157. /// &quot;btnFind&quot;: &quot;Знайти&quot;,
  1158. /// &quot;btnKill&quot;: &quot;Вимкнути примусово&quot;,
  1159. /// &quot;trayUnlocker&quot;: &quot;Дескриптор файлів&quot;,
  1160. /// &quot;restartAndApply&quot;: &quot;Перезапустити для застосування змін&quot;,
  1161. /// &quot;txtVersion&quot;: &quot;Версія: {VN}&quot;,
  1162. /// [rest of string was truncated]&quot;;.
  1163. /// </summary>
  1164. internal static string UA {
  1165. get {
  1166. return ResourceManager.GetString("UA", resourceCulture);
  1167. }
  1168. }
  1169. /// <summary>
  1170. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1171. /// </summary>
  1172. internal static System.Drawing.Bitmap ukraine {
  1173. get {
  1174. object obj = ResourceManager.GetObject("ukraine", resourceCulture);
  1175. return ((System.Drawing.Bitmap)(obj));
  1176. }
  1177. }
  1178. /// <summary>
  1179. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1180. /// </summary>
  1181. internal static System.Drawing.Bitmap united_kingdom {
  1182. get {
  1183. object obj = ResourceManager.GetObject("united_kingdom", resourceCulture);
  1184. return ((System.Drawing.Bitmap)(obj));
  1185. }
  1186. }
  1187. /// <summary>
  1188. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  1189. ///
  1190. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\WindowsApps]
  1191. ///&quot;MUIVerb&quot;=&quot;Windows Apps&quot;
  1192. ///&quot;SubCommands&quot;=&quot;calc;chmap;cmd;dfrg;ie;notepad;paint;psr;snip;srd;srt;tsch;wmp;wordpad&quot;
  1193. ///&quot;icon&quot;=&quot;imageres.dll,152&quot;
  1194. ///&quot;Position&quot;=-
  1195. ///
  1196. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc]
  1197. ///@=&quot;Calculator&quot;
  1198. ///&quot;icon&quot;=&quot;calc.exe&quot;
  1199. ///
  1200. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc\command]
  1201. ///@=&quot;calc.exe&quot;
  1202. ///
  1203. ///[HK [rest of string was truncated]&quot;;.
  1204. /// </summary>
  1205. internal static string WindowsApps {
  1206. get {
  1207. return ResourceManager.GetString("WindowsApps", resourceCulture);
  1208. }
  1209. }
  1210. }
  1211. }