{"id":123379,"date":"2020-05-22T09:57:12","date_gmt":"2020-05-22T13:57:12","guid":{"rendered":"https:\/\/pureinfotech.com\/?p=123379"},"modified":"2025-07-15T18:58:12","modified_gmt":"2025-07-15T22:58:12","slug":"install-app-winget-windows-10","status":"publish","type":"post","link":"https:\/\/pureinfotech.com\/install-app-winget-windows-10\/","title":{"rendered":"How to install app using winget on Windows 10"},"content":{"rendered":"<p>Windows 10 now includes the Windows Package Manager (winget), which is a tool that allows you to discover, install, upgrade, remove, and configure apps on your device. Technically, the tool is simply an interface to connect and use the Windows Package Manager service.<\/p>\n<p>The service is still in preview, which means that you\u2019ll need to be part of the Windows Insider Program with a machine enrolled in the Fast ring to access the tool.<\/p>\n<p>In this <a href=\"https:\/\/pureinfotech.com\/tag\/how-to\">guide<\/a>, you will learn the steps to install an app using the <strong>winget<\/strong> command on <a href=\"https:\/\/pureinfotech.com\/tag\/windows-10\">Windows 10<\/a>. You can also use these instructions to <a href=\"https:\/\/pureinfotech.com\/uninstall-app-winget-windows-10\/\">uninstall apps<\/a>.<\/p>\n<h2>How to install app using Windows Package Manager<\/h2>\n<p>To install an app using the winget command, use these steps:<\/p>\n<ol>\n<li>\n<p>Open <strong>Start <\/strong>on Windows 10.<\/p>\n<\/li>\n<li>\n<p>Search for <strong>Command Prompt<\/strong>, right-click the top result, and select the <strong>Run as administrator<\/strong> option.<\/p>\n<\/li>\n<li>\n<p>Type the following command to search the app and press <strong>Enter<\/strong>:<\/p>\n<pre>winget search APP-NAME<\/pre>\n<p>In the command, make sure to replace the <strong>APP-NAME<\/strong> with the name of the app that you\u2019re trying to install. If you don\u2019t know the exact name, you can search for part of the name.<\/p>\n<p>For example, the following command <code>winget search micro<\/code>, will return apps available from Microsoft and other apps that may contain the query in the name or ID:<\/p>\n<pre>winget search micro\r\n<\/pre>\n<p><figure id=\"attachment_123384\"  class=\"wp-caption alignnone\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-123384\" src=\"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2020\/05\/winget-search-command-windows-10.jpg?resize=827%2C633&#038;quality=78&#038;strip=all&#038;ssl=1\" alt=\"Windows 10 winget search command\" width=\"827\" height=\"633\" srcset=\"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2020\/05\/winget-search-command-windows-10.jpg?w=979&amp;quality=78&amp;strip=all&amp;ssl=1 979w, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2020\/05\/winget-search-command-windows-10.jpg?resize=300%2C230&amp;quality=78&amp;strip=all&amp;ssl=1 300w, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2020\/05\/winget-search-command-windows-10.jpg?resize=750%2C574&amp;quality=78&amp;strip=all&amp;ssl=1 750w, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2020\/05\/winget-search-command-windows-10.jpg?resize=150%2C115&amp;quality=78&amp;strip=all&amp;ssl=1 150w\" sizes=\"auto, (max-width: 827px) 100vw, 827px\" \/><figcaption class=\"wp-caption-text\">Windows 10 winget search command<\/figcaption><\/figure>\n<\/li>\n<li>\n<p>Type the following command to install an app and press <strong>Enter<\/strong>:<\/p>\n<pre>winget install APP-NAME<\/pre>\n<p>In the command, make sure to change \u201cAPP-NAME\u201d to the name of the app you want to install.<\/p>\n<p>For example, the following command installs the PowerToys app:<\/p>\n<pre>winget install powertoys<\/pre>\n<p><figure id=\"attachment_123383\"  class=\"wp-caption alignnone\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-123383\" src=\"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2020\/05\/winget-install-app-command.jpg?resize=827%2C433&#038;quality=78&#038;strip=all&#038;ssl=1\" alt=\"Windows 10 winget install command\" width=\"827\" height=\"433\" srcset=\"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2020\/05\/winget-install-app-command.jpg?w=979&amp;quality=78&amp;strip=all&amp;ssl=1 979w, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2020\/05\/winget-install-app-command.jpg?resize=300%2C157&amp;quality=78&amp;strip=all&amp;ssl=1 300w, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2020\/05\/winget-install-app-command.jpg?resize=150%2C78&amp;quality=78&amp;strip=all&amp;ssl=1 150w\" sizes=\"auto, (max-width: 827px) 100vw, 827px\" \/><figcaption class=\"wp-caption-text\">Windows 10 winget install command<\/figcaption><\/figure>\n<\/li>\n<li>\n<p>Continue with the on-screen directions (if applicable).<\/p>\n<\/li>\n<\/ol>\n<p>Once you complete the steps, the app will download and install on your device. If it is a desktop application, after the package downloads, you may need to go through the installation experience like with other desktop apps.<\/p>\n<p>You can use the <a href=\"https:\/\/pureinfotech.com\/windows-package-manager-winget-command-line-tool\/\">Windows Package Manager<\/a> without administrator privileges, but you will be prompted to elevate, and if you choose not to elevate, the installation will fail.<\/p>\n<p><span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">The winget command should be available in the latest preview of Windows 10 in the Fast ring. If it\u2019s not, you may need to\u00a0<a href=\"https:\/\/www.microsoft.com\/en-us\/p\/app-installer\/9nblggh4nns1?activetab=pivot:overviewtab\" target=\"_blank\" rel=\"noopener\">install the preview version of the App Installer<\/a> from the Microsoft Store.<\/span><\/p>\n<p>Alternatively, you can also <a href=\"https:\/\/pureinfotech.com\/install-multiple-apps-winget-winstall-windows-10\/\" target=\"_blank\" rel=\"noopener noreferrer\">winstall to create a script<\/a> to install apps in bulk on Windows 10 using winget.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>You can now install your favorite apps using commands with the new Windows Package Manager, and these are steps to complete the task.<\/p>\n","protected":false},"author":2,"featured_media":123385,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"jetpack_post_was_ever_published":false,"footnotes":""},"categories":[2426,23],"tags":[97,19,2540,2576,2699],"class_list":["post-123379","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-features","category-windows","tag-difficulty-level-advanced","tag-how-to","tag-windows-10","tag-windows-help","tag-windows-package-manager"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to install app using winget on Windows 10 - Pureinfotech<\/title>\n<meta name=\"description\" content=\"You can now use the &quot;winget&quot; command to install apps on Windows 10, and these are the steps to do it using the Windows Pacakag Manager.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pureinfotech.com\/install-app-winget-windows-10\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to install app using winget on Windows 10 - Pureinfotech\" \/>\n<meta property=\"og:description\" content=\"You can now use the &quot;winget&quot; command to install apps on Windows 10, and these are the steps to do it using the Windows Pacakag Manager.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pureinfotech.com\/install-app-winget-windows-10\/\" \/>\n<meta property=\"og:site_name\" content=\"Pureinfotech \u2022 Windows 10 &amp; Windows 11 help for humans\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/pureinfotech\" \/>\n<meta property=\"article:published_time\" content=\"2020-05-22T13:57:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-15T22:58:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pureinfotech.com\/wp-content\/uploads\/2020\/05\/winget-install-app-windows-10_.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1680\" \/>\n\t<meta property=\"og:image:height\" content=\"1050\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Mauro Huculak\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Pureinfotech\" \/>\n<meta name=\"twitter:site\" content=\"@Pureinfotech\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mauro Huculak\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/pureinfotech.com\/install-app-winget-windows-10\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/pureinfotech.com\/install-app-winget-windows-10\/\"},\"author\":{\"name\":\"Mauro Huculak\",\"@id\":\"https:\/\/pureinfotech.com\/#\/schema\/person\/bf4921a81eb4380865af70691a93af43\"},\"headline\":\"How to install app using winget on Windows 10\",\"datePublished\":\"2020-05-22T13:57:12+00:00\",\"dateModified\":\"2025-07-15T22:58:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/pureinfotech.com\/install-app-winget-windows-10\/\"},\"wordCount\":406,\"publisher\":{\"@id\":\"https:\/\/pureinfotech.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/pureinfotech.com\/install-app-winget-windows-10\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2020\/05\/winget-install-app-windows-10_.jpg?fit=1680%2C1050&quality=78&strip=all&ssl=1\",\"keywords\":[\"Difficulty level: Advanced\",\"How-To\",\"Windows 10\",\"Windows Help\",\"Windows Package Manager\"],\"articleSection\":[\"Features\",\"Windows\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/pureinfotech.com\/install-app-winget-windows-10\/\",\"url\":\"https:\/\/pureinfotech.com\/install-app-winget-windows-10\/\",\"name\":\"How to install app using winget on Windows 10 - Pureinfotech\",\"isPartOf\":{\"@id\":\"https:\/\/pureinfotech.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/pureinfotech.com\/install-app-winget-windows-10\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/pureinfotech.com\/install-app-winget-windows-10\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2020\/05\/winget-install-app-windows-10_.jpg?fit=1680%2C1050&quality=78&strip=all&ssl=1\",\"datePublished\":\"2020-05-22T13:57:12+00:00\",\"dateModified\":\"2025-07-15T22:58:12+00:00\",\"description\":\"You can now use the \\\"winget\\\" command to install apps on Windows 10, and these are the steps to do it using the Windows Pacakag Manager.\",\"breadcrumb\":{\"@id\":\"https:\/\/pureinfotech.com\/install-app-winget-windows-10\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/pureinfotech.com\/install-app-winget-windows-10\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/pureinfotech.com\/install-app-winget-windows-10\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2020\/05\/winget-install-app-windows-10_.jpg?fit=1680%2C1050&quality=78&strip=all&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2020\/05\/winget-install-app-windows-10_.jpg?fit=1680%2C1050&quality=78&strip=all&ssl=1\",\"width\":1680,\"height\":1050,\"caption\":\"Windows Package Manager (winget) on Windows 10\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/pureinfotech.com\/install-app-winget-windows-10\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/pureinfotech.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to install app using winget on Windows 10\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/pureinfotech.com\/#website\",\"url\":\"https:\/\/pureinfotech.com\/\",\"name\":\"Pureinfotech \u2022 Windows 10 &amp; Windows 11 help for humans\",\"description\":\"Pureinfotech is the best site to get Windows help \u2013 featuring friendly how-to guides on Windows 10, Windows 11, Xbox, and other things tech, news, deals, reviews, and more.\",\"publisher\":{\"@id\":\"https:\/\/pureinfotech.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/pureinfotech.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/pureinfotech.com\/#organization\",\"name\":\"Pureinfotech\",\"url\":\"https:\/\/pureinfotech.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/pureinfotech.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2019\/05\/pure-logo-v45.png?fit=192%2C192&quality=78&strip=all&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2019\/05\/pure-logo-v45.png?fit=192%2C192&quality=78&strip=all&ssl=1\",\"width\":192,\"height\":192,\"caption\":\"Pureinfotech\"},\"image\":{\"@id\":\"https:\/\/pureinfotech.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/pureinfotech\",\"https:\/\/x.com\/Pureinfotech\",\"https:\/\/www.youtube.com\/user\/Pureinfotech\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/pureinfotech.com\/#\/schema\/person\/bf4921a81eb4380865af70691a93af43\",\"name\":\"Mauro Huculak\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/1cbac450402490f703560c52c3114f3e5ab02a741684eb73917885ae4a117a16?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1cbac450402490f703560c52c3114f3e5ab02a741684eb73917885ae4a117a16?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1cbac450402490f703560c52c3114f3e5ab02a741684eb73917885ae4a117a16?s=96&d=mm&r=g\",\"caption\":\"Mauro Huculak\"},\"description\":\"Mauro Huculak is a Windows How-To Expert and founder of Pureinfotech (est. 2010). With over 21 years as a technology writer and IT Specialist, Mauro specializes in Windows, software, and cross-platform systems such as Linux, Android, and macOS. Certifications he holds include Microsoft Certified Solutions Associate (MCSA), Cisco Certified Network Professional (CCNP), VMware Certified Professional (VCP), and CompTIA A+ and Network+. Mauro is a recognized Microsoft MVP and has also been a long-time contributor to Windows Central. You can follow him on YouTube, Threads, BlueSky, X (Twitter), LinkedIn and About.me. Email him at Contact@Pureinfotech.com.\",\"sameAs\":[\"https:\/\/pureinfotech.com\",\"https:\/\/x.com\/@Pureinfotech\"],\"url\":\"https:\/\/pureinfotech.com\/mauro-huculak\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to install app using winget on Windows 10 - Pureinfotech","description":"You can now use the \"winget\" command to install apps on Windows 10, and these are the steps to do it using the Windows Pacakag Manager.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/pureinfotech.com\/install-app-winget-windows-10\/","og_locale":"en_US","og_type":"article","og_title":"How to install app using winget on Windows 10 - Pureinfotech","og_description":"You can now use the \"winget\" command to install apps on Windows 10, and these are the steps to do it using the Windows Pacakag Manager.","og_url":"https:\/\/pureinfotech.com\/install-app-winget-windows-10\/","og_site_name":"Pureinfotech \u2022 Windows 10 &amp; Windows 11 help for humans","article_publisher":"https:\/\/facebook.com\/pureinfotech","article_published_time":"2020-05-22T13:57:12+00:00","article_modified_time":"2025-07-15T22:58:12+00:00","og_image":[{"width":1680,"height":1050,"url":"https:\/\/pureinfotech.com\/wp-content\/uploads\/2020\/05\/winget-install-app-windows-10_.jpg","type":"image\/jpeg"}],"author":"Mauro Huculak","twitter_card":"summary_large_image","twitter_creator":"@Pureinfotech","twitter_site":"@Pureinfotech","twitter_misc":{"Written by":"Mauro Huculak","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pureinfotech.com\/install-app-winget-windows-10\/#article","isPartOf":{"@id":"https:\/\/pureinfotech.com\/install-app-winget-windows-10\/"},"author":{"name":"Mauro Huculak","@id":"https:\/\/pureinfotech.com\/#\/schema\/person\/bf4921a81eb4380865af70691a93af43"},"headline":"How to install app using winget on Windows 10","datePublished":"2020-05-22T13:57:12+00:00","dateModified":"2025-07-15T22:58:12+00:00","mainEntityOfPage":{"@id":"https:\/\/pureinfotech.com\/install-app-winget-windows-10\/"},"wordCount":406,"publisher":{"@id":"https:\/\/pureinfotech.com\/#organization"},"image":{"@id":"https:\/\/pureinfotech.com\/install-app-winget-windows-10\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2020\/05\/winget-install-app-windows-10_.jpg?fit=1680%2C1050&quality=78&strip=all&ssl=1","keywords":["Difficulty level: Advanced","How-To","Windows 10","Windows Help","Windows Package Manager"],"articleSection":["Features","Windows"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/pureinfotech.com\/install-app-winget-windows-10\/","url":"https:\/\/pureinfotech.com\/install-app-winget-windows-10\/","name":"How to install app using winget on Windows 10 - Pureinfotech","isPartOf":{"@id":"https:\/\/pureinfotech.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pureinfotech.com\/install-app-winget-windows-10\/#primaryimage"},"image":{"@id":"https:\/\/pureinfotech.com\/install-app-winget-windows-10\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2020\/05\/winget-install-app-windows-10_.jpg?fit=1680%2C1050&quality=78&strip=all&ssl=1","datePublished":"2020-05-22T13:57:12+00:00","dateModified":"2025-07-15T22:58:12+00:00","description":"You can now use the \"winget\" command to install apps on Windows 10, and these are the steps to do it using the Windows Pacakag Manager.","breadcrumb":{"@id":"https:\/\/pureinfotech.com\/install-app-winget-windows-10\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pureinfotech.com\/install-app-winget-windows-10\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pureinfotech.com\/install-app-winget-windows-10\/#primaryimage","url":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2020\/05\/winget-install-app-windows-10_.jpg?fit=1680%2C1050&quality=78&strip=all&ssl=1","contentUrl":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2020\/05\/winget-install-app-windows-10_.jpg?fit=1680%2C1050&quality=78&strip=all&ssl=1","width":1680,"height":1050,"caption":"Windows Package Manager (winget) on Windows 10"},{"@type":"BreadcrumbList","@id":"https:\/\/pureinfotech.com\/install-app-winget-windows-10\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pureinfotech.com\/"},{"@type":"ListItem","position":2,"name":"How to install app using winget on Windows 10"}]},{"@type":"WebSite","@id":"https:\/\/pureinfotech.com\/#website","url":"https:\/\/pureinfotech.com\/","name":"Pureinfotech \u2022 Windows 10 &amp; Windows 11 help for humans","description":"Pureinfotech is the best site to get Windows help \u2013 featuring friendly how-to guides on Windows 10, Windows 11, Xbox, and other things tech, news, deals, reviews, and more.","publisher":{"@id":"https:\/\/pureinfotech.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pureinfotech.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/pureinfotech.com\/#organization","name":"Pureinfotech","url":"https:\/\/pureinfotech.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pureinfotech.com\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2019\/05\/pure-logo-v45.png?fit=192%2C192&quality=78&strip=all&ssl=1","contentUrl":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2019\/05\/pure-logo-v45.png?fit=192%2C192&quality=78&strip=all&ssl=1","width":192,"height":192,"caption":"Pureinfotech"},"image":{"@id":"https:\/\/pureinfotech.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/pureinfotech","https:\/\/x.com\/Pureinfotech","https:\/\/www.youtube.com\/user\/Pureinfotech"]},{"@type":"Person","@id":"https:\/\/pureinfotech.com\/#\/schema\/person\/bf4921a81eb4380865af70691a93af43","name":"Mauro Huculak","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/1cbac450402490f703560c52c3114f3e5ab02a741684eb73917885ae4a117a16?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/1cbac450402490f703560c52c3114f3e5ab02a741684eb73917885ae4a117a16?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1cbac450402490f703560c52c3114f3e5ab02a741684eb73917885ae4a117a16?s=96&d=mm&r=g","caption":"Mauro Huculak"},"description":"Mauro Huculak is a Windows How-To Expert and founder of Pureinfotech (est. 2010). With over 21 years as a technology writer and IT Specialist, Mauro specializes in Windows, software, and cross-platform systems such as Linux, Android, and macOS. Certifications he holds include Microsoft Certified Solutions Associate (MCSA), Cisco Certified Network Professional (CCNP), VMware Certified Professional (VCP), and CompTIA A+ and Network+. Mauro is a recognized Microsoft MVP and has also been a long-time contributor to Windows Central. You can follow him on YouTube, Threads, BlueSky, X (Twitter), LinkedIn and About.me. Email him at Contact@Pureinfotech.com.","sameAs":["https:\/\/pureinfotech.com","https:\/\/x.com\/@Pureinfotech"],"url":"https:\/\/pureinfotech.com\/mauro-huculak"}]}},"jetpack_featured_media_url":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2020\/05\/winget-install-app-windows-10_.jpg?fit=1680%2C1050&quality=78&strip=all&ssl=1","jetpack-related-posts":[{"id":71170,"url":"https:\/\/pureinfotech.com\/reinstall-onedrive-windows-11\/","url_meta":{"origin":123379,"position":0},"title":"How to reinstall OneDrive on Windows 11, 10","author":"Mauro Huculak","date":"October 30, 2023","format":false,"excerpt":"You can always reinstall the OneDrive app on your computer, and in this guide, you will learn two ways to complete the task.","rel":"","context":"","block_context":{"text":"Apps","link":"https:\/\/pureinfotech.com\/category\/apps\/"},"img":{"alt_text":"Windows 11 and 10 OneDrive install","src":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2016\/05\/windows-11-10-install-onedrive-hero.webp?fit=1200%2C749&quality=78&strip=all&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2016\/05\/windows-11-10-install-onedrive-hero.webp?fit=1200%2C749&quality=78&strip=all&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2016\/05\/windows-11-10-install-onedrive-hero.webp?fit=1200%2C749&quality=78&strip=all&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2016\/05\/windows-11-10-install-onedrive-hero.webp?fit=1200%2C749&quality=78&strip=all&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2016\/05\/windows-11-10-install-onedrive-hero.webp?fit=1200%2C749&quality=78&strip=all&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":132345,"url":"https:\/\/pureinfotech.com\/install-mysql-winget-command-windows-10\/","url_meta":{"origin":123379,"position":1},"title":"How to install MySQL quickly with winget command on Windows 10","author":"Mauro Huculak","date":"May 13, 2021","format":false,"excerpt":"The Windows Package Manager makes it super easy to install or uninstall MySQL on Windows 10, and here's how.","rel":"","context":"","block_context":{"text":"Apps","link":"https:\/\/pureinfotech.com\/category\/apps\/"},"img":{"alt_text":"Windows 10 install MySQL with winget","src":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2021\/05\/windows-10-install-msql-winget_hero.jpg?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2021\/05\/windows-10-install-msql-winget_hero.jpg?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2021\/05\/windows-10-install-msql-winget_hero.jpg?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2021\/05\/windows-10-install-msql-winget_hero.jpg?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2021\/05\/windows-10-install-msql-winget_hero.jpg?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":132852,"url":"https:\/\/pureinfotech.com\/install-winget-windows-11\/","url_meta":{"origin":123379,"position":2},"title":"How to install winget on Windows 11, 10","author":"Mauro Huculak","date":"November 21, 2025","format":false,"excerpt":"You can install the Windows Package Manager manually, and here's how on Windows 11.","rel":"","context":"","block_context":{"text":"Apps","link":"https:\/\/pureinfotech.com\/category\/apps\/"},"img":{"alt_text":"Windows 11 install winget","src":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2023\/07\/windows-11-install-winget-hero.webp?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2023\/07\/windows-11-install-winget-hero.webp?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2023\/07\/windows-11-install-winget-hero.webp?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2023\/07\/windows-11-install-winget-hero.webp?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2023\/07\/windows-11-install-winget-hero.webp?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":139480,"url":"https:\/\/pureinfotech.com\/update-apps-winget-windows-11\/","url_meta":{"origin":123379,"position":3},"title":"How to update apps via winget command on Windows 11","author":"Mauro Huculak","date":"January 17, 2023","format":false,"excerpt":"Here's an easier way to updates all your apps quickly on Windows 11.","rel":"","context":"","block_context":{"text":"Features","link":"https:\/\/pureinfotech.com\/category\/features\/"},"img":{"alt_text":"winget update apps commands","src":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2022\/07\/windows-11-winget-update-apps-hero.webp?fit=1200%2C749&quality=78&strip=all&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2022\/07\/windows-11-winget-update-apps-hero.webp?fit=1200%2C749&quality=78&strip=all&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2022\/07\/windows-11-winget-update-apps-hero.webp?fit=1200%2C749&quality=78&strip=all&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2022\/07\/windows-11-winget-update-apps-hero.webp?fit=1200%2C749&quality=78&strip=all&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2022\/07\/windows-11-winget-update-apps-hero.webp?fit=1200%2C749&quality=78&strip=all&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":123891,"url":"https:\/\/pureinfotech.com\/winget-bulk-install-apps-windows-11\/","url_meta":{"origin":123379,"position":4},"title":"How to bulk install apps using winget on Windows 11","author":"Mauro Huculak","date":"November 11, 2025","format":false,"excerpt":"These methods will help you bulk install multiple apps on your computer running Windows 11.","rel":"","context":"","block_context":{"text":"Apps","link":"https:\/\/pureinfotech.com\/category\/apps\/"},"img":{"alt_text":"Windows 11 install multiple apps \/ Image: Mauro Huculak","src":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2024\/04\/winget-bulk-install-apps-windows11-hero.webp?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2024\/04\/winget-bulk-install-apps-windows11-hero.webp?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2024\/04\/winget-bulk-install-apps-windows11-hero.webp?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2024\/04\/winget-bulk-install-apps-windows11-hero.webp?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2024\/04\/winget-bulk-install-apps-windows11-hero.webp?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":132844,"url":"https:\/\/pureinfotech.com\/windows-package-manager-winget-version-1-0\/","url_meta":{"origin":123379,"position":5},"title":"Microsoft ships Windows Package Manager (winget) version 1.0","author":"Mauro Huculak","date":"May 31, 2021","format":false,"excerpt":"Windows Package Manager 1.0 (winget) now fully available to search, download, install, and maintain apps using commands on Windows 10.","rel":"","context":"","block_context":{"text":"News","link":"https:\/\/pureinfotech.com\/category\/news\/"},"img":{"alt_text":"Windows Package Manager 1.0","src":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2021\/05\/windows-package-manager-1-0-win10_hero.jpg?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2021\/05\/windows-package-manager-1-0-win10_hero.jpg?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2021\/05\/windows-package-manager-1-0-win10_hero.jpg?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2021\/05\/windows-package-manager-1-0-win10_hero.jpg?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2021\/05\/windows-package-manager-1-0-win10_hero.jpg?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=1050%2C600 3x"},"classes":[]}],"_links":{"self":[{"href":"https:\/\/pureinfotech.com\/wp-json\/wp\/v2\/posts\/123379","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pureinfotech.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pureinfotech.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pureinfotech.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/pureinfotech.com\/wp-json\/wp\/v2\/comments?post=123379"}],"version-history":[{"count":1,"href":"https:\/\/pureinfotech.com\/wp-json\/wp\/v2\/posts\/123379\/revisions"}],"predecessor-version":[{"id":178962,"href":"https:\/\/pureinfotech.com\/wp-json\/wp\/v2\/posts\/123379\/revisions\/178962"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/pureinfotech.com\/wp-json\/wp\/v2\/media\/123385"}],"wp:attachment":[{"href":"https:\/\/pureinfotech.com\/wp-json\/wp\/v2\/media?parent=123379"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pureinfotech.com\/wp-json\/wp\/v2\/categories?post=123379"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pureinfotech.com\/wp-json\/wp\/v2\/tags?post=123379"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}